From c19c7b8f1cbaa840389373ea5a22b38c089372b9 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 19 May 2021 14:16:33 -0700 Subject: [PATCH 1/4] Remove admin module. --- config/ModulesMapping.jsonc | 4 +- openApiDocs/beta/Admin.yml | 2890 -------------------- profiles/Admin/crawl-log-v1.0-beta.json | 169 -- profiles/Admin/definitions/v1.0-beta.md | 60 - profiles/Admin/readme.md | 23 - src/Admin/Admin/Microsoft.Graph.Admin.psd1 | 186 -- src/Admin/Admin/readme.md | 84 - 7 files changed, 1 insertion(+), 3415 deletions(-) delete mode 100644 openApiDocs/beta/Admin.yml delete mode 100644 profiles/Admin/crawl-log-v1.0-beta.json delete mode 100644 profiles/Admin/definitions/v1.0-beta.md delete mode 100644 profiles/Admin/readme.md delete mode 100644 src/Admin/Admin/Microsoft.Graph.Admin.psd1 delete mode 100644 src/Admin/Admin/readme.md diff --git a/config/ModulesMapping.jsonc b/config/ModulesMapping.jsonc index f6089f44ec4..04b89f66fb6 100644 --- a/config/ModulesMapping.jsonc +++ b/config/ModulesMapping.jsonc @@ -1,5 +1,4 @@ { - "Admin": "^admin\\.", "Applications": "^applicationTemplates\\.|^applications\\.|^servicePrincipals\\.|^onPremisesPublishingProfiles\\.|^users.appRoleAssignment$|^groups.appRoleAssignment$", "Bookings": "^bookingBusinesses\\.|^bookingCurrencies\\.", "Calendar": "^places\\.|^users.calendar$|^users.calendarGroup$|^users.event$|^groups.calendar$|^groups.event$", @@ -35,7 +34,6 @@ "Teams": "^teams\\.|^chats\\.|^users.chat$|^appCatalogs.teamsApp$|^users.userTeamwork$|^teamwork\\.|^users.team$|^groups.team$", "Users": "^users.user$|^users.directoryObject$|^users.licenseDetails$|^users.notification$|^users.outlookUser$|^users.profilePhoto$|^users.userSettings$|^users.extension$|^users.oAuth2PermissionGrant$|^users.todo$", "Users.Actions": "^users.Actions$", - "Users.Functions": "^users.Functions$", - + "Users.Functions": "^users.Functions$" // "WorkBooks": "^workbooks\\.",// Max limit. } \ No newline at end of file diff --git a/openApiDocs/beta/Admin.yml b/openApiDocs/beta/Admin.yml deleted file mode 100644 index efe79d22d94..00000000000 --- a/openApiDocs/beta/Admin.yml +++ /dev/null @@ -1,2890 +0,0 @@ -openapi: 3.0.1 -info: - title: Admin - version: v1.0-beta -servers: - - url: https://graph.microsoft.com/beta/ - description: Core -paths: - /admin: - get: - tags: - - admin.admin - summary: Get admin - operationId: admin.admin_GetAdmin - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - windows - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - windows - type: string - responses: - '200': - description: Retrieved entity - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.admin' - links: - windows: - operationId: admin.GetWindows - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.admin - summary: Update admin - operationId: admin.admin_UpdateAdmin - requestBody: - description: New property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.admin' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /admin/windows: - get: - tags: - - admin.windows - summary: Get windows from admin - operationId: admin_GetWindows - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - updates - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - updates - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.windows' - links: - updates: - operationId: admin.Windows.GetUpdates - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property windows in admin - operationId: admin_UpdateWindows - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.windows' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property windows for admin - operationId: admin_DeleteWindows - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /admin/windows/updates: - get: - tags: - - admin.windows - summary: Get updates from admin - operationId: admin.windows_GetUpdates - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - catalog - - deployments - - updatableAssets - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - catalog - - deployments - - updatableAssets - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updates' - links: - catalog: - operationId: admin.windows.Updates.GetCatalog - deployments: - operationId: admin.windows.Updates.ListDeployments - updatableAssets: - operationId: admin.windows.Updates.ListUpdatableAssets - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property updates in admin - operationId: admin.windows_UpdateUpdates - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updates' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property updates for admin - operationId: admin.windows_DeleteUpdates - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /admin/windows/updates/catalog: - get: - tags: - - admin.windows - summary: Get catalog from admin - operationId: admin.windows.updates_GetCatalog - parameters: - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - entries - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - entries - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalog' - links: - entries: - operationId: admin.windows.updates.Catalog.ListEntries - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property catalog in admin - operationId: admin.windows.updates_UpdateCatalog - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalog' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property catalog for admin - operationId: admin.windows.updates_DeleteCatalog - parameters: - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /admin/windows/updates/catalog/entries: - get: - tags: - - admin.windows - summary: Get entries from admin - operationId: admin.windows.updates.catalog_ListEntries - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - deployableUntilDateTime - - deployableUntilDateTime desc - - displayName - - displayName desc - - releaseDateTime - - releaseDateTime desc - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - deployableUntilDateTime - - displayName - - releaseDateTime - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of catalogEntry - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - admin.windows - summary: Create new navigation property to entries for admin - operationId: admin.windows.updates.catalog_CreateEntries - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/catalog/entries/{catalogEntry-id}': - get: - tags: - - admin.windows - summary: Get entries from admin - operationId: admin.windows.updates.catalog_GetEntries - parameters: - - name: catalogEntry-id - in: path - description: 'key: id of catalogEntry' - required: true - schema: - type: string - x-ms-docs-key-type: catalogEntry - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - deployableUntilDateTime - - displayName - - releaseDateTime - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property entries in admin - operationId: admin.windows.updates.catalog_UpdateEntries - parameters: - - name: catalogEntry-id - in: path - description: 'key: id of catalogEntry' - required: true - schema: - type: string - x-ms-docs-key-type: catalogEntry - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property entries for admin - operationId: admin.windows.updates.catalog_DeleteEntries - parameters: - - name: catalogEntry-id - in: path - description: 'key: id of catalogEntry' - required: true - schema: - type: string - x-ms-docs-key-type: catalogEntry - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - /admin/windows/updates/deployments: - get: - tags: - - admin.windows - summary: Get deployments from admin - operationId: admin.windows.updates_ListDeployments - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - - content - - content desc - - createdDateTime - - createdDateTime desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - settings - - settings desc - - state - - state desc - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - content - - createdDateTime - - lastModifiedDateTime - - settings - - state - - audience - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - audience - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of deployment - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - admin.windows - summary: Create new navigation property to deployments for admin - operationId: admin.windows.updates_CreateDeployments - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}': - get: - tags: - - admin.windows - summary: Get deployments from admin - operationId: admin.windows.updates_GetDeployments - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - content - - createdDateTime - - lastModifiedDateTime - - settings - - state - - audience - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - audience - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - links: - audience: - operationId: admin.windows.updates.Deployments.GetAudience - parameters: - deployment-id: $request.path.deployment-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property deployments in admin - operationId: admin.windows.updates_UpdateDeployments - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property deployments for admin - operationId: admin.windows.updates_DeleteDeployments - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}/audience': - get: - tags: - - admin.windows - summary: Get audience from admin - operationId: admin.windows.updates.deployments_GetAudience - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - exclusions - - members - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - exclusions - - members - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentAudience' - links: - exclusions: - operationId: admin.windows.updates.deployments.Audience.ListExclusions - parameters: - deployment-id: $request.path.deployment-id - members: - operationId: admin.windows.updates.deployments.Audience.ListMembers - parameters: - deployment-id: $request.path.deployment-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property audience in admin - operationId: admin.windows.updates.deployments_UpdateAudience - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentAudience' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property audience for admin - operationId: admin.windows.updates.deployments_DeleteAudience - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions': - get: - tags: - - admin.windows - summary: Get exclusions from admin - operationId: admin.windows.updates.deployments.audience_ListExclusions - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of updatableAsset - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - admin.windows - summary: Create new navigation property to exclusions for admin - operationId: admin.windows.updates.deployments.audience_CreateExclusions - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}': - get: - tags: - - admin.windows - summary: Get exclusions from admin - operationId: admin.windows.updates.deployments.audience_GetExclusions - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property exclusions in admin - operationId: admin.windows.updates.deployments.audience_UpdateExclusions - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property exclusions for admin - operationId: admin.windows.updates.deployments.audience_DeleteExclusions - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers': - post: - tags: - - admin.Actions - summary: Invoke action addMembers - operationId: admin.windows.updates.deployments.audience.exclusions_addMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById': - post: - tags: - - admin.Actions - summary: Invoke action addMembersById - operationId: admin.windows.updates.deployments.audience.exclusions_addMembersById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - nullable: true - memberEntityType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers': - post: - tags: - - admin.Actions - summary: Invoke action removeMembers - operationId: admin.windows.updates.deployments.audience.exclusions_removeMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById': - post: - tags: - - admin.Actions - summary: Invoke action removeMembersById - operationId: admin.windows.updates.deployments.audience.exclusions_removeMembersById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - nullable: true - memberEntityType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssets': - post: - tags: - - admin.Actions - summary: Invoke action enrollAssets - operationId: admin.windows.updates.deployments.audience.exclusions_enrollAssets - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssetsById': - post: - tags: - - admin.Actions - summary: Invoke action enrollAssetsById - operationId: admin.windows.updates.deployments.audience.exclusions_enrollAssetsById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - memberEntityType: - type: string - nullable: true - ids: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssets': - post: - tags: - - admin.Actions - summary: Invoke action unenrollAssets - operationId: admin.windows.updates.deployments.audience.exclusions_unenrollAssets - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssetsById': - post: - tags: - - admin.Actions - summary: Invoke action unenrollAssetsById - operationId: admin.windows.updates.deployments.audience.exclusions_unenrollAssetsById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - memberEntityType: - type: string - nullable: true - ids: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members': - get: - tags: - - admin.windows - summary: Get members from admin - operationId: admin.windows.updates.deployments.audience_ListMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of updatableAsset - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - admin.windows - summary: Create new navigation property to members for admin - operationId: admin.windows.updates.deployments.audience_CreateMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}': - get: - tags: - - admin.windows - summary: Get members from admin - operationId: admin.windows.updates.deployments.audience_GetMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property members in admin - operationId: admin.windows.updates.deployments.audience_UpdateMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property members for admin - operationId: admin.windows.updates.deployments.audience_DeleteMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers': - post: - tags: - - admin.Actions - summary: Invoke action addMembers - operationId: admin.windows.updates.deployments.audience.members_addMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById': - post: - tags: - - admin.Actions - summary: Invoke action addMembersById - operationId: admin.windows.updates.deployments.audience.members_addMembersById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - nullable: true - memberEntityType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers': - post: - tags: - - admin.Actions - summary: Invoke action removeMembers - operationId: admin.windows.updates.deployments.audience.members_removeMembers - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById': - post: - tags: - - admin.Actions - summary: Invoke action removeMembersById - operationId: admin.windows.updates.deployments.audience.members_removeMembersById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - nullable: true - memberEntityType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssets': - post: - tags: - - admin.Actions - summary: Invoke action enrollAssets - operationId: admin.windows.updates.deployments.audience.members_enrollAssets - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssetsById': - post: - tags: - - admin.Actions - summary: Invoke action enrollAssetsById - operationId: admin.windows.updates.deployments.audience.members_enrollAssetsById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - memberEntityType: - type: string - nullable: true - ids: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssets': - post: - tags: - - admin.Actions - summary: Invoke action unenrollAssets - operationId: admin.windows.updates.deployments.audience.members_unenrollAssets - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssetsById': - post: - tags: - - admin.Actions - summary: Invoke action unenrollAssetsById - operationId: admin.windows.updates.deployments.audience.members_unenrollAssetsById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - memberEntityType: - type: string - nullable: true - ids: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudience': - post: - tags: - - admin.Actions - summary: Invoke action updateAudience - operationId: admin.windows.updates.deployments.audience_updateAudience - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - addMembers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - removeMembers: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - addExclusions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - removeExclusions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudienceById': - post: - tags: - - admin.Actions - summary: Invoke action updateAudienceById - operationId: admin.windows.updates.deployments.audience_updateAudienceById - parameters: - - name: deployment-id - in: path - description: 'key: id of deployment' - required: true - schema: - type: string - x-ms-docs-key-type: deployment - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - memberEntityType: - type: string - nullable: true - addMembers: - type: array - items: - type: string - nullable: true - removeMembers: - type: array - items: - type: string - nullable: true - addExclusions: - type: array - items: - type: string - nullable: true - removeExclusions: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /admin/windows/updates/updatableAssets: - get: - tags: - - admin.windows - summary: Get updatableAssets from admin - operationId: admin.windows.updates_ListUpdatableAssets - parameters: - - $ref: '#/components/parameters/top' - - $ref: '#/components/parameters/skip' - - $ref: '#/components/parameters/search' - - $ref: '#/components/parameters/filter' - - $ref: '#/components/parameters/count' - - name: $orderby - in: query - description: Order items by property values - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - id desc - type: string - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of updatableAsset - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - admin.windows - summary: Create new navigation property to updatableAssets for admin - operationId: admin.windows.updates_CreateUpdatableAssets - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/updatableAssets/{updatableAsset-id}': - get: - tags: - - admin.windows - summary: Get updatableAssets from admin - operationId: admin.windows.updates_GetUpdatableAssets - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - admin.windows - summary: Update the navigation property updatableAssets in admin - operationId: admin.windows.updates_UpdateUpdatableAssets - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - admin.windows - summary: Delete navigation property updatableAssets for admin - operationId: admin.windows.updates_DeleteUpdatableAssets - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers': - post: - tags: - - admin.Actions - summary: Invoke action addMembers - operationId: admin.windows.updates.updatableAssets_addMembers - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById': - post: - tags: - - admin.Actions - summary: Invoke action addMembersById - operationId: admin.windows.updates.updatableAssets_addMembersById - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - nullable: true - memberEntityType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers': - post: - tags: - - admin.Actions - summary: Invoke action removeMembers - operationId: admin.windows.updates.updatableAssets_removeMembers - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - '/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById': - post: - tags: - - admin.Actions - summary: Invoke action removeMembersById - operationId: admin.windows.updates.updatableAssets_removeMembersById - parameters: - - name: updatableAsset-id - in: path - description: 'key: id of updatableAsset' - required: true - schema: - type: string - x-ms-docs-key-type: updatableAsset - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - ids: - type: array - items: - type: string - nullable: true - memberEntityType: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssets: - post: - tags: - - admin.Actions - summary: Invoke action enrollAssets - operationId: admin.windows.updates.updatableAssets_enrollAssets - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssetsById: - post: - tags: - - admin.Actions - summary: Invoke action enrollAssetsById - operationId: admin.windows.updates.updatableAssets_enrollAssetsById - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - memberEntityType: - type: string - nullable: true - ids: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssets: - post: - tags: - - admin.Actions - summary: Invoke action unenrollAssets - operationId: admin.windows.updates.updatableAssets_unenrollAssets - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - assets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssetsById: - post: - tags: - - admin.Actions - summary: Invoke action unenrollAssetsById - operationId: admin.windows.updates.updatableAssets_unenrollAssetsById - requestBody: - description: Action parameters - content: - application/json: - schema: - type: object - properties: - updateCategory: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updateCategory' - memberEntityType: - type: string - nullable: true - ids: - type: array - items: - type: string - nullable: true - additionalProperties: - type: object - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: action -components: - schemas: - microsoft.graph.windowsUpdates.admin: - title: admin - type: object - properties: - windows: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.windows' - additionalProperties: - type: object - microsoft.graph.windowsUpdates.windows: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: windows - type: object - properties: - updates: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updates' - additionalProperties: - type: object - microsoft.graph.windowsUpdates.updates: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: updates - type: object - properties: - catalog: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalog' - deployments: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployment' - description: Deployments created using the deployment service. Read-only. - updatableAssets: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - description: Assets registered with the deployment service that can receive updates. Read-only. - additionalProperties: - type: object - microsoft.graph.windowsUpdates.catalog: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: catalog - type: object - properties: - entries: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.catalogEntry' - description: Lists the content that you can approve for deployment. Read-only. - additionalProperties: - type: object - microsoft.graph.windowsUpdates.catalogEntry: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: catalogEntry - type: object - properties: - deployableUntilDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date on which the content is no longer available to deploy using the service. Read-only. - format: date-time - nullable: true - displayName: - type: string - description: The display name of the content. Read-only. - nullable: true - releaseDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The release date for the content. Read-only. - format: date-time - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deployment: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: deployment - type: object - properties: - content: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deployableContent' - createdDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time the deployment was created. Returned by default. Read-only. - format: date-time - lastModifiedDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: The date and time the deployment was last modified. Returned by default. Read-only. - format: date-time - settings: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentSettings' - state: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentState' - audience: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentAudience' - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deploymentAudience: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: deploymentAudience - type: object - properties: - exclusions: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - description: Specifies the assets to exclude from the audience. - members: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.updatableAsset' - description: Specifies the assets to include in the audience. - additionalProperties: - type: object - microsoft.graph.windowsUpdates.updatableAsset: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: updatableAsset - type: object - additionalProperties: - type: object - microsoft.graph.windowsUpdates.updateCategory: - title: updateCategory - enum: - - feature - - quality - - unknownFutureValue - type: string - microsoft.graph.entity: - title: entity - type: object - properties: - id: - type: string - description: Read-only. - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deployableContent: - title: deployableContent - type: object - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deploymentSettings: - title: deploymentSettings - type: object - properties: - monitoring: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.monitoringSettings' - rollout: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.rolloutSettings' - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deploymentState: - title: deploymentState - type: object - properties: - reasons: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentStateReason' - description: Specifies the reasons the deployment has its state value. Read-only. - requestedValue: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.requestedDeploymentStateValue' - value: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentStateValue' - additionalProperties: - type: object - odata.error: - required: - - error - type: object - properties: - error: - $ref: '#/components/schemas/odata.error.main' - additionalProperties: - type: object - microsoft.graph.windowsUpdates.monitoringSettings: - title: monitoringSettings - type: object - properties: - monitoringRules: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.monitoringRule' - description: Specifies the rules through which monitoring signals can trigger actions on the deployment. Rules are combined using 'or'. - additionalProperties: - type: object - microsoft.graph.windowsUpdates.rolloutSettings: - title: rolloutSettings - type: object - properties: - devicesPerOffer: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: 'Specifies the number of devices that are offered at the same time. Has no effect when endDateTime is set. When endDateTime and devicesPerOffer are both not set, all devices in the deployment are offered content at the same time.' - format: int32 - durationBetweenOffers: - type: string - description: Specifies duration between each set of devices being offered the update. Has an effect when endDateTime or devicesPerOffer are defined. Default value is P1D (1 day). - nullable: true - endDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Specifies the date before which all devices currently in the deployment are offered the update. Devices added after this date are offered immediately. When endDateTime and devicesPerOffer are both not set, all devices in the deployment are offered content at the same time.' - format: date-time - startDateTime: - pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' - type: string - description: 'Date on which devices in the deployment start receiving the update. When not set, the deployment starts as soon as devices are assigned.' - format: date-time - nullable: true - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deploymentStateReason: - title: deploymentStateReason - type: object - properties: - value: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.deploymentStateReasonValue' - additionalProperties: - type: object - microsoft.graph.windowsUpdates.requestedDeploymentStateValue: - title: requestedDeploymentStateValue - enum: - - none - - paused - - archived - - unknownFutureValue - type: string - microsoft.graph.windowsUpdates.deploymentStateValue: - title: deploymentStateValue - enum: - - scheduled - - offering - - paused - - faulted - - archived - - unknownFutureValue - type: string - odata.error.main: - required: - - code - - message - type: object - properties: - code: - type: string - message: - type: string - target: - type: string - details: - type: array - items: - $ref: '#/components/schemas/odata.error.detail' - innererror: - type: object - additionalProperties: - type: object - description: The structure of this object is service-specific - additionalProperties: - type: object - microsoft.graph.windowsUpdates.monitoringRule: - title: monitoringRule - type: object - properties: - action: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.monitoringAction' - signal: - $ref: '#/components/schemas/microsoft.graph.windowsUpdates.monitoringSignal' - threshold: - maximum: 2147483647 - minimum: -2147483648 - type: integer - description: The threshold for a signal at which to trigger action. An integer from 1 to 100 (inclusive). - format: int32 - nullable: true - additionalProperties: - type: object - microsoft.graph.windowsUpdates.deploymentStateReasonValue: - title: deploymentStateReasonValue - enum: - - scheduledByOfferWindow - - offeringByRequest - - pausedByRequest - - pausedByMonitoring - - unknownFutureValue - type: string - odata.error.detail: - required: - - code - - message - type: object - properties: - code: - type: string - message: - type: string - target: - type: string - additionalProperties: - type: object - microsoft.graph.windowsUpdates.monitoringAction: - title: monitoringAction - enum: - - alertError - - pauseDeployment - - unknownFutureValue - type: string - microsoft.graph.windowsUpdates.monitoringSignal: - title: monitoringSignal - enum: - - rollback - - unknownFutureValue - type: string - responses: - error: - description: error - content: - application/json: - schema: - $ref: '#/components/schemas/odata.error' - parameters: - top: - name: $top - in: query - description: Show only the first n items - schema: - minimum: 0 - type: integer - example: 50 - skip: - name: $skip - in: query - description: Skip the first n items - schema: - minimum: 0 - type: integer - search: - name: $search - in: query - description: Search items by search phrases - schema: - type: string - filter: - name: $filter - in: query - description: Filter items by property values - schema: - type: string - count: - name: $count - in: query - description: Include count of items - schema: - type: boolean - securitySchemes: - azureaadv2: - type: oauth2 - flows: - authorizationCode: - authorizationUrl: https://login.microsoftonline.com/common/oauth2/v2.0/authorize - tokenUrl: https://login.microsoftonline.com/common/oauth2/v2.0/token - scopes: { } -security: - - azureaadv2: [ ] \ No newline at end of file diff --git a/profiles/Admin/crawl-log-v1.0-beta.json b/profiles/Admin/crawl-log-v1.0-beta.json deleted file mode 100644 index c6ead3e0e68..00000000000 --- a/profiles/Admin/crawl-log-v1.0-beta.json +++ /dev/null @@ -1,169 +0,0 @@ -{ - "resources": [], - "operations": { - "/admin": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/catalog": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/catalog/entries": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/catalog/entries/{catalogEntry-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssetsById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssetsById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssetsById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssetsById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudience": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudienceById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/{updatableAsset-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssetsById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssets": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - }, - "/admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssetsById": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Admin.yml" - } - } -} diff --git a/profiles/Admin/definitions/v1.0-beta.md b/profiles/Admin/definitions/v1.0-beta.md deleted file mode 100644 index 6ba36a318dc..00000000000 --- a/profiles/Admin/definitions/v1.0-beta.md +++ /dev/null @@ -1,60 +0,0 @@ -# Microsoft Graph v1.0-beta Profile - -> see https://aka.ms/autorest - -``` yaml -profiles: - v1.0-beta: - resources: {} - operations: - /admin: v1.0-beta - /admin/windows: v1.0-beta - /admin/windows/updates: v1.0-beta - /admin/windows/updates/catalog: v1.0-beta - /admin/windows/updates/catalog/entries: v1.0-beta - /admin/windows/updates/catalog/entries/{catalogEntry-id}: v1.0-beta - /admin/windows/updates/deployments: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/exclusions: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}: v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers - : v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById - : v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers - : v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById - : v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssets: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.enrollAssetsById: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssets: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/exclusions/microsoft.graph.windowsUpdates.unenrollAssetsById: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/members: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}: v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers - : v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById - : v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers - : v1.0-beta - ? /admin/windows/updates/deployments/{deployment-id}/audience/members/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById - : v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssets: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.enrollAssetsById: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssets: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/members/microsoft.graph.windowsUpdates.unenrollAssetsById: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudience: v1.0-beta - /admin/windows/updates/deployments/{deployment-id}/audience/microsoft.graph.windowsUpdates.updateAudienceById: v1.0-beta - /admin/windows/updates/updatableAssets: v1.0-beta - /admin/windows/updates/updatableAssets/{updatableAsset-id}: v1.0-beta - /admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembers: v1.0-beta - /admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.addMembersById: v1.0-beta - /admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembers: v1.0-beta - /admin/windows/updates/updatableAssets/{updatableAsset-id}/microsoft.graph.windowsUpdates.removeMembersById: v1.0-beta - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssets: v1.0-beta - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.enrollAssetsById: v1.0-beta - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssets: v1.0-beta - /admin/windows/updates/updatableAssets/microsoft.graph.windowsUpdates.unenrollAssetsById: v1.0-beta - -``` diff --git a/profiles/Admin/readme.md b/profiles/Admin/readme.md deleted file mode 100644 index afb1e473d23..00000000000 --- a/profiles/Admin/readme.md +++ /dev/null @@ -1,23 +0,0 @@ -# Microsoft Graph Admin Profiles - -> see https://aka.ms/autorest - -> The files under this directory are the profile definitions used by autorest. - -``` yaml -require: -- $(this-folder)/definitions/v1.0-beta.md - -``` - -## Multi-API/Profile support for AutoRest v3 generators - -AutoRest V3 generators require the use of --tag=all-api-versions to select api files. - -This block is updated by an automatic script. Edits may be lost! - -``` yaml $(tag) == 'all-api-versions' /* autogenerated */ -input-file: -- $(this-folder)../../openApiDocs/beta/Admin.yml - -``` diff --git a/src/Admin/Admin/Microsoft.Graph.Admin.psd1 b/src/Admin/Admin/Microsoft.Graph.Admin.psd1 deleted file mode 100644 index 0144b4f5c0d..00000000000 --- a/src/Admin/Admin/Microsoft.Graph.Admin.psd1 +++ /dev/null @@ -1,186 +0,0 @@ -# -# Module manifest for module 'Microsoft.Graph.Admin' -# -# Generated by: Microsoft Corporation -# -# Generated on: 4/22/2021 -# - -@{ - -# Script module or binary module file associated with this manifest. -RootModule = './Microsoft.Graph.Admin.psm1' - -# Version number of this module. -ModuleVersion = '1.5.1' - -# Supported PSEditions -CompatiblePSEditions = 'Core', 'Desktop' - -# ID used to uniquely identify this module -GUID = 'be18d0ed-3043-4e4b-8a28-7e8fc427f083' - -# Author of this module -Author = 'Microsoft Corporation' - -# Company or vendor of this module -CompanyName = 'Microsoft Corporation' - -# Copyright statement for this module -Copyright = 'Microsoft Corporation. All rights reserved.' - -# Description of the functionality provided by this module -Description = 'Microsoft Graph PowerShell Cmdlets' - -# Minimum version of the PowerShell engine required by this module -PowerShellVersion = '5.1' - -# Name of the PowerShell host required by this module -# PowerShellHostName = '' - -# Minimum version of the PowerShell host required by this module -# PowerShellHostVersion = '' - -# Minimum version of Microsoft .NET Framework required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -DotNetFrameworkVersion = '4.7.2' - -# Minimum version of the common language runtime (CLR) required by this module. This prerequisite is valid for the PowerShell Desktop edition only. -# ClrVersion = '' - -# Processor architecture (None, X86, Amd64) required by this module -# ProcessorArchitecture = '' - -# Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.5.0'; }) - -# Assemblies that must be loaded prior to importing this module -RequiredAssemblies = './bin/Microsoft.Graph.Admin.private.dll' - -# Script files (.ps1) that are run in the caller's environment prior to importing this module. -# ScriptsToProcess = @() - -# Type files (.ps1xml) to be loaded when importing this module -# TypesToProcess = @() - -# Format files (.ps1xml) to be loaded when importing this module -FormatsToProcess = './Microsoft.Graph.Admin.format.ps1xml' - -# Modules to import as nested modules of the module specified in RootModule/ModuleToProcess -# NestedModules = @() - -# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Add-MgAdminWindowUpdateDeploymentAudienceExclusionMember', - 'Add-MgAdminWindowUpdateDeploymentAudienceExclusionMemberById', - 'Add-MgAdminWindowUpdateDeploymentAudienceMember', - 'Add-MgAdminWindowUpdateDeploymentAudienceMemberById', - 'Add-MgAdminWindowUpdateUpdatableAssetMember', - 'Add-MgAdminWindowUpdateUpdatableAssetMemberById', 'Get-MgAdmin', - 'Get-MgAdminWindow', 'Get-MgAdminWindowUpdate', - 'Get-MgAdminWindowUpdateCatalog', - 'Get-MgAdminWindowUpdateCatalogEntry', - 'Get-MgAdminWindowUpdateDeployment', - 'Get-MgAdminWindowUpdateDeploymentAudience', - 'Get-MgAdminWindowUpdateDeploymentAudienceExclusion', - 'Get-MgAdminWindowUpdateDeploymentAudienceMember', - 'Get-MgAdminWindowUpdateUpdatableAsset', - 'Invoke-MgEnrollAdminWindowUpdateDeploymentAudienceExclusionAsset', - 'Invoke-MgEnrollAdminWindowUpdateDeploymentAudienceExclusionAssetById', - 'Invoke-MgEnrollAdminWindowUpdateDeploymentAudienceMemberAsset', - 'Invoke-MgEnrollAdminWindowUpdateDeploymentAudienceMemberAssetById', - 'Invoke-MgEnrollAdminWindowUpdateUpdatableAsset', - 'Invoke-MgEnrollAdminWindowUpdateUpdatableAssetById', - 'Invoke-MgUnenrollAdminWindowUpdateDeploymentAudienceExclusionAsset', - 'Invoke-MgUnenrollAdminWindowUpdateDeploymentAudienceExclusionAssetById', - 'Invoke-MgUnenrollAdminWindowUpdateDeploymentAudienceMemberAsset', - 'Invoke-MgUnenrollAdminWindowUpdateDeploymentAudienceMemberAssetById', - 'Invoke-MgUnenrollAdminWindowUpdateUpdatableAsset', - 'Invoke-MgUnenrollAdminWindowUpdateUpdatableAssetById', - 'New-MgAdminWindowUpdateCatalogEntry', - 'New-MgAdminWindowUpdateDeployment', - 'New-MgAdminWindowUpdateDeploymentAudienceExclusion', - 'New-MgAdminWindowUpdateDeploymentAudienceMember', - 'New-MgAdminWindowUpdateUpdatableAsset', 'Remove-MgAdminWindow', - 'Remove-MgAdminWindowUpdate', 'Remove-MgAdminWindowUpdateCatalog', - 'Remove-MgAdminWindowUpdateCatalogEntry', - 'Remove-MgAdminWindowUpdateDeployment', - 'Remove-MgAdminWindowUpdateDeploymentAudience', - 'Remove-MgAdminWindowUpdateDeploymentAudienceExclusion', - 'Remove-MgAdminWindowUpdateDeploymentAudienceExclusionMember', - 'Remove-MgAdminWindowUpdateDeploymentAudienceExclusionMemberById', - 'Remove-MgAdminWindowUpdateDeploymentAudienceMember', - 'Remove-MgAdminWindowUpdateDeploymentAudienceMemberById', - 'Remove-MgAdminWindowUpdateUpdatableAsset', - 'Remove-MgAdminWindowUpdateUpdatableAssetMember', - 'Remove-MgAdminWindowUpdateUpdatableAssetMemberById', - 'Update-MgAdmin', 'Update-MgAdminWindow', - 'Update-MgAdminWindowUpdate', 'Update-MgAdminWindowUpdateCatalog', - 'Update-MgAdminWindowUpdateCatalogEntry', - 'Update-MgAdminWindowUpdateDeployment', - 'Update-MgAdminWindowUpdateDeploymentAudience', - 'Update-MgAdminWindowUpdateDeploymentAudienceById', - 'Update-MgAdminWindowUpdateDeploymentAudienceExclusion', - 'Update-MgAdminWindowUpdateDeploymentAudienceMember', - 'Update-MgAdminWindowUpdateUpdatableAsset' - -# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. -CmdletsToExport = @() - -# Variables to export from this module -# VariablesToExport = @() - -# Aliases to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no aliases to export. -AliasesToExport = '*' - -# DSC resources to export from this module -# DscResourcesToExport = @() - -# List of all modules packaged with this module -# ModuleList = @() - -# List of all files packaged with this module -# FileList = @() - -# Private data to pass to the module specified in RootModule/ModuleToProcess. This may also contain a PSData hashtable with additional module metadata used by PowerShell. -PrivateData = @{ - - #Profiles of this module - Profiles = 'v1.0-beta' - - PSData = @{ - - # Tags applied to this module. These help with module discovery in online galleries. - Tags = 'Microsoft','Office365','Graph','PowerShell' - - # A URL to the license for this module. - LicenseUri = 'https://aka.ms/devservicesagreement' - - # A URL to the main website for this project. - ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' - - # A URL to an icon representing this module. - IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png' - - # ReleaseNotes of this module - ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' - - # Prerelease string of this module - # Prerelease = '' - - # Flag to indicate whether the module requires explicit user acceptance for install/update/save - # RequireLicenseAcceptance = $false - - # External dependent modules of this module - # ExternalModuleDependencies = @() - - } # End of PSData hashtable - -} # End of PrivateData hashtable - -# HelpInfo URI of this module -# HelpInfoURI = '' - -# Default prefix for commands exported from this module. Override the default prefix using Import-Module -Prefix. -# DefaultCommandPrefix = '' - -} - diff --git a/src/Admin/Admin/readme.md b/src/Admin/Admin/readme.md deleted file mode 100644 index 204291808a5..00000000000 --- a/src/Admin/Admin/readme.md +++ /dev/null @@ -1,84 +0,0 @@ - -# Microsoft.Graph.Admin -This directory contains the PowerShell module for the Admin service. - ---- -## Status -[![Microsoft.Graph.Admin](https://img.shields.io/powershellgallery/v/Microsoft.Graph.Admin.svg?style=flat-square&label=Microsoft.Graph.Admin "Microsoft.Graph.Admin")](https://www.powershellgallery.com/packages/Microsoft.Graph.Admin/) - -## Info -- Modifiable: yes -- Generated: all -- Committed: yes -- Packaged: yes - ---- -## Detail -This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension. - -## Development -For information on how to develop for `Microsoft.Graph.Admin`, see [how-to.md](how-to.md). - - -### AutoRest Configuration - -> see https://aka.ms/autorest - -``` yaml -require: - - $(this-folder)/../../readme.graph.md - - $(this-folder)/../../../profiles/$(title)/readme.md -title: $(service-name) -subject-prefix: '' -``` - -### Directives - -> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md - -``` yaml -directive: -# Remove cmdlets - - where: - verb: Update - subject: ^AdminWindowUpdateDeploymentAudience$ - variant: ^Update$|^UpdateExpanded$|^UpdateViaIdentity$|^UpdateViaIdentityExpanded$ - remove: true -# Rename cmdlets - - where: - verb: Add - subject: ^(AdminWindowUpdate)(DeploymentAudienceExclusion|DeploymentAudience|UpdatableAsset)(Member)$ - variant: ^Add1$|^AddExpanded1$|^AddViaIdentity1$|^AddViaIdentityExpanded1$ - set: - subject: $1$2$3ById - - where: - verb: Remove - subject: ^(AdminWindowUpdate)(DeploymentAudienceExclusion|DeploymentAudience|UpdatableAsset)(Member)$ - variant: ^Remove1$|^RemoveExpanded1$|^RemoveViaIdentity1$|^RemoveViaIdentityExpanded1$ - set: - subject: $1$2$3ById - - where: - verb: Invoke - subject: ^(EnrollAdminWindowUpdate)(DeploymentAudienceExclusion|DeploymentAudienceMember|Updatable)(Asset)$ - variant: ^Enroll1$|^EnrollExpanded1$|^EnrollViaIdentity1$|^EnrollViaIdentityExpanded1$ - set: - subject: $1$2$3ById - - where: - verb: Invoke - subject: ^(UnenrollAdminWindowUpdate)(DeploymentAudienceExclusion|DeploymentAudienceMember|Updatable)(Asset)$ - variant: ^Unenroll1$|^UnenrollExpanded1$|^UnenrollViaIdentity1$|^UnenrollViaIdentityExpanded1$ - set: - subject: $1$2$3ById - - where: - verb: Update - subject: ^(AdminWindowUpdateDeploymentAudience)$ - variant: ^Update2$|^UpdateExpanded2$|^UpdateViaIdentity2$|^UpdateViaIdentityExpanded2$ - set: - subject: $1ById -``` -### Versioning - -``` yaml -module-version: 1.5.1 -release-notes: See https://aka.ms/GraphPowerShell-Release. -``` From 836d9a552463fcdc518c2208050864559ed45045 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Wed, 19 May 2021 16:50:54 -0700 Subject: [PATCH 2/4] Clean up modules with known invalid commands. --- .../Microsoft.Graph.Identity.Governance.psd1 | 136 +++++------------- .../Identity.Governance/readme.md | 9 +- .../Microsoft.Graph.Identity.SignIns.psd1 | 104 ++++++++++---- .../Identity.SignIns/readme.md | 3 + src/Users/Users/Microsoft.Graph.Users.psd1 | 21 +-- src/Users/Users/readme.md | 5 + 6 files changed, 134 insertions(+), 144 deletions(-) diff --git a/src/Identity.Governance/Identity.Governance/Microsoft.Graph.Identity.Governance.psd1 b/src/Identity.Governance/Identity.Governance/Microsoft.Graph.Identity.Governance.psd1 index 4a25fc5e289..32748be7f45 100644 --- a/src/Identity.Governance/Identity.Governance/Microsoft.Graph.Identity.Governance.psd1 +++ b/src/Identity.Governance/Identity.Governance/Microsoft.Graph.Identity.Governance.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 8/25/2020 +# Generated on: 5/19/2021 # @{ @@ -12,13 +12,13 @@ RootModule = './Microsoft.Graph.Identity.Governance.psm1' # Version number of this module. -ModuleVersion = '0.9.2' +ModuleVersion = '1.5.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' # ID used to uniquely identify this module -GUID = '4ab68625-d33a-42dd-a77d-aa44d506a54f' +GUID = 'edabda64-009d-44a9-8cd6-b52265ee7276' # Author of this module Author = 'Microsoft Corporation' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '0.9.1'; }) +RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.5.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Microsoft.Graph.Identity.Governance.private.dll' @@ -75,42 +75,21 @@ FunctionsToExport = 'Add-MgAccessReviewDecision', 'Get-MgAccessReviewInstance', 'Get-MgAccessReviewMyDecision', 'Get-MgAccessReviewReviewer', 'Get-MgAgreement', 'Get-MgAgreementAcceptance', 'Get-MgAgreementFile', - 'Get-MgAgreementFileLocalization', 'Get-MgBusinessFlowTemplate', + 'Get-MgAgreementFileLocalization', + 'Get-MgAgreementFileLocalizationVersion', + 'Get-MgAgreementFileVersion', 'Get-MgBusinessFlowTemplate', 'Get-MgEntitlementManagementAccessPackage', - 'Get-MgEntitlementManagementAccessPackageAccessPackageCatalogByRef', 'Get-MgEntitlementManagementAccessPackageAssignment', - 'Get-MgEntitlementManagementAccessPackageAssignmentAccessPackage', - 'Get-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentPolicy', - 'Get-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentRequest', - 'Get-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentResourceRole', 'Get-MgEntitlementManagementAccessPackageAssignmentPolicy', - 'Get-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackage', - 'Get-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackageByRef', - 'Get-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackageCatalog', 'Get-MgEntitlementManagementAccessPackageAssignmentRequest', - 'Get-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackage', - 'Get-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackageAssignment', - 'Get-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackageByRef', - 'Get-MgEntitlementManagementAccessPackageAssignmentRequestRequestor', 'Get-MgEntitlementManagementAccessPackageAssignmentResourceRole', - 'Get-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageAssignment', - 'Get-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageResourceRole', - 'Get-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageResourceScope', - 'Get-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageSubject', - 'Get-MgEntitlementManagementAccessPackageAssignmentTarget', 'Get-MgEntitlementManagementAccessPackageCatalog', - 'Get-MgEntitlementManagementAccessPackageCatalogAccessPackage', 'Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResource', 'Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole', 'Get-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope', 'Get-MgEntitlementManagementAccessPackageResource', - 'Get-MgEntitlementManagementAccessPackageResourceAccessPackageResourceRole', - 'Get-MgEntitlementManagementAccessPackageResourceAccessPackageResourceScope', + 'Get-MgEntitlementManagementAccessPackageResourceEnvironment', 'Get-MgEntitlementManagementAccessPackageResourceRequest', - 'Get-MgEntitlementManagementAccessPackageResourceRequestAccessPackageResource', - 'Get-MgEntitlementManagementAccessPackageResourceRequestAccessPackageResourceByRef', - 'Get-MgEntitlementManagementAccessPackageResourceRequestRequestor', - 'Get-MgEntitlementManagementAccessPackageResourceRoleScope', 'Get-MgEntitlementManagementConnectedOrganization', 'Get-MgEntitlementManagementConnectedOrganizationExternalSponsor', 'Get-MgEntitlementManagementConnectedOrganizationInternalSponsor', @@ -134,9 +113,16 @@ FunctionsToExport = 'Add-MgAccessReviewDecision', 'Get-MgProgramControlType', 'Get-MgUserAgreementAcceptance', 'Get-MgUserAgreementAcceptanceByRef', 'Invoke-MgAcceptIdentityGovernanceAccessReviewDefinitionInstanceRecommendation', - 'Invoke-MgMyEntitlementManagementAccessPackageAssignment', - 'Invoke-MgMyEntitlementManagementAccessPackageAssignmentRequest', - 'Invoke-MgMyEntitlementManagementAccessPackageAssignmentResourceRole', + 'Invoke-MgBatchIdentityGovernanceAccessReviewDefinitionInstanceRecordDecision', + 'Invoke-MgFilterEntitlementManagementAccessPackage', + 'Invoke-MgFilterEntitlementManagementAccessPackageAssignment', + 'Invoke-MgFilterEntitlementManagementAccessPackageAssignmentApproval', + 'Invoke-MgFilterEntitlementManagementAccessPackageAssignmentRequest', + 'Invoke-MgFilterIdentityGovernanceAccessReviewDefinition', + 'Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstance', + 'Invoke-MgFilterIdentityGovernanceAccessReviewDefinitionInstanceDecision', + 'Invoke-MgFilterIdentityGovernanceAppConsentRequest', + 'Invoke-MgFilterIdentityGovernanceAppConsentRequestUserConsentRequest', 'Invoke-MgMyPrivilegedApprovalRequest', 'Invoke-MgMyPrivilegedRoleAssignment', 'Invoke-MgMyPrivilegedRoleAssignmentRequest', @@ -145,28 +131,19 @@ FunctionsToExport = 'Add-MgAccessReviewDecision', 'New-MgAccessReviewDecision', 'New-MgAccessReviewInstance', 'New-MgAccessReviewMyDecision', 'New-MgAccessReviewReviewer', 'New-MgAgreement', 'New-MgAgreementAcceptance', 'New-MgAgreementFile', - 'New-MgAgreementFileLocalization', 'New-MgBusinessFlowTemplate', + 'New-MgAgreementFileLocalization', + 'New-MgAgreementFileLocalizationVersion', + 'New-MgAgreementFileVersion', 'New-MgBusinessFlowTemplate', 'New-MgEntitlementManagementAccessPackage', - 'New-MgEntitlementManagementAccessPackageAssignment', - 'New-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentRequest', - 'New-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentResourceRole', 'New-MgEntitlementManagementAccessPackageAssignmentPolicy', 'New-MgEntitlementManagementAccessPackageAssignmentRequest', - 'New-MgEntitlementManagementAccessPackageAssignmentResourceRole', - 'New-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageAssignment', 'New-MgEntitlementManagementAccessPackageCatalog', - 'New-MgEntitlementManagementAccessPackageCatalogAccessPackage', - 'New-MgEntitlementManagementAccessPackageCatalogAccessPackageResource', - 'New-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole', - 'New-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope', - 'New-MgEntitlementManagementAccessPackageResource', - 'New-MgEntitlementManagementAccessPackageResourceAccessPackageResourceRole', - 'New-MgEntitlementManagementAccessPackageResourceAccessPackageResourceScope', 'New-MgEntitlementManagementAccessPackageResourceRequest', 'New-MgEntitlementManagementAccessPackageResourceRoleScope', 'New-MgEntitlementManagementConnectedOrganization', 'New-MgEntitlementManagementConnectedOrganizationExternalSponsor', 'New-MgEntitlementManagementConnectedOrganizationInternalSponsor', + 'New-MgIdentityGovernanceAccessReviewHistoryDefinitionDownloadUri', 'New-MgPrivilegedAccess', 'New-MgPrivilegedAccessResource', 'New-MgPrivilegedAccessRoleAssignment', 'New-MgPrivilegedAccessRoleAssignmentRequest', @@ -184,43 +161,20 @@ FunctionsToExport = 'Add-MgAccessReviewDecision', 'Remove-MgAccessReviewMyDecision', 'Remove-MgAccessReviewReviewer', 'Remove-MgAgreement', 'Remove-MgAgreementAcceptance', 'Remove-MgAgreementFile', 'Remove-MgAgreementFileLocalization', - 'Remove-MgBusinessFlowTemplate', + 'Remove-MgAgreementFileLocalizationVersion', + 'Remove-MgAgreementFileVersion', 'Remove-MgBusinessFlowTemplate', 'Remove-MgEntitlementManagementAccessPackage', - 'Remove-MgEntitlementManagementAccessPackageAccessPackageCatalogByRef', 'Remove-MgEntitlementManagementAccessPackageAssignment', - 'Remove-MgEntitlementManagementAccessPackageAssignmentAccessPackage', - 'Remove-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentPolicy', - 'Remove-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentRequest', - 'Remove-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentResourceRole', + 'Remove-MgEntitlementManagementAccessPackageAssignmentApproval', + 'Remove-MgEntitlementManagementAccessPackageAssignmentApprovalStep', 'Remove-MgEntitlementManagementAccessPackageAssignmentPolicy', - 'Remove-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackageByRef', - 'Remove-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackageCatalog', 'Remove-MgEntitlementManagementAccessPackageAssignmentRequest', - 'Remove-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackageAssignment', - 'Remove-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackageByRef', - 'Remove-MgEntitlementManagementAccessPackageAssignmentRequestRequestor', - 'Remove-MgEntitlementManagementAccessPackageAssignmentResourceRole', - 'Remove-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageAssignment', - 'Remove-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageResourceRole', - 'Remove-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageResourceScope', - 'Remove-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageSubject', - 'Remove-MgEntitlementManagementAccessPackageAssignmentTarget', 'Remove-MgEntitlementManagementAccessPackageCatalog', - 'Remove-MgEntitlementManagementAccessPackageCatalogAccessPackage', - 'Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageResource', - 'Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole', - 'Remove-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope', - 'Remove-MgEntitlementManagementAccessPackageResource', - 'Remove-MgEntitlementManagementAccessPackageResourceAccessPackageResourceRole', - 'Remove-MgEntitlementManagementAccessPackageResourceAccessPackageResourceScope', 'Remove-MgEntitlementManagementAccessPackageResourceRequest', - 'Remove-MgEntitlementManagementAccessPackageResourceRequestAccessPackageResourceByRef', - 'Remove-MgEntitlementManagementAccessPackageResourceRequestRequestor', 'Remove-MgEntitlementManagementAccessPackageResourceRoleScope', 'Remove-MgEntitlementManagementConnectedOrganization', 'Remove-MgEntitlementManagementConnectedOrganizationExternalSponsor', 'Remove-MgEntitlementManagementConnectedOrganizationInternalSponsor', - 'Remove-MgEntitlementManagementSetting', 'Remove-MgPrivilegedAccess', 'Remove-MgPrivilegedAccessResource', 'Remove-MgPrivilegedAccessRoleAssignment', 'Remove-MgPrivilegedAccessRoleAssignmentRequest', @@ -239,14 +193,10 @@ FunctionsToExport = 'Add-MgAccessReviewDecision', 'Remove-MgProgramControlProgram', 'Remove-MgProgramControlType', 'Reset-MgAccessReviewDecision', 'Reset-MgIdentityGovernanceAccessReviewDefinitionInstanceDecision', - 'Search-MgEntitlementManagementAccessPackage', - 'Search-MgEntitlementManagementAccessPackageCatalog', + 'Select-MgEntitlementManagementAccessPackage', + 'Select-MgEntitlementManagementAccessPackageAssignmentPolicy', 'Send-MgAccessReviewReminder', 'Send-MgIdentityGovernanceAccessReviewDefinitionInstanceReminder', - 'Set-MgEntitlementManagementAccessPackageAccessPackageCatalogByRef', - 'Set-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackageByRef', - 'Set-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackageByRef', - 'Set-MgEntitlementManagementAccessPackageResourceRequestAccessPackageResourceByRef', 'Set-MgPrivilegedApprovalRequestByRef', 'Stop-MgAccessReview', 'Stop-MgEntitlementManagementAccessPackageAssignmentRequest', 'Stop-MgIdentityGovernanceAccessReviewDefinition', @@ -257,34 +207,16 @@ FunctionsToExport = 'Add-MgAccessReviewDecision', 'Update-MgAccessReviewMyDecision', 'Update-MgAccessReviewReviewer', 'Update-MgAgreement', 'Update-MgAgreementAcceptance', 'Update-MgAgreementFile', 'Update-MgAgreementFileLocalization', - 'Update-MgBusinessFlowTemplate', + 'Update-MgAgreementFileLocalizationVersion', + 'Update-MgAgreementFileVersion', 'Update-MgBusinessFlowTemplate', 'Update-MgEntitlementManagementAccessPackage', 'Update-MgEntitlementManagementAccessPackageAssignment', - 'Update-MgEntitlementManagementAccessPackageAssignmentAccessPackage', - 'Update-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentPolicy', - 'Update-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentRequest', - 'Update-MgEntitlementManagementAccessPackageAssignmentAccessPackageAssignmentResourceRole', + 'Update-MgEntitlementManagementAccessPackageAssignmentApproval', + 'Update-MgEntitlementManagementAccessPackageAssignmentApprovalStep', 'Update-MgEntitlementManagementAccessPackageAssignmentPolicy', - 'Update-MgEntitlementManagementAccessPackageAssignmentPolicyAccessPackageCatalog', 'Update-MgEntitlementManagementAccessPackageAssignmentRequest', - 'Update-MgEntitlementManagementAccessPackageAssignmentRequestAccessPackageAssignment', - 'Update-MgEntitlementManagementAccessPackageAssignmentRequestRequestor', - 'Update-MgEntitlementManagementAccessPackageAssignmentResourceRole', - 'Update-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageAssignment', - 'Update-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageResourceRole', - 'Update-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageResourceScope', - 'Update-MgEntitlementManagementAccessPackageAssignmentResourceRoleAccessPackageSubject', - 'Update-MgEntitlementManagementAccessPackageAssignmentTarget', 'Update-MgEntitlementManagementAccessPackageCatalog', - 'Update-MgEntitlementManagementAccessPackageCatalogAccessPackage', - 'Update-MgEntitlementManagementAccessPackageCatalogAccessPackageResource', - 'Update-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceRole', - 'Update-MgEntitlementManagementAccessPackageCatalogAccessPackageResourceScope', - 'Update-MgEntitlementManagementAccessPackageResource', - 'Update-MgEntitlementManagementAccessPackageResourceAccessPackageResourceRole', - 'Update-MgEntitlementManagementAccessPackageResourceAccessPackageResourceScope', 'Update-MgEntitlementManagementAccessPackageResourceRequest', - 'Update-MgEntitlementManagementAccessPackageResourceRequestRequestor', 'Update-MgEntitlementManagementAccessPackageResourceRoleScope', 'Update-MgEntitlementManagementConnectedOrganization', 'Update-MgEntitlementManagementConnectedOrganizationExternalSponsor', @@ -328,7 +260,7 @@ AliasesToExport = '*' PrivateData = @{ #Profiles of this module - Profiles = 'v1.0-beta' + Profiles = @('v1.0','v1.0-beta') PSData = @{ @@ -342,7 +274,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' # A URL to an icon representing this module. - IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png' + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png' # ReleaseNotes of this module ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' diff --git a/src/Identity.Governance/Identity.Governance/readme.md b/src/Identity.Governance/Identity.Governance/readme.md index 80ca83ec342..35c2f9b5dad 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -184,12 +184,14 @@ directive: subject: (.*)(EntitlementManagement)AccessPackageAssignmentResourceRole$ remove: true - where: - verb: New|Remove|Update + verb: New|Remove|Update|Get subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackageResourceRole$ + variant: (Create.*|Delete.*|Update.*|Get.*) # Removes all variants except List.* remove: true - where: - verb: New|Remove|Update + verb: New|Remove|Update|Get subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackageResourceScope$ + variant: (Create.*|Delete.*|Update.*|Get.*) remove: true - where: verb: New|Remove|Update @@ -208,8 +210,9 @@ directive: subject: (.*)(EntitlementManagement)AccessPackageCatalog$ remove: true - where: - verb: New|Remove|Update + verb: New|Remove|Update|Get subject: (.*)(EntitlementManagement)AccessPackageCatalogAccessPackageResource$ + variant: (Create.*|Delete.*|Update.*|Get.*) remove: true - where: verb: Remove diff --git a/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 b/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 index 63dcdad8a36..1430d36f958 100644 --- a/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 +++ b/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 11/16/2020 +# Generated on: 5/19/2021 # @{ @@ -12,13 +12,13 @@ RootModule = './Microsoft.Graph.Identity.SignIns.psm1' # Version number of this module. -ModuleVersion = '1.1.0' +ModuleVersion = '1.5.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' # ID used to uniquely identify this module -GUID = 'cf0b21b6-65de-4e4d-9ba9-4e31c4774560' +GUID = '636e495c-c39f-4cf3-8893-bb1df584b43e' # Author of this module Author = 'Microsoft Corporation' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.1.0'; }) +RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.5.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Microsoft.Graph.Identity.SignIns.private.dll' @@ -70,72 +70,94 @@ FormatsToProcess = './Microsoft.Graph.Identity.SignIns.format.ps1xml' # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation', + 'Get-MgIdentityConditionalAccessAuthenticationContextClasserenceByRef', 'Get-MgIdentityConditionalAccessNamedLocation', 'Get-MgIdentityConditionalAccessPolicy', 'Get-MgIdentityProvider', 'Get-MgIdentityUserFlow', 'Get-MgInformationProtection', + 'Get-MgInformationProtectionBitlocker', + 'Get-MgInformationProtectionBitlockerRecoveryKey', 'Get-MgInformationProtectionDataLossPreventionPolicy', 'Get-MgInformationProtectionPolicy', 'Get-MgInformationProtectionPolicyLabel', - 'Get-MgInformationProtectionSensitivityLabel', - 'Get-MgInformationProtectionSensitivityLabelSublabel', 'Get-MgInformationProtectionSensitivityPolicySetting', 'Get-MgInformationProtectionThreatAssessmentRequest', 'Get-MgInformationProtectionThreatAssessmentRequestResult', 'Get-MgOauth2PermissionGrant', 'Get-MgOauth2PermissionGrantDelta', 'Get-MgOrganizationCertificateBasedAuthConfiguration', 'Get-MgOrganizationCertificateBasedAuthConfigurationByRef', + 'Get-MgPolicyAccessReviewPolicy', 'Get-MgPolicyActivityBasedTimeoutPolicy', 'Get-MgPolicyAdminConsentRequestPolicy', 'Get-MgPolicyAuthenticationFlowPolicy', - 'Get-MgPolicyAuthorizationPolicy', 'Get-MgPolicyClaimMappingPolicy', - 'Get-MgPolicyDeviceRegistrationPolicy', + 'Get-MgPolicyAuthenticationMethodPolicy', + 'Get-MgPolicyAuthorizationPolicy', + 'Get-MgPolicyB2CAuthenticationMethodPolicy', + 'Get-MgPolicyClaimMappingPolicy', 'Get-MgPolicyDirectoryRoleAccessReviewPolicy', + 'Get-MgPolicyFeatureRolloutPolicy', + 'Get-MgPolicyFeatureRolloutPolicyApplyTo', 'Get-MgPolicyHomeRealmDiscoveryPolicy', 'Get-MgPolicyIdentitySecurityDefaultEnforcementPolicy', 'Get-MgPolicyPermissionGrantPolicy', 'Get-MgPolicyPermissionGrantPolicyExclude', 'Get-MgPolicyPermissionGrantPolicyInclude', + 'Get-MgPolicyRoleManagementPolicy', + 'Get-MgPolicyRoleManagementPolicyAssignment', + 'Get-MgPolicyRoleManagementPolicyAssignmentPolicy', + 'Get-MgPolicyRoleManagementPolicyAssignmentPolicyByRef', + 'Get-MgPolicyRoleManagementPolicyEffectiveRule', + 'Get-MgPolicyRoleManagementPolicyRule', 'Get-MgPolicyTokenIssuancePolicy', 'Get-MgPolicyTokenLifetimePolicy', 'Get-MgRiskDetection', 'Get-MgRiskyUser', 'Get-MgRiskyUserHistory', 'Get-MgTrustFramework', 'Get-MgTrustFrameworkKeySet', 'Get-MgTrustFrameworkKeySetActiveKey', - 'Get-MgTrustFrameworkPolicy', 'Get-MgUserAuthentication', + 'Get-MgTrustFrameworkPolicy', 'Get-MgTrustFrameworkPolicyContent', 'Get-MgUserAuthenticationEmailMethod', 'Get-MgUserAuthenticationFido2Method', 'Get-MgUserAuthenticationMethod', 'Get-MgUserAuthenticationMicrosoftAuthenticatorMethod', - 'Get-MgUserAuthenticationOathMethod', + 'Get-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice', 'Get-MgUserAuthenticationOperation', 'Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod', + 'Get-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice', 'Get-MgUserAuthenticationPasswordMethod', 'Get-MgUserAuthenticationPhoneMethod', - 'Get-MgUserAuthenticationSecurityQuestionMethod', 'Get-MgUserAuthenticationTemporaryAccessPassMethod', + 'Get-MgUserAuthenticationWindowHello', + 'Get-MgUserAuthenticationWindowHelloForBusinessMethodDevice', 'Get-MgUserInformationProtection', 'Invoke-MgAvailableIdentityProviderType', + 'Invoke-MgBufferInformationProtectionDecrypt', + 'Invoke-MgBufferInformationProtectionEncrypt', 'Invoke-MgDismissRiskyUser', 'Invoke-MgExtractInformationProtectionPolicyLabel', 'Invoke-MgUploadTrustFrameworkKeySetCertificate', 'Invoke-MgUploadTrustFrameworkKeySetPkcs12', 'Invoke-MgUploadTrustFrameworkKeySetSecret', 'New-MgDataPolicyOperation', + 'New-MgIdentityConditionalAccessAuthenticationContextClasserenceByRef', 'New-MgIdentityConditionalAccessNamedLocation', 'New-MgIdentityConditionalAccessPolicy', 'New-MgIdentityProvider', 'New-MgIdentityUserFlow', + 'New-MgInformationProtectionBitlockerRecoveryKey', 'New-MgInformationProtectionDataLossPreventionPolicy', 'New-MgInformationProtectionPolicyLabel', - 'New-MgInformationProtectionSensitivityLabel', - 'New-MgInformationProtectionSensitivityLabelSublabel', 'New-MgInformationProtectionThreatAssessmentRequest', 'New-MgInformationProtectionThreatAssessmentRequestResult', 'New-MgInvitation', 'New-MgOauth2PermissionGrant', 'New-MgOrganizationCertificateBasedAuthConfigurationByRef', 'New-MgPolicyActivityBasedTimeoutPolicy', 'New-MgPolicyAuthorizationPolicy', 'New-MgPolicyClaimMappingPolicy', + 'New-MgPolicyFeatureRolloutPolicy', + 'New-MgPolicyFeatureRolloutPolicyApplyTo', 'New-MgPolicyHomeRealmDiscoveryPolicy', 'New-MgPolicyPermissionGrantPolicy', 'New-MgPolicyPermissionGrantPolicyExclude', 'New-MgPolicyPermissionGrantPolicyInclude', + 'New-MgPolicyRoleManagementPolicy', + 'New-MgPolicyRoleManagementPolicyAssignment', + 'New-MgPolicyRoleManagementPolicyEffectiveRule', + 'New-MgPolicyRoleManagementPolicyRule', 'New-MgPolicyTokenIssuancePolicy', 'New-MgPolicyTokenLifetimePolicy', 'New-MgRiskDetection', 'New-MgRiskyUser', 'New-MgRiskyUserHistory', @@ -144,104 +166,124 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation 'New-MgUserAuthenticationFido2Method', 'New-MgUserAuthenticationMethod', 'New-MgUserAuthenticationMicrosoftAuthenticatorMethod', - 'New-MgUserAuthenticationOathMethod', 'New-MgUserAuthenticationOperation', 'New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod', 'New-MgUserAuthenticationPasswordMethod', 'New-MgUserAuthenticationPhoneMethod', - 'New-MgUserAuthenticationSecurityQuestionMethod', 'New-MgUserAuthenticationTemporaryAccessPassMethod', + 'New-MgUserAuthenticationWindowHello', 'Remove-MgDataPolicyOperation', + 'Remove-MgIdentityConditionalAccessAuthenticationContextClasserenceByRef', 'Remove-MgIdentityConditionalAccessNamedLocation', 'Remove-MgIdentityConditionalAccessPolicy', 'Remove-MgIdentityProvider', 'Remove-MgIdentityUserFlow', + 'Remove-MgInformationProtectionBitlocker', + 'Remove-MgInformationProtectionBitlockerRecoveryKey', 'Remove-MgInformationProtectionDataLossPreventionPolicy', 'Remove-MgInformationProtectionPolicy', 'Remove-MgInformationProtectionPolicyLabel', - 'Remove-MgInformationProtectionSensitivityLabel', - 'Remove-MgInformationProtectionSensitivityLabelSublabel', 'Remove-MgInformationProtectionSensitivityPolicySetting', 'Remove-MgInformationProtectionThreatAssessmentRequest', 'Remove-MgInformationProtectionThreatAssessmentRequestResult', 'Remove-MgOauth2PermissionGrant', + 'Remove-MgPolicyAccessReviewPolicy', 'Remove-MgPolicyActivityBasedTimeoutPolicy', 'Remove-MgPolicyAdminConsentRequestPolicy', 'Remove-MgPolicyAuthenticationFlowPolicy', + 'Remove-MgPolicyAuthenticationMethodPolicy', 'Remove-MgPolicyAuthorizationPolicy', + 'Remove-MgPolicyB2CAuthenticationMethodPolicy', 'Remove-MgPolicyClaimMappingPolicy', - 'Remove-MgPolicyDeviceRegistrationPolicy', 'Remove-MgPolicyDirectoryRoleAccessReviewPolicy', + 'Remove-MgPolicyFeatureRolloutPolicy', + 'Remove-MgPolicyFeatureRolloutPolicyApplyTo', 'Remove-MgPolicyHomeRealmDiscoveryPolicy', 'Remove-MgPolicyIdentitySecurityDefaultEnforcementPolicy', 'Remove-MgPolicyPermissionGrantPolicy', 'Remove-MgPolicyPermissionGrantPolicyExclude', 'Remove-MgPolicyPermissionGrantPolicyInclude', + 'Remove-MgPolicyRoleManagementPolicy', + 'Remove-MgPolicyRoleManagementPolicyAssignment', + 'Remove-MgPolicyRoleManagementPolicyAssignmentPolicyByRef', + 'Remove-MgPolicyRoleManagementPolicyEffectiveRule', + 'Remove-MgPolicyRoleManagementPolicyRule', 'Remove-MgPolicyTokenIssuancePolicy', 'Remove-MgPolicyTokenLifetimePolicy', 'Remove-MgRiskDetection', 'Remove-MgRiskyUser', 'Remove-MgRiskyUserHistory', 'Remove-MgTrustFrameworkKeySet', 'Remove-MgTrustFrameworkPolicy', - 'Remove-MgUserAuthentication', 'Remove-MgUserAuthenticationEmailMethod', 'Remove-MgUserAuthenticationFido2Method', 'Remove-MgUserAuthenticationMethod', 'Remove-MgUserAuthenticationMicrosoftAuthenticatorMethod', - 'Remove-MgUserAuthenticationOathMethod', + 'Remove-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice', 'Remove-MgUserAuthenticationOperation', 'Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod', + 'Remove-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice', 'Remove-MgUserAuthenticationPasswordMethod', 'Remove-MgUserAuthenticationPhoneMethod', - 'Remove-MgUserAuthenticationSecurityQuestionMethod', 'Remove-MgUserAuthenticationTemporaryAccessPassMethod', + 'Remove-MgUserAuthenticationWindowHello', + 'Remove-MgUserAuthenticationWindowHelloForBusinessMethodDevice', 'Remove-MgUserInformationProtection', + 'Set-MgPolicyRoleManagementPolicyAssignmentPolicyByRef', + 'Set-MgTrustFrameworkPolicyContent', 'Test-MgInformationProtectionDataLossPreventionPolicy', - 'Test-MgInformationProtectionLabelAndPolicy', 'Test-MgInformationProtectionPolicyLabelApplication', 'Test-MgInformationProtectionPolicyLabelClassificationResult', 'Test-MgInformationProtectionPolicyLabelRemoval', - 'Test-MgInformationProtectionSensitivityLabel', - 'Test-MgInformationProtectionSensitivityLabelSublabel', 'Update-MgDataPolicyOperation', + 'Update-MgIdentityConditionalAccessAuthenticationContextClasserenceByRef', 'Update-MgIdentityConditionalAccessNamedLocation', 'Update-MgIdentityConditionalAccessPolicy', 'Update-MgIdentityProvider', 'Update-MgIdentityUserFlow', 'Update-MgInformationProtection', + 'Update-MgInformationProtectionBitlocker', + 'Update-MgInformationProtectionBitlockerRecoveryKey', 'Update-MgInformationProtectionDataLossPreventionPolicy', 'Update-MgInformationProtectionPolicy', 'Update-MgInformationProtectionPolicyLabel', - 'Update-MgInformationProtectionSensitivityLabel', - 'Update-MgInformationProtectionSensitivityLabelSublabel', 'Update-MgInformationProtectionSensitivityPolicySetting', 'Update-MgInformationProtectionThreatAssessmentRequest', 'Update-MgInformationProtectionThreatAssessmentRequestResult', 'Update-MgOauth2PermissionGrant', + 'Update-MgPolicyAccessReviewPolicy', 'Update-MgPolicyActivityBasedTimeoutPolicy', 'Update-MgPolicyAdminConsentRequestPolicy', 'Update-MgPolicyAuthenticationFlowPolicy', + 'Update-MgPolicyAuthenticationMethodPolicy', 'Update-MgPolicyAuthorizationPolicy', + 'Update-MgPolicyB2CAuthenticationMethodPolicy', 'Update-MgPolicyClaimMappingPolicy', - 'Update-MgPolicyDeviceRegistrationPolicy', 'Update-MgPolicyDirectoryRoleAccessReviewPolicy', + 'Update-MgPolicyFeatureRolloutPolicy', + 'Update-MgPolicyFeatureRolloutPolicyApplyTo', 'Update-MgPolicyHomeRealmDiscoveryPolicy', 'Update-MgPolicyIdentitySecurityDefaultEnforcementPolicy', 'Update-MgPolicyPermissionGrantPolicy', 'Update-MgPolicyPermissionGrantPolicyExclude', 'Update-MgPolicyPermissionGrantPolicyInclude', + 'Update-MgPolicyRoleManagementPolicy', + 'Update-MgPolicyRoleManagementPolicyAssignment', + 'Update-MgPolicyRoleManagementPolicyEffectiveRule', + 'Update-MgPolicyRoleManagementPolicyRule', 'Update-MgPolicyTokenIssuancePolicy', 'Update-MgPolicyTokenLifetimePolicy', 'Update-MgRiskDetection', 'Update-MgRiskyUser', 'Update-MgRiskyUserHistory', 'Update-MgTrustFramework', 'Update-MgTrustFrameworkKeySet', - 'Update-MgTrustFrameworkPolicy', 'Update-MgUserAuthentication', + 'Update-MgTrustFrameworkPolicy', 'Update-MgUserAuthenticationEmailMethod', 'Update-MgUserAuthenticationFido2Method', 'Update-MgUserAuthenticationMethod', 'Update-MgUserAuthenticationMicrosoftAuthenticatorMethod', - 'Update-MgUserAuthenticationOathMethod', + 'Update-MgUserAuthenticationMicrosoftAuthenticatorMethodDevice', 'Update-MgUserAuthenticationOperation', 'Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod', + 'Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice', 'Update-MgUserAuthenticationPasswordMethod', 'Update-MgUserAuthenticationPhoneMethod', - 'Update-MgUserAuthenticationSecurityQuestionMethod', 'Update-MgUserAuthenticationTemporaryAccessPassMethod', + 'Update-MgUserAuthenticationWindowHello', + 'Update-MgUserAuthenticationWindowHelloForBusinessMethodDevice', 'Update-MgUserInformationProtection' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. @@ -280,7 +322,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' # A URL to an icon representing this module. - IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/po/release1.1.0/documentation/images/graph_color256.png' + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png' # ReleaseNotes of this module ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.' diff --git a/src/Identity.SignIns/Identity.SignIns/readme.md b/src/Identity.SignIns/Identity.SignIns/readme.md index cd7184ceb5f..8bee5e3afc9 100644 --- a/src/Identity.SignIns/Identity.SignIns/readme.md +++ b/src/Identity.SignIns/Identity.SignIns/readme.md @@ -52,6 +52,9 @@ directive: - where: subject: ^UserAuthentication$ remove: true + - where: + subject: ^InformationProtectionSensitivity(Label|LabelSublabel)$ + remove: true ``` ### Versioning diff --git a/src/Users/Users/Microsoft.Graph.Users.psd1 b/src/Users/Users/Microsoft.Graph.Users.psd1 index e04f1fa6161..79d13651b01 100644 --- a/src/Users/Users/Microsoft.Graph.Users.psd1 +++ b/src/Users/Users/Microsoft.Graph.Users.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 1/25/2021 +# Generated on: 5/19/2021 # @{ @@ -12,13 +12,13 @@ RootModule = './Microsoft.Graph.Users.psm1' # Version number of this module. -ModuleVersion = '1.2.0' +ModuleVersion = '1.5.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' # ID used to uniquely identify this module -GUID = '1d79a711-ac42-46b7-9e16-c90f2f7460bb' +GUID = '5a981379-b83e-49e4-a6fb-dd97b4ed802a' # Author of this module Author = 'Microsoft Corporation' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.2.0'; }) +RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.5.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Microsoft.Graph.Users.private.dll' @@ -99,16 +99,18 @@ FunctionsToExport = 'Get-MgUser', 'Get-MgUserCreatedObject', 'Get-MgUserOwnedObject', 'Get-MgUserOwnedObjectByRef', 'Get-MgUserPhoto', 'Get-MgUserPhotoContent', 'Get-MgUserRegisteredDevice', 'Get-MgUserRegisteredDeviceByRef', - 'Get-MgUserSetting', 'Get-MgUserSettingRegionalAndLanguageSetting', + 'Get-MgUserSetting', 'Get-MgUserSettingItemInsight', + 'Get-MgUserSettingRegionalAndLanguageSetting', 'Get-MgUserSettingShiftPerenceByRef', 'Get-MgUserTodoList', 'Get-MgUserTodoListExtension', 'Get-MgUserTodoListTask', 'Get-MgUserTodoListTaskExtension', 'Get-MgUserTodoListTaskLinkedResource', 'Get-MgUserTransitiveMemberOf', 'Get-MgUserTransitiveMemberOfByRef', + 'Get-MgUserTransitiveReport', 'Get-MgUserTransitiveReportByRef', 'New-MgUser', 'New-MgUserCreatedObjectByRef', 'New-MgUserDirectReportByRef', 'New-MgUserExtension', - 'New-MgUserLicenseDetail', 'New-MgUserMemberOfByRef', - 'New-MgUserNotification', 'New-MgUserOauth2PermissionGrantByRef', + 'New-MgUserMemberOfByRef', 'New-MgUserNotification', + 'New-MgUserOauth2PermissionGrantByRef', 'New-MgUserOutlookMasterCategory', 'New-MgUserOutlookTask', 'New-MgUserOutlookTaskAttachment', 'New-MgUserOutlookTaskFolder', 'New-MgUserOutlookTaskFolderMultiValueExtendedProperty', @@ -132,7 +134,8 @@ FunctionsToExport = 'Get-MgUser', 'Get-MgUserCreatedObject', 'New-MgUserTodoList', 'New-MgUserTodoListExtension', 'New-MgUserTodoListTask', 'New-MgUserTodoListTaskExtension', 'New-MgUserTodoListTaskLinkedResource', - 'New-MgUserTransitiveMemberOfByRef', 'Remove-MgUser', + 'New-MgUserTransitiveMemberOfByRef', + 'New-MgUserTransitiveReportByRef', 'Remove-MgUser', 'Remove-MgUserExtension', 'Remove-MgUserLicenseDetail', 'Remove-MgUserManagerByRef', 'Remove-MgUserNotification', 'Remove-MgUserOutlookMasterCategory', 'Remove-MgUserOutlookTask', @@ -155,6 +158,7 @@ FunctionsToExport = 'Get-MgUser', 'Get-MgUserCreatedObject', 'Remove-MgUserOutlookTaskMultiValueExtendedProperty', 'Remove-MgUserOutlookTaskSingleValueExtendedProperty', 'Remove-MgUserPhoto', 'Remove-MgUserSetting', + 'Remove-MgUserSettingItemInsight', 'Remove-MgUserSettingRegionalAndLanguageSetting', 'Remove-MgUserSettingShiftPerenceByRef', 'Remove-MgUserTodoList', 'Remove-MgUserTodoListExtension', 'Remove-MgUserTodoListTask', @@ -182,6 +186,7 @@ FunctionsToExport = 'Get-MgUser', 'Get-MgUserCreatedObject', 'Update-MgUserOutlookTaskMultiValueExtendedProperty', 'Update-MgUserOutlookTaskSingleValueExtendedProperty', 'Update-MgUserPhoto', 'Update-MgUserSetting', + 'Update-MgUserSettingItemInsight', 'Update-MgUserSettingRegionalAndLanguageSetting', 'Update-MgUserSettingShiftPerenceByRef', 'Update-MgUserTodoList', 'Update-MgUserTodoListExtension', 'Update-MgUserTodoListTask', diff --git a/src/Users/Users/readme.md b/src/Users/Users/readme.md index 86a7659f381..11ae2fa329d 100644 --- a/src/Users/Users/readme.md +++ b/src/Users/Users/readme.md @@ -40,6 +40,11 @@ subject-prefix: '' directive: # Remove invalid root paths e.g. users{id}/todo - remove-path-by-operation: users_(Get|Create|Update|Delete|Set)(Todo|outlook) +# Remove commands + - where: + verb: New + subject: ^UserLicenseDetail$ + remove: true # Alias then rename cmdlets to avoid breaking change. - where: subject: ^User(Member|TransitiveMember)$ From a70969a1e0043a54f864cb91d04860ca63325057 Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Thu, 20 May 2021 10:20:49 -0700 Subject: [PATCH 3/4] Remove New|Update-MgUserAuthenticationPasswordMethod commands. --- src/Identity.SignIns/Identity.SignIns/readme.md | 4 ++++ src/Users.Actions/Users.Actions/readme.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/Identity.SignIns/Identity.SignIns/readme.md b/src/Identity.SignIns/Identity.SignIns/readme.md index 8bee5e3afc9..3d6da2be67c 100644 --- a/src/Identity.SignIns/Identity.SignIns/readme.md +++ b/src/Identity.SignIns/Identity.SignIns/readme.md @@ -55,6 +55,10 @@ directive: - where: subject: ^InformationProtectionSensitivity(Label|LabelSublabel)$ remove: true + - where: + verb: New|Update + subject: ^UserAuthenticationPasswordMethod$ + remove: true ``` ### Versioning diff --git a/src/Users.Actions/Users.Actions/readme.md b/src/Users.Actions/Users.Actions/readme.md index d1531700f09..61a6895e4eb 100644 --- a/src/Users.Actions/Users.Actions/readme.md +++ b/src/Users.Actions/Users.Actions/readme.md @@ -82,7 +82,7 @@ directive: verb: Rename subject: ^(UserPassword)$ set: - verb: Reset + verb: Update subject: $1 - where: verb: Get From 49755f219a006a4ab7a9b29d3562f4d63e22cf3e Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Thu, 20 May 2021 10:59:41 -0700 Subject: [PATCH 4/4] Add module manifest. --- .../Microsoft.Graph.Identity.SignIns.psd1 | 6 +- .../Microsoft.Graph.Users.Actions.psd1 | 126 ++++++++++++++++-- 2 files changed, 115 insertions(+), 17 deletions(-) diff --git a/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 b/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 index 1430d36f958..757536653e8 100644 --- a/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 +++ b/src/Identity.SignIns/Identity.SignIns/Microsoft.Graph.Identity.SignIns.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 5/19/2021 +# Generated on: 5/20/2021 # @{ @@ -18,7 +18,7 @@ ModuleVersion = '1.5.1' CompatiblePSEditions = 'Core', 'Desktop' # ID used to uniquely identify this module -GUID = '636e495c-c39f-4cf3-8893-bb1df584b43e' +GUID = '65ab76eb-2c8c-4610-8ddf-05e7e03fbf93' # Author of this module Author = 'Microsoft Corporation' @@ -168,7 +168,6 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation 'New-MgUserAuthenticationMicrosoftAuthenticatorMethod', 'New-MgUserAuthenticationOperation', 'New-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod', - 'New-MgUserAuthenticationPasswordMethod', 'New-MgUserAuthenticationPhoneMethod', 'New-MgUserAuthenticationTemporaryAccessPassMethod', 'New-MgUserAuthenticationWindowHello', @@ -279,7 +278,6 @@ FunctionsToExport = 'Confirm-MgRiskyUserCompromised', 'Get-MgDataPolicyOperation 'Update-MgUserAuthenticationOperation', 'Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethod', 'Update-MgUserAuthenticationPasswordlessMicrosoftAuthenticatorMethodDevice', - 'Update-MgUserAuthenticationPasswordMethod', 'Update-MgUserAuthenticationPhoneMethod', 'Update-MgUserAuthenticationTemporaryAccessPassMethod', 'Update-MgUserAuthenticationWindowHello', diff --git a/src/Users.Actions/Users.Actions/Microsoft.Graph.Users.Actions.psd1 b/src/Users.Actions/Users.Actions/Microsoft.Graph.Users.Actions.psd1 index c0857cc917e..924bc180efc 100644 --- a/src/Users.Actions/Users.Actions/Microsoft.Graph.Users.Actions.psd1 +++ b/src/Users.Actions/Users.Actions/Microsoft.Graph.Users.Actions.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 9/17/2020 +# Generated on: 5/20/2021 # @{ @@ -12,13 +12,13 @@ RootModule = './Microsoft.Graph.Users.Actions.psm1' # Version number of this module. -ModuleVersion = '0.9.2' +ModuleVersion = '1.5.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' # ID used to uniquely identify this module -GUID = 'b180ad1d-fdd5-4d04-ba6e-53a2b07836e3' +GUID = 'fe16b059-09a1-4e82-b7d8-d98f91f95f69' # Author of this module Author = 'Microsoft Corporation' @@ -51,7 +51,7 @@ DotNetFrameworkVersion = '4.7.2' # ProcessorArchitecture = '' # Modules that must be imported into the global environment prior to importing this module -RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '0.9.1'; }) +RequiredModules = @(@{ModuleName = 'Microsoft.Graph.Authentication'; ModuleVersion = '1.5.0'; }) # Assemblies that must be loaded prior to importing this module RequiredAssemblies = './bin/Microsoft.Graph.Users.Actions.private.dll' @@ -69,11 +69,31 @@ FormatsToProcess = './Microsoft.Graph.Users.Actions.format.ps1xml' # NestedModules = @() # Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export. -FunctionsToExport = 'Add-MgUserPendingAccessReviewInstanceDecision', +FunctionsToExport = + 'Add-MgUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRange', + 'Add-MgUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRangeSort', + 'Add-MgUserInsightSharedResourceMicrosoftGraphWorkbookRange', + 'Add-MgUserInsightSharedResourceMicrosoftGraphWorkbookRangeSort', + 'Add-MgUserInsightTrendingResourceMicrosoftGraphWorkbookRange', + 'Add-MgUserInsightTrendingResourceMicrosoftGraphWorkbookRangeSort', + 'Add-MgUserInsightUsedResourceMicrosoftGraphWorkbookRange', + 'Add-MgUserInsightUsedResourceMicrosoftGraphWorkbookRangeSort', + 'Add-MgUserPendingAccessReviewInstanceDecision', + 'Approve-MgUserInsightSharedLastSharedMethodMicrosoftGraphScheduleChangeRequest', + 'Approve-MgUserInsightSharedResourceMicrosoftGraphScheduleChangeRequest', + 'Approve-MgUserInsightTrendingResourceMicrosoftGraphScheduleChangeRequest', + 'Approve-MgUserInsightUsedResourceMicrosoftGraphScheduleChangeRequest', 'Clear-MgUserAndBlockManagedApp', + 'Clear-MgUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRange', + 'Clear-MgUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRangeFill', + 'Clear-MgUserInsightSharedResourceMicrosoftGraphWorkbookRange', + 'Clear-MgUserInsightSharedResourceMicrosoftGraphWorkbookRangeFill', + 'Clear-MgUserInsightTrendingResourceMicrosoftGraphWorkbookRange', + 'Clear-MgUserInsightTrendingResourceMicrosoftGraphWorkbookRangeFill', + 'Clear-MgUserInsightUsedResourceMicrosoftGraphWorkbookRange', + 'Clear-MgUserInsightUsedResourceMicrosoftGraphWorkbookRangeFill', 'Clear-MgUserManagedAppRegistrationByDeviceTag', - 'Clear-MgUserManagedDevice', - 'Clear-MgUserWindowInformationProtectionDeviceRegistration', + 'Clear-MgUserManagedDevice', 'Clear-MgUserPresence', 'Complete-MgUserOutlookTask', 'Complete-MgUserOutlookTaskFolderTask', 'Complete-MgUserOutlookTaskGroupTaskFolderTask', @@ -93,14 +113,50 @@ FunctionsToExport = 'Add-MgUserPendingAccessReviewInstanceDecision', 'Get-MgUserEventCalendarSchedule', 'Get-MgUserMailTip', 'Get-MgUserMemberGroup', 'Get-MgUserMemberObject', 'Get-MgUserOnenoteNotebookFromWebUrl', - 'Get-MgUserOwnedObjectByType', 'Invoke-MgAcceptUserEvent', - 'Invoke-MgAcceptUserEventInstance', + 'Get-MgUserOwnedObjectByType', 'Initialize-MgUserManagedDeviceEsim', + 'Initialize-MgUserServicePlan', + 'Invoke-MgAbortUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob', + 'Invoke-MgAbortUserInsightSharedResourceMicrosoftGraphPrintJob', + 'Invoke-MgAbortUserInsightTrendingResourceMicrosoftGraphPrintJob', + 'Invoke-MgAbortUserInsightUsedResourceMicrosoftGraphPrintJob', + 'Invoke-MgAcceptUserEvent', 'Invoke-MgAcceptUserEventInstance', 'Invoke-MgAcceptUserEventInstanceTentatively', 'Invoke-MgAcceptUserEventTentatively', + 'Invoke-MgAcceptUserInsightSharedLastSharedMethodMicrosoftGraphCalendarSharingMessage', + 'Invoke-MgAcceptUserInsightSharedResourceMicrosoftGraphCalendarSharingMessage', + 'Invoke-MgAcceptUserInsightTrendingResourceMicrosoftGraphCalendarSharingMessage', + 'Invoke-MgAcceptUserInsightUsedResourceMicrosoftGraphCalendarSharingMessage', + 'Invoke-MgAcceptUserMailFolderMessageMicrosoftGraphCalendarSharingMessage', + 'Invoke-MgAcceptUserMailFolderMessageMicrosoftGraphEventMessageRequest', + 'Invoke-MgAcceptUserMailFolderMessageMicrosoftGraphEventMessageRequestTentatively', + 'Invoke-MgAcceptUserMessageMicrosoftGraphCalendarSharingMessage', + 'Invoke-MgAcceptUserMessageMicrosoftGraphEventMessageRequest', + 'Invoke-MgAcceptUserMessageMicrosoftGraphEventMessageRequestTentatively', 'Invoke-MgAcceptUserPendingAccessReviewInstanceRecommendation', + 'Invoke-MgAutofitUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRangeFormatColumn', + 'Invoke-MgAutofitUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRangeFormatRow', + 'Invoke-MgAutofitUserInsightSharedResourceMicrosoftGraphWorkbookRangeFormatColumn', + 'Invoke-MgAutofitUserInsightSharedResourceMicrosoftGraphWorkbookRangeFormatRow', + 'Invoke-MgAutofitUserInsightTrendingResourceMicrosoftGraphWorkbookRangeFormatColumn', + 'Invoke-MgAutofitUserInsightTrendingResourceMicrosoftGraphWorkbookRangeFormatRow', + 'Invoke-MgAutofitUserInsightUsedResourceMicrosoftGraphWorkbookRangeFormatColumn', + 'Invoke-MgAutofitUserInsightUsedResourceMicrosoftGraphWorkbookRangeFormatRow', + 'Invoke-MgBatchUserPendingAccessReviewInstanceRecordDecision', + 'Invoke-MgBulkUserManagedDeviceReprovisionCloudPc', 'Invoke-MgCleanUserManagedDeviceWindowDevice', + 'Invoke-MgCloudUserManagedDevice', + 'Invoke-MgCommitUserInsightSharedLastSharedMethodMicrosoftGraphMobileAppContentFile', + 'Invoke-MgCommitUserInsightSharedResourceMicrosoftGraphMobileAppContentFile', + 'Invoke-MgCommitUserInsightTrendingResourceMicrosoftGraphMobileAppContentFile', + 'Invoke-MgCommitUserInsightUsedResourceMicrosoftGraphMobileAppContentFile', 'Invoke-MgCreateOrGetUserOnlineMeeting', 'Invoke-MgDeclineUserEvent', 'Invoke-MgDeclineUserEventInstance', + 'Invoke-MgDeclineUserInsightSharedLastSharedMethodMicrosoftGraphScheduleChangeRequest', + 'Invoke-MgDeclineUserInsightSharedResourceMicrosoftGraphScheduleChangeRequest', + 'Invoke-MgDeclineUserInsightTrendingResourceMicrosoftGraphScheduleChangeRequest', + 'Invoke-MgDeclineUserInsightUsedResourceMicrosoftGraphScheduleChangeRequest', + 'Invoke-MgDeclineUserMailFolderMessageMicrosoftGraphEventMessageRequest', + 'Invoke-MgDeclineUserMessageMicrosoftGraphEventMessageRequest', 'Invoke-MgDismissUserEventInstanceReminder', 'Invoke-MgDismissUserEventReminder', 'Invoke-MgDownUserManagedDeviceShut', @@ -113,6 +169,14 @@ FunctionsToExport = 'Add-MgUserPendingAccessReviewInstanceDecision', 'Invoke-MgLogoutUserManagedDeviceSharedAppleDeviceActiveUser', 'Invoke-MgOverrideUserManagedDeviceComplianceState', 'Invoke-MgPlayUserManagedDeviceLostModeSound', + 'Invoke-MgRedirectUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob', + 'Invoke-MgRedirectUserInsightSharedResourceMicrosoftGraphPrintJob', + 'Invoke-MgRedirectUserInsightTrendingResourceMicrosoftGraphPrintJob', + 'Invoke-MgRedirectUserInsightUsedResourceMicrosoftGraphPrintJob', + 'Invoke-MgRenewUserInsightSharedLastSharedMethodMicrosoftGraphMobileAppContentFileUpload', + 'Invoke-MgRenewUserInsightSharedResourceMicrosoftGraphMobileAppContentFileUpload', + 'Invoke-MgRenewUserInsightTrendingResourceMicrosoftGraphMobileAppContentFileUpload', + 'Invoke-MgRenewUserInsightUsedResourceMicrosoftGraphMobileAppContentFileUpload', 'Invoke-MgReplyAllUserMailFolderMessage', 'Invoke-MgReplyAllUserMessage', 'Invoke-MgReplyUserMailFolderMessage', 'Invoke-MgReplyUserMessage', @@ -122,12 +186,28 @@ FunctionsToExport = 'Add-MgUserPendingAccessReviewInstanceDecision', 'Invoke-MgScanUserManagedDeviceWindowDefender', 'Invoke-MgSnoozeUserEventInstanceReminder', 'Invoke-MgSnoozeUserEventReminder', + 'Invoke-MgTargetUserInsightSharedLastSharedMethodMicrosoftGraphManagedAppProtectionApp', + 'Invoke-MgTargetUserInsightSharedResourceMicrosoftGraphManagedAppProtectionApp', + 'Invoke-MgTargetUserInsightTrendingResourceMicrosoftGraphManagedAppProtectionApp', + 'Invoke-MgTargetUserInsightUsedResourceMicrosoftGraphManagedAppProtectionApp', 'Invoke-MgTranslateUserExchangeId', + 'Invoke-MgUnmergeUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRange', + 'Invoke-MgUnmergeUserInsightSharedResourceMicrosoftGraphWorkbookRange', + 'Invoke-MgUnmergeUserInsightTrendingResourceMicrosoftGraphWorkbookRange', + 'Invoke-MgUnmergeUserInsightUsedResourceMicrosoftGraphWorkbookRange', 'Invoke-MgUnsubscribeUserMailFolderMessage', 'Invoke-MgUnsubscribeUserMessage', 'Lock-MgUserManagedDeviceRemote', + 'Merge-MgUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRange', + 'Merge-MgUserInsightSharedResourceMicrosoftGraphWorkbookRange', + 'Merge-MgUserInsightTrendingResourceMicrosoftGraphWorkbookRange', + 'Merge-MgUserInsightUsedResourceMicrosoftGraphWorkbookRange', 'Move-MgUserMailFolder', 'Move-MgUserMailFolderChildFolder', 'Move-MgUserMailFolderMessage', 'Move-MgUserMessage', 'New-MgUserEventAttachmentUploadSession', + 'New-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintDocumentUploadSession', + 'New-MgUserInsightSharedResourceMicrosoftGraphPrintDocumentUploadSession', + 'New-MgUserInsightTrendingResourceMicrosoftGraphPrintDocumentUploadSession', + 'New-MgUserInsightUsedResourceMicrosoftGraphPrintDocumentUploadSession', 'New-MgUserMailFolderMessageAttachmentUploadSession', 'New-MgUserMailFolderMessageForward', 'New-MgUserMailFolderMessageReply', @@ -143,10 +223,14 @@ FunctionsToExport = 'Add-MgUserPendingAccessReviewInstanceDecision', 'New-MgUserOutlookTaskFolderTaskAttachmentUploadSession', 'New-MgUserOutlookTaskGroupTaskFolderTaskAttachmentUploadSession', 'Remove-MgUserDeviceFromManagement', + 'Remove-MgUserInsightSharedLastSharedMethodMicrosoftGraphWorkbookRange', + 'Remove-MgUserInsightSharedResourceMicrosoftGraphWorkbookRange', + 'Remove-MgUserInsightTrendingResourceMicrosoftGraphWorkbookRange', + 'Remove-MgUserInsightUsedResourceMicrosoftGraphWorkbookRange', 'Remove-MgUserManagedDeviceUserFromSharedAppleDevice', 'Request-MgUserManagedDeviceRemoteAssistance', 'Reset-MgUserAuthenticationMethodPassword', - 'Reset-MgUserManagedDevicePasscode', 'Reset-MgUserPassword', + 'Reset-MgUserManagedDevicePasscode', 'Reset-MgUserPendingAccessReviewInstanceDecision', 'Restart-MgUserManagedDeviceNow', 'Restore-MgUser', 'Restore-MgUserManagedDevicePasscode', @@ -158,16 +242,32 @@ FunctionsToExport = 'Add-MgUserPendingAccessReviewInstanceDecision', 'Send-MgUserTeamworkActivityNotification', 'Set-MgUserDeviceEnrollmentConfiguration', 'Set-MgUserDeviceEnrollmentConfigurationPriority', + 'Set-MgUserInsightSharedLastSharedMethodMicrosoftGraphTargetedManagedAppProtection', + 'Set-MgUserInsightSharedLastSharedMethodMicrosoftGraphWindowInformationProtection', + 'Set-MgUserInsightSharedResourceMicrosoftGraphTargetedManagedAppProtection', + 'Set-MgUserInsightSharedResourceMicrosoftGraphWindowInformationProtection', + 'Set-MgUserInsightTrendingResourceMicrosoftGraphTargetedManagedAppProtection', + 'Set-MgUserInsightTrendingResourceMicrosoftGraphWindowInformationProtection', + 'Set-MgUserInsightUsedResourceMicrosoftGraphTargetedManagedAppProtection', + 'Set-MgUserInsightUsedResourceMicrosoftGraphWindowInformationProtection', 'Set-MgUserLicense', 'Set-MgUserManagedDeviceName', - 'Skip-MgUserManagedDeviceActivationLock', + 'Set-MgUserPresence', 'Skip-MgUserManagedDeviceActivationLock', + 'Start-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob', + 'Start-MgUserInsightSharedResourceMicrosoftGraphPrintJob', + 'Start-MgUserInsightTrendingResourceMicrosoftGraphPrintJob', + 'Start-MgUserInsightUsedResourceMicrosoftGraphPrintJob', 'Start-MgUserManagedDeviceConfigurationManagerAction', 'Stop-MgUserEvent', 'Stop-MgUserEventInstance', + 'Stop-MgUserInsightSharedLastSharedMethodMicrosoftGraphPrintJob', + 'Stop-MgUserInsightSharedResourceMicrosoftGraphPrintJob', + 'Stop-MgUserInsightTrendingResourceMicrosoftGraphPrintJob', + 'Stop-MgUserInsightUsedResourceMicrosoftGraphPrintJob', 'Stop-MgUserPendingAccessReviewInstance', 'Stop-MgUserPendingAccessReviewInstanceDefinition', 'Sync-MgUserManagedDevice', 'Test-MgUserProperty', 'Unblock-MgUserManagedApp', 'Update-MgUserManagedDeviceWindowDeviceAccount', - 'Update-MgUserOnenotePageContent' + 'Update-MgUserOnenotePageContent', 'Update-MgUserPassword' # Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export. CmdletsToExport = @() @@ -205,7 +305,7 @@ PrivateData = @{ ProjectUri = 'https://github.com/microsoftgraph/msgraph-sdk-powershell' # A URL to an icon representing this module. - IconUri = 'https://raw.githubusercontent.com/microsoftgraph/g-raph/master/g-raph.png' + IconUri = 'https://raw.githubusercontent.com/microsoftgraph/msgraph-sdk-powershell/master/documentation/images/graph_color256.png' # ReleaseNotes of this module ReleaseNotes = 'See https://aka.ms/GraphPowerShell-Release.'