From c1d5dad0573bedffcff554dc2ccb569a8509399d Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Tue, 27 Sep 2022 10:35:21 -0700 Subject: [PATCH 1/2] Refresh OpenAPI docs with latest metadata. --- openApiDocs/beta/Applications.yml | 162 +- openApiDocs/beta/CloudCommunications.yml | 4 +- openApiDocs/beta/Compliance.yml | 14 +- openApiDocs/beta/DeviceManagement.Actions.yml | 198 ++ .../beta/DeviceManagement.Administration.yml | 394 +++ .../beta/DeviceManagement.Enrolment.yml | 4 +- .../beta/DeviceManagement.Functions.yml | 64 + openApiDocs/beta/DeviceManagement.yml | 80 +- openApiDocs/beta/Devices.CloudPrint.yml | 14 +- .../beta/Devices.CorporateManagement.yml | 14 +- openApiDocs/beta/DirectoryObjects.yml | 52 + openApiDocs/beta/Education.yml | 20 +- openApiDocs/beta/Files.yml | 14 +- openApiDocs/beta/Groups.yml | 97 +- .../beta/Identity.DirectoryManagement.yml | 394 ++- openApiDocs/beta/Identity.Governance.yml | 127 +- openApiDocs/beta/Identity.SignIns.yml | 281 +- openApiDocs/beta/Notes.yml | 4 +- openApiDocs/beta/People.yml | 4 +- openApiDocs/beta/Planner.yml | 33 +- openApiDocs/beta/Reports.yml | 8 +- openApiDocs/beta/Search.yml | 17 + openApiDocs/beta/Security.yml | 14 +- openApiDocs/beta/Sites.yml | 14 +- openApiDocs/beta/Teams.yml | 14 +- openApiDocs/beta/Users.Actions.yml | 14 +- openApiDocs/beta/Users.Functions.yml | 14 +- openApiDocs/beta/Users.yml | 187 +- openApiDocs/v1.0/Applications.yml | 2 +- openApiDocs/v1.0/CloudCommunications.yml | 69 + openApiDocs/v1.0/Devices.CloudPrint.yml | 97 + openApiDocs/v1.0/Education.yml | 94 + openApiDocs/v1.0/Files.yml | 92 + openApiDocs/v1.0/Groups.yml | 92 + openApiDocs/v1.0/Identity.SignIns.yml | 93 + openApiDocs/v1.0/Security.yml | 92 + openApiDocs/v1.0/Sites.yml | 92 + openApiDocs/v1.0/Teams.yml | 2668 ++++++++++++++--- openApiDocs/v1.0/Users.Actions.yml | 92 + openApiDocs/v1.0/Users.Functions.yml | 92 + openApiDocs/v1.0/Users.yml | 96 + .../CloudCommunications/crawl-log-v1.0.json | 4 + .../CloudCommunications/definitions/v1.0.md | 1 + .../crawl-log-v1.0-beta.json | 12 + .../definitions/v1.0-beta.md | 3 + .../crawl-log-v1.0-beta.json | 12 + .../definitions/v1.0-beta.md | 3 + .../crawl-log-v1.0-beta.json | 8 + .../definitions/v1.0-beta.md | 2 + .../crawl-log-v1.0-beta.json | 4 + .../definitions/v1.0-beta.md | 1 + .../crawl-log-v1.0-beta.json | 12 + .../definitions/v1.0-beta.md | 5 + .../Identity.SignIns/crawl-log-v1.0-beta.json | 8 + .../Identity.SignIns/definitions/v1.0-beta.md | 2 + profiles/Teams/crawl-log-v1.0.json | 48 + profiles/Teams/definitions/v1.0.md | 12 + 57 files changed, 5532 insertions(+), 532 deletions(-) diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index 2326b384af9..d4d2f1a11ae 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -25,7 +25,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -92,6 +95,8 @@ paths: - samlMetadataUrl desc - serviceManagementReference - serviceManagementReference desc + - servicePrincipalLockConfiguration + - servicePrincipalLockConfiguration desc - signInAudience - signInAudience desc - spa @@ -149,6 +154,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -169,6 +175,28 @@ paths: - connectorGroup - synchronization type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appManagementPolicies + - createdOnBehalfOf + - extensionProperties + - federatedIdentityCredentials + - homeRealmDiscoveryPolicies + - owners + - tokenIssuancePolicies + - tokenLifetimePolicies + - connectorGroup + - synchronization + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.applicationCollectionResponse' @@ -255,6 +283,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -275,6 +304,28 @@ paths: - connectorGroup - synchronization type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appManagementPolicies + - createdOnBehalfOf + - extensionProperties + - federatedIdentityCredentials + - homeRealmDiscoveryPolicies + - owners + - tokenIssuancePolicies + - tokenLifetimePolicies + - connectorGroup + - synchronization + type: string responses: '200': description: Retrieved entity @@ -7812,6 +7863,8 @@ paths: - samlMetadataUrl desc - serviceManagementReference - serviceManagementReference desc + - servicePrincipalLockConfiguration + - servicePrincipalLockConfiguration desc - signInAudience - signInAudience desc - spa @@ -7869,6 +7922,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -7989,6 +8043,7 @@ paths: - requiredResourceAccess - samlMetadataUrl - serviceManagementReference + - servicePrincipalLockConfiguration - signInAudience - spa - tags @@ -9418,7 +9473,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -9579,6 +9637,36 @@ paths: - transitiveMemberOf - synchronization type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appManagementPolicies + - appRoleAssignedTo + - appRoleAssignments + - claimsMappingPolicies + - createdObjects + - delegatedPermissionClassifications + - endpoints + - federatedIdentityCredentials + - homeRealmDiscoveryPolicies + - licenseDetails + - memberOf + - oauth2PermissionGrants + - ownedObjects + - owners + - tokenIssuancePolicies + - tokenLifetimePolicies + - transitiveMemberOf + - synchronization + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.servicePrincipalCollectionResponse' @@ -9696,6 +9784,36 @@ paths: - transitiveMemberOf - synchronization type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appManagementPolicies + - appRoleAssignedTo + - appRoleAssignments + - claimsMappingPolicies + - createdObjects + - delegatedPermissionClassifications + - endpoints + - federatedIdentityCredentials + - homeRealmDiscoveryPolicies + - licenseDetails + - memberOf + - oauth2PermissionGrants + - ownedObjects + - owners + - tokenIssuancePolicies + - tokenLifetimePolicies + - transitiveMemberOf + - synchronization + type: string responses: '200': description: Retrieved entity @@ -16044,7 +16162,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appRole' - description: 'The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.' + description: 'The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.' certification: $ref: '#/components/schemas/microsoft.graph.certification' createdDateTime: @@ -16131,6 +16249,8 @@ components: type: string description: References application or service contact information from a Service or Asset Management database. Nullable. nullable: true + servicePrincipalLockConfiguration: + $ref: '#/components/schemas/microsoft.graph.servicePrincipalLockConfiguration' signInAudience: type: string description: 'Specifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg, AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount (default), and PersonalMicrosoftAccount. See more in the table below. Supports $filter (eq, ne, not).' @@ -17582,6 +17702,26 @@ components: description: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application. additionalProperties: type: object + microsoft.graph.servicePrincipalLockConfiguration: + title: servicePrincipalLockConfiguration + type: object + properties: + allProperties: + type: boolean + nullable: true + credentialsWithUsageSign: + type: boolean + nullable: true + credentialsWithUsageVerify: + type: boolean + nullable: true + isEnabled: + type: boolean + tokenEncryptionKeyId: + type: boolean + nullable: true + additionalProperties: + type: object microsoft.graph.spaApplication: title: spaApplication type: object @@ -19143,11 +19283,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -19635,14 +19775,6 @@ components: minimum: 0 type: integer example: 50 - search: - name: $search - in: query - description: Search items by search phrases - style: form - explode: false - schema: - type: string skip: name: $skip in: query @@ -19652,6 +19784,14 @@ components: schema: minimum: 0 type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string filter: name: $filter in: query diff --git a/openApiDocs/beta/CloudCommunications.yml b/openApiDocs/beta/CloudCommunications.yml index 2af3cab9bc2..a315478a4c8 100644 --- a/openApiDocs/beta/CloudCommunications.yml +++ b/openApiDocs/beta/CloudCommunications.yml @@ -9889,11 +9889,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index b4a64cf82e9..87b13cd274b 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -10234,11 +10234,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -16643,11 +16643,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -17505,6 +17505,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -23303,6 +23304,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -27294,6 +27297,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/DeviceManagement.Actions.yml b/openApiDocs/beta/DeviceManagement.Actions.yml index f7c544fc141..87d54c4f71f 100644 --- a/openApiDocs/beta/DeviceManagement.Actions.yml +++ b/openApiDocs/beta/DeviceManagement.Actions.yml @@ -10824,6 +10824,204 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getDailyAggregatedRemoteConnectionReports: + post: + tags: + - deviceManagement.Actions + summary: Invoke action getDailyAggregatedRemoteConnectionReports + operationId: deviceManagement.virtualEndpoint.reports_getDailyAggregatedRemoteConnectionReports + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getRemoteConnectionHistoricalReports: + post: + tags: + - deviceManagement.Actions + summary: Invoke action getRemoteConnectionHistoricalReports + operationId: deviceManagement.virtualEndpoint.reports_getRemoteConnectionHistoricalReports + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getTotalAggregatedRemoteConnectionReports: + post: + tags: + - deviceManagement.Actions + summary: Invoke action getTotalAggregatedRemoteConnectionReports + operationId: deviceManagement.virtualEndpoint.reports_getTotalAggregatedRemoteConnectionReports + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + filter: + type: string + nullable: true + select: + type: array + items: + type: string + nullable: true + search: + type: string + nullable: true + groupBy: + type: array + items: + type: string + nullable: true + orderBy: + type: array + items: + type: string + nullable: true + skip: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + top: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/microsoft.graph.assign': post: tags: diff --git a/openApiDocs/beta/DeviceManagement.Administration.yml b/openApiDocs/beta/DeviceManagement.Administration.yml index 1f1fd721926..1e13c185f68 100644 --- a/openApiDocs/beta/DeviceManagement.Administration.yml +++ b/openApiDocs/beta/DeviceManagement.Administration.yml @@ -13301,6 +13301,7 @@ paths: - onPremisesConnections - organizationSettings - provisioningPolicies + - reports - servicePlans - snapshots - supportedRegions @@ -13325,6 +13326,7 @@ paths: - onPremisesConnections - organizationSettings - provisioningPolicies + - reports - servicePlans - snapshots - supportedRegions @@ -13354,6 +13356,8 @@ paths: operationId: deviceManagement.VirtualEndpoint.GetOrganizationSettings provisioningPolicies: operationId: deviceManagement.VirtualEndpoint.ListProvisioningPolicies + reports: + operationId: deviceManagement.VirtualEndpoint.GetReports servicePlans: operationId: deviceManagement.VirtualEndpoint.ListServicePlans snapshots: @@ -15400,6 +15404,312 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /deviceManagement/virtualEndpoint/reports: + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get reports from deviceManagement + operationId: deviceManagement.virtualEndpoint_GetReports + parameters: + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - exportJobs + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - exportJobs + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReports' + links: + exportJobs: + operationId: deviceManagement.virtualEndpoint.Reports.ListExportJobs + getDailyAggregatedRemoteConnectionReports: + operationId: deviceManagement.virtualEndpoint.reports.getDailyAggregatedRemoteConnectionReports + getRealTimeRemoteConnectionLatency: + operationId: deviceManagement.virtualEndpoint.reports.getRealTimeRemoteConnectionLatency + getRealTimeRemoteConnectionStatus: + operationId: deviceManagement.virtualEndpoint.reports.getRealTimeRemoteConnectionStatus + getRemoteConnectionHistoricalReports: + operationId: deviceManagement.virtualEndpoint.reports.getRemoteConnectionHistoricalReports + getTotalAggregatedRemoteConnectionReports: + operationId: deviceManagement.virtualEndpoint.reports.getTotalAggregatedRemoteConnectionReports + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.virtualEndpoint + summary: Update the navigation property reports in deviceManagement + operationId: deviceManagement.virtualEndpoint_UpdateReports + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcReports' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.virtualEndpoint + summary: Delete navigation property reports for deviceManagement + operationId: deviceManagement.virtualEndpoint_DeleteReports + parameters: + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + /deviceManagement/virtualEndpoint/reports/exportJobs: + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get exportJobs from deviceManagement + operationId: deviceManagement.virtualEndpoint.reports_ListExportJobs + 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 + - expirationDateTime + - expirationDateTime desc + - exportJobStatus + - exportJobStatus desc + - exportUrl + - exportUrl desc + - filter + - filter desc + - format + - format desc + - reportName + - reportName desc + - requestDateTime + - requestDateTime desc + - select + - select 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 + - expirationDateTime + - exportJobStatus + - exportUrl + - filter + - format + - reportName + - requestDateTime + - select + 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': + $ref: '#/components/responses/microsoft.graph.cloudPcExportJobCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - deviceManagement.virtualEndpoint + summary: Create new navigation property to exportJobs for deviceManagement + operationId: deviceManagement.virtualEndpoint.reports_CreateExportJobs + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}': + get: + tags: + - deviceManagement.virtualEndpoint + summary: Get exportJobs from deviceManagement + operationId: deviceManagement.virtualEndpoint.reports_GetExportJobs + parameters: + - name: cloudPcExportJob-id + in: path + description: 'key: id of cloudPcExportJob' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPcExportJob + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - expirationDateTime + - exportJobStatus + - exportUrl + - filter + - format + - reportName + - requestDateTime + - select + 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.cloudPcExportJob' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - deviceManagement.virtualEndpoint + summary: Update the navigation property exportJobs in deviceManagement + operationId: deviceManagement.virtualEndpoint.reports_UpdateExportJobs + parameters: + - name: cloudPcExportJob-id + in: path + description: 'key: id of cloudPcExportJob' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPcExportJob + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - deviceManagement.virtualEndpoint + summary: Delete navigation property exportJobs for deviceManagement + operationId: deviceManagement.virtualEndpoint.reports_DeleteExportJobs + parameters: + - name: cloudPcExportJob-id + in: path + description: 'key: id of cloudPcExportJob' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: cloudPcExportJob + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /deviceManagement/virtualEndpoint/servicePlans: get: tags: @@ -18196,6 +18506,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: Cloud PC provisioning policy. + reports: + $ref: '#/components/schemas/microsoft.graph.cloudPcReports' servicePlans: type: array items: @@ -18625,6 +18937,54 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget' additionalProperties: type: object + microsoft.graph.cloudPcReports: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcReports + type: object + properties: + exportJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' + additionalProperties: + type: object + microsoft.graph.cloudPcExportJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcExportJob + type: object + properties: + expirationDateTime: + 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 + format: date-time + nullable: true + exportJobStatus: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJobStatus' + exportUrl: + type: string + nullable: true + filter: + type: string + nullable: true + format: + type: string + nullable: true + reportName: + $ref: '#/components/schemas/microsoft.graph.cloudPcReportName' + requestDateTime: + 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 + format: date-time + nullable: true + select: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcServicePlan: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20500,6 +20860,22 @@ components: type: object additionalProperties: type: object + microsoft.graph.cloudPcExportJobStatus: + title: cloudPcExportJobStatus + enum: + - notStarted + - inProgress + - completed + - unknownFutureValue + type: string + microsoft.graph.cloudPcReportName: + title: cloudPcReportName + enum: + - remoteConnectionHistoricalReports + - dailyAggregatedRemoteConnectionReports + - totalAggregatedRemoteConnectionReports + - unknownFutureValue + type: string microsoft.graph.cloudPcSnapshotStatus: title: cloudPcSnapshotStatus enum: @@ -21092,6 +21468,18 @@ components: type: string additionalProperties: type: object + microsoft.graph.cloudPcExportJobCollectionResponse: + title: Collection of cloudPcExportJob + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' + '@odata.nextLink': + type: string + additionalProperties: + type: object microsoft.graph.cloudPcServicePlanCollectionResponse: title: Collection of cloudPcServicePlan type: object @@ -21846,6 +22234,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicyAssignmentCollectionResponse' + microsoft.graph.cloudPcExportJobCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJobCollectionResponse' microsoft.graph.cloudPcServicePlanCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/DeviceManagement.Enrolment.yml b/openApiDocs/beta/DeviceManagement.Enrolment.yml index 06c5c94c220..1323d792391 100644 --- a/openApiDocs/beta/DeviceManagement.Enrolment.yml +++ b/openApiDocs/beta/DeviceManagement.Enrolment.yml @@ -24151,11 +24151,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/DeviceManagement.Functions.yml b/openApiDocs/beta/DeviceManagement.Functions.yml index 92c417af0e5..40d93d63111 100644 --- a/openApiDocs/beta/DeviceManagement.Functions.yml +++ b/openApiDocs/beta/DeviceManagement.Functions.yml @@ -1634,6 +1634,70 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: function + '/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionLatency(cloudPcId=''{cloudPcId}'')': + get: + tags: + - deviceManagement.Functions + summary: Invoke function getRealTimeRemoteConnectionLatency + operationId: deviceManagement.virtualEndpoint.reports_getRealTimeRemoteConnectionLatency + parameters: + - name: cloudPcId + in: path + description: 'Usage: cloudPcId=''{cloudPcId}''' + required: true + style: simple + schema: + type: string + nullable: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function + '/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionStatus(cloudPcId=''{cloudPcId}'')': + get: + tags: + - deviceManagement.Functions + summary: Invoke function getRealTimeRemoteConnectionStatus + operationId: deviceManagement.virtualEndpoint.reports_getRealTimeRemoteConnectionStatus + parameters: + - name: cloudPcId + in: path + description: 'Usage: cloudPcId=''{cloudPcId}''' + required: true + style: simple + schema: + type: string + nullable: true + responses: + '200': + description: Success + content: + application/octet-stream: + schema: + type: object + properties: + value: + type: string + format: base64url + nullable: true + additionalProperties: + type: object + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: function '/deviceManagement/virtualEndpoint/snapshots/microsoft.graph.getStorageAccounts(subscriptionId=''{subscriptionId}'')': get: tags: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 16b39366835..c0042ee6bfd 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -53914,6 +53914,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.cloudPcProvisioningPolicy' description: Cloud PC provisioning policy. + reports: + $ref: '#/components/schemas/microsoft.graph.cloudPcReports' servicePlans: type: array items: @@ -63939,6 +63941,18 @@ components: description: A defined collection of provisioning policy assignments. Represents the set of Microsoft 365 groups and security groups in Azure AD that have provisioning policy assigned. Returned only on $expand. See an example of getting the assignments relationship. additionalProperties: type: object + microsoft.graph.cloudPcReports: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcReports + type: object + properties: + exportJobs: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJob' + additionalProperties: + type: object microsoft.graph.cloudPcServicePlan: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -70857,6 +70871,42 @@ components: $ref: '#/components/schemas/microsoft.graph.cloudPcManagementAssignmentTarget' additionalProperties: type: object + microsoft.graph.cloudPcExportJob: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: cloudPcExportJob + type: object + properties: + expirationDateTime: + 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 + format: date-time + nullable: true + exportJobStatus: + $ref: '#/components/schemas/microsoft.graph.cloudPcExportJobStatus' + exportUrl: + type: string + nullable: true + filter: + type: string + nullable: true + format: + type: string + nullable: true + reportName: + $ref: '#/components/schemas/microsoft.graph.cloudPcReportName' + requestDateTime: + 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 + format: date-time + nullable: true + select: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.cloudPcSnapshotStatus: title: cloudPcSnapshotStatus enum: @@ -72525,11 +72575,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -77240,6 +77290,22 @@ components: type: object additionalProperties: type: object + microsoft.graph.cloudPcExportJobStatus: + title: cloudPcExportJobStatus + enum: + - notStarted + - inProgress + - completed + - unknownFutureValue + type: string + microsoft.graph.cloudPcReportName: + title: cloudPcReportName + enum: + - remoteConnectionHistoricalReports + - dailyAggregatedRemoteConnectionReports + - totalAggregatedRemoteConnectionReports + - unknownFutureValue + type: string microsoft.graph.organizationalMessageLogoType: title: organizationalMessageLogoType enum: @@ -77595,11 +77661,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -80135,6 +80201,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -81310,6 +81378,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -82190,6 +82259,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index a524f533a73..a702e4a7c60 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -16085,6 +16085,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' @@ -19927,11 +19930,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -29811,6 +29814,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -30333,11 +30337,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -32032,6 +32036,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 14f3e1ff425..a4a07b0c1e8 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -37625,11 +37625,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -42414,11 +42414,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -44863,6 +44863,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -46038,6 +46040,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -46824,6 +46827,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/DirectoryObjects.yml b/openApiDocs/beta/DirectoryObjects.yml index b75f1e506c7..b648760af57 100644 --- a/openApiDocs/beta/DirectoryObjects.yml +++ b/openApiDocs/beta/DirectoryObjects.yml @@ -24,7 +24,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -53,6 +56,18 @@ paths: - id - deletedDateTime 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': $ref: '#/components/responses/microsoft.graph.directoryObjectCollectionResponse' @@ -113,6 +128,18 @@ paths: - id - deletedDateTime 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 entity @@ -622,6 +649,15 @@ components: minimum: 0 type: integer example: 50 + skip: + name: $skip + in: query + description: Skip the first n items + style: form + explode: false + schema: + minimum: 0 + type: integer search: name: $search in: query @@ -630,6 +666,22 @@ components: explode: false schema: type: string + filter: + name: $filter + in: query + description: Filter items by property values + style: form + explode: false + schema: + type: string + count: + name: $count + in: query + description: Include count of items + style: form + explode: false + schema: + type: boolean securitySchemes: azureaadv2: type: oauth2 diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index d24518e59c4..244fecba7ec 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -16581,20 +16581,20 @@ components: lastActivityDateTime: 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: Represents the time when most recent changes were observed in profile. + description: Date and time when most recent changes were observed in the profile. format: date-time nullable: true lastSynchronizationDateTime: 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: Represents the time of the most recent successful synchronization. + description: Date and time of the most recent successful synchronization. format: date-time nullable: true status: $ref: '#/components/schemas/microsoft.graph.educationSynchronizationStatus' statusMessage: type: string - description: Status message for the current profile's synchronization stage. + description: Status message for the synchronization stage of the current profile. additionalProperties: type: object microsoft.graph.entity: @@ -20966,11 +20966,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -29739,6 +29739,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -30352,11 +30353,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -32059,6 +32060,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -34588,6 +34591,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index f1e5b377300..6f72c7e544b 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -69136,11 +69136,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -73878,11 +73878,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -82859,6 +82859,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -83907,6 +83909,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -84849,6 +84852,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 5fb9eddebcb..bbdcfa65ac6 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -349,7 +349,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -556,6 +559,46 @@ paths: - photos - team type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appRoleAssignments + - createdOnBehalfOf + - endpoints + - memberOf + - members + - membersWithLicenseErrors + - owners + - permissionGrants + - settings + - transitiveMemberOf + - transitiveMembers + - acceptedSenders + - calendar + - calendarView + - conversations + - events + - rejectedSenders + - threads + - drive + - drives + - sites + - extensions + - groupLifecyclePolicies + - planner + - onenote + - photo + - photos + - team + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.groupCollectionResponse' @@ -695,6 +738,46 @@ paths: - photos - team type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - appRoleAssignments + - createdOnBehalfOf + - endpoints + - memberOf + - members + - membersWithLicenseErrors + - owners + - permissionGrants + - settings + - transitiveMemberOf + - transitiveMembers + - acceptedSenders + - calendar + - calendarView + - conversations + - events + - rejectedSenders + - threads + - drive + - drives + - sites + - extensions + - groupLifecyclePolicies + - planner + - onenote + - photo + - photos + - team + type: string responses: '200': description: Retrieved entity @@ -40349,11 +40432,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -44644,6 +44727,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -45298,11 +45382,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -45547,6 +45631,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -54207,6 +54293,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 612c65f1ca4..ec6f9b4885b 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -25,7 +25,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -69,6 +72,21 @@ paths: - scopedRoleMembers - extensions type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - scopedRoleMembers + - extensions + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.administrativeUnitCollectionResponse' @@ -137,6 +155,21 @@ paths: - scopedRoleMembers - extensions type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - scopedRoleMembers + - extensions + type: string responses: '200': description: Retrieved entity @@ -1233,7 +1266,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -1309,6 +1345,23 @@ paths: - transitiveMemberOf - transitiveReports type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - directReports + - manager + - memberOf + - transitiveMemberOf + - transitiveReports + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.orgContactCollectionResponse' @@ -1388,6 +1441,23 @@ paths: - transitiveMemberOf - transitiveReports type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - directReports + - manager + - memberOf + - transitiveMemberOf + - transitiveReports + type: string responses: '200': description: Retrieved entity @@ -2404,7 +2474,10 @@ paths: operationId: contracts.contract_ListContract 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 @@ -2445,6 +2518,18 @@ paths: - defaultDomainName - displayName 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': $ref: '#/components/responses/microsoft.graph.contractCollectionResponse' @@ -2509,6 +2594,18 @@ paths: - defaultDomainName - displayName 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 entity @@ -2926,7 +3023,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -3070,6 +3170,25 @@ paths: - extensions - commands type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - usageRights + - memberOf + - registeredOwners + - registeredUsers + - transitiveMemberOf + - extensions + - commands + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.deviceCollectionResponse' @@ -3174,6 +3293,25 @@ paths: - extensions - commands type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - usageRights + - memberOf + - registeredOwners + - registeredUsers + - transitiveMemberOf + - extensions + - commands + type: string responses: '200': description: Retrieved entity @@ -10392,7 +10530,10 @@ paths: description: 'List the directory roles that are activated in the tenant. This operation only returns roles that have been activated. A role becomes activated when an admin activates the role using the Activate directoryRole API. Not all built-in roles are initially activated. When assigning a role using the Azure portal, the role activation step is implicitly done on the admin''s behalf. To get the full list of roles that are available in Azure AD, use List directoryRoleTemplates.' operationId: directoryRoles.directoryRole_ListDirectoryRole parameters: + - $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 @@ -10432,6 +10573,20 @@ paths: - members - scopedMembers type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - scopedMembers + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.directoryRoleCollectionResponse' @@ -10498,6 +10653,20 @@ paths: - members - scopedMembers type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + - scopedMembers + type: string responses: '200': description: Retrieved entity @@ -11352,7 +11521,10 @@ paths: description: Retrieve a list of directoryroletemplate objects. operationId: directoryRoleTemplates.directoryRoleTemplate_ListDirectoryRoleTemplate parameters: + - $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 @@ -11387,6 +11559,18 @@ paths: - description - displayName 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': $ref: '#/components/responses/microsoft.graph.directoryRoleTemplateCollectionResponse' @@ -11449,6 +11633,18 @@ paths: - description - displayName 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 entity @@ -11856,7 +12052,10 @@ paths: operationId: directorySettingTemplates.directorySettingTemplate_ListDirectorySettingTemplate 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 @@ -11894,6 +12093,18 @@ paths: - displayName - values 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': $ref: '#/components/responses/microsoft.graph.directorySettingTemplateCollectionResponse' @@ -11957,6 +12168,18 @@ paths: - displayName - values 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 entity @@ -13865,7 +14088,10 @@ paths: operationId: organization.organization_ListOrganization 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 @@ -13970,6 +14196,22 @@ paths: - extensions - settings type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - branding + - certificateBasedAuthConfiguration + - extensions + - settings + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.organizationCollectionResponse' @@ -14058,6 +14300,22 @@ paths: - extensions - settings type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - branding + - certificateBasedAuthConfiguration + - extensions + - settings + type: string responses: '200': description: Retrieved entity @@ -15803,6 +16061,7 @@ paths: enum: - id - microsoftApplicationDataAccess + - contactInsights - itemInsights - peopleInsights - profileCardProperties @@ -15819,6 +16078,7 @@ paths: enum: - '*' - microsoftApplicationDataAccess + - contactInsights - itemInsights - peopleInsights - profileCardProperties @@ -15835,6 +16095,10 @@ paths: operationId: organization.Settings.GetMicrosoftApplicationDataAccess parameters: organization-id: $request.path.organization-id + contactInsights: + operationId: organization.Settings.GetContactInsights + parameters: + organization-id: $request.path.organization-id itemInsights: operationId: organization.Settings.GetItemInsights parameters: @@ -15903,6 +16167,110 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/organization/{organization-id}/settings/contactInsights': + get: + tags: + - organization.organizationSettings + summary: Get contactInsights from organization + operationId: organization.settings_GetContactInsights + parameters: + - name: organization-id + in: path + description: 'key: id of organization' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - disabledForGroup + - isEnabledInOrganization + 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.insightsSettings' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - organization.organizationSettings + summary: Update the navigation property contactInsights in organization + operationId: organization.settings_UpdateContactInsights + parameters: + - name: organization-id + in: path + description: 'key: id of organization' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.insightsSettings' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - organization.organizationSettings + summary: Delete navigation property contactInsights for organization + operationId: organization.settings_DeleteContactInsights + parameters: + - name: organization-id + in: path + description: 'key: id of organization' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: organization + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/organization/{organization-id}/settings/itemInsights': get: tags: @@ -18304,6 +18672,8 @@ components: properties: microsoftApplicationDataAccess: $ref: '#/components/schemas/microsoft.graph.microsoftApplicationDataAccessSettings' + contactInsights: + $ref: '#/components/schemas/microsoft.graph.insightsSettings' itemInsights: $ref: '#/components/schemas/microsoft.graph.insightsSettings' peopleInsights: @@ -18439,11 +18809,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -18631,11 +19001,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -19922,14 +20292,6 @@ components: minimum: 0 type: integer example: 50 - search: - name: $search - in: query - description: Search items by search phrases - style: form - explode: false - schema: - type: string skip: name: $skip in: query @@ -19939,6 +20301,14 @@ components: schema: minimum: 0 type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string filter: name: $filter in: query diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index acf313c8420..c8489773a14 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -22173,6 +22173,8 @@ paths: accessPackageAssignment-id: $request.path.accessPackageAssignment-id getApplicablePolicyRequirements: operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.accessPackage.getApplicablePolicyRequirements + moveToCatalog: + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackageAssignment.accessPackage.moveToCatalog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -27573,6 +27575,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.moveToCatalog': + post: + tags: + - identityGovernance.Actions + summary: Invoke action moveToCatalog + operationId: identityGovernance.entitlementManagement.accessPackageAssignments.accessPackage_moveToCatalog + parameters: + - name: accessPackageAssignment-id + in: path + description: 'key: id of accessPackageAssignment' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageAssignment + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + catalogId: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy': get: tags: @@ -39948,6 +39983,8 @@ paths: accessPackage-id: $request.path.accessPackage-id getApplicablePolicyRequirements: operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageCatalog.accessPackages.accessPackage.getApplicablePolicyRequirements + moveToCatalog: + operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackageCatalog.accessPackages.accessPackage.moveToCatalog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -46072,6 +46109,47 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog': + post: + tags: + - identityGovernance.Actions + summary: Invoke action moveToCatalog + operationId: identityGovernance.entitlementManagement.accessPackageCatalogs.accessPackages_moveToCatalog + parameters: + - name: accessPackageCatalog-id + in: path + description: 'key: id of accessPackageCatalog' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackageCatalog + - name: accessPackage-id + in: path + description: 'key: id of accessPackage' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackage + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + catalogId: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on=''{on}'')': get: tags: @@ -52931,6 +53009,8 @@ paths: accessPackage-id: $request.path.accessPackage-id getApplicablePolicyRequirements: operationId: identityGovernance.entitlementManagement.accessPackages.accessPackage.getApplicablePolicyRequirements + moveToCatalog: + operationId: identityGovernance.entitlementManagement.accessPackages.accessPackage.moveToCatalog default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -58331,6 +58411,39 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog': + post: + tags: + - identityGovernance.Actions + summary: Invoke action moveToCatalog + operationId: identityGovernance.entitlementManagement.accessPackages_moveToCatalog + parameters: + - name: accessPackage-id + in: path + description: 'key: id of accessPackage' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: accessPackage + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + catalogId: + type: string + additionalProperties: + type: object + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on=''{on}'')': get: tags: @@ -99359,11 +99472,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -111601,11 +111714,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -115162,6 +115275,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -116337,6 +116452,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -117169,6 +117285,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index d26e24a9a9b..02b6359cc35 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -4569,6 +4569,7 @@ paths: - authenticationContextClassReferences - namedLocations - policies + - templates type: string - name: $expand in: query @@ -4585,6 +4586,7 @@ paths: - authenticationContextClassReferences - namedLocations - policies + - templates type: string responses: '200': @@ -4602,6 +4604,8 @@ paths: operationId: identity.ConditionalAccess.ListNamedLocations policies: operationId: identity.ConditionalAccess.ListPolicies + templates: + operationId: identity.ConditionalAccess.ListTemplates default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -6074,6 +6078,204 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + /identity/conditionalAccess/templates: + get: + tags: + - identity.conditionalAccessRoot + summary: Get templates from identity + operationId: identity.conditionalAccess_ListTemplates + 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 + - description + - description desc + - details + - details desc + - name + - name desc + - scenarios + - scenarios 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 + - description + - details + - name + - scenarios + 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': + $ref: '#/components/responses/microsoft.graph.conditionalAccessTemplateCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - identity.conditionalAccessRoot + summary: Create new navigation property to templates for identity + operationId: identity.conditionalAccess_CreateTemplates + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}': + get: + tags: + - identity.conditionalAccessRoot + summary: Get templates from identity + operationId: identity.conditionalAccess_GetTemplates + parameters: + - name: conditionalAccessTemplate-id + in: path + description: 'key: id of conditionalAccessTemplate' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conditionalAccessTemplate + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - details + - name + - scenarios + 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.conditionalAccessTemplate' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - identity.conditionalAccessRoot + summary: Update the navigation property templates in identity + operationId: identity.conditionalAccess_UpdateTemplates + parameters: + - name: conditionalAccessTemplate-id + in: path + description: 'key: id of conditionalAccessTemplate' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conditionalAccessTemplate + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - identity.conditionalAccessRoot + summary: Delete navigation property templates for identity + operationId: identity.conditionalAccess_DeleteTemplates + parameters: + - name: conditionalAccessTemplate-id + in: path + description: 'key: id of conditionalAccessTemplate' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: conditionalAccessTemplate + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /identity/continuousAccessEvaluationPolicy: get: tags: @@ -32554,6 +32756,10 @@ components: items: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicy' description: Read-only. Nullable. Returns a collection of the specified Conditional Access policies. + templates: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' additionalProperties: type: object microsoft.graph.authenticationContextClassReference: @@ -32768,6 +32974,22 @@ components: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyState' additionalProperties: type: object + microsoft.graph.conditionalAccessTemplate: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: conditionalAccessTemplate + type: object + properties: + description: + type: string + details: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyDetail' + name: + type: string + scenarios: + $ref: '#/components/schemas/microsoft.graph.templateScenarios' + additionalProperties: + type: object microsoft.graph.continuousAccessEvaluationPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -35989,6 +36211,29 @@ components: - disabled - enabledForReportingButNotEnforced type: string + microsoft.graph.conditionalAccessPolicyDetail: + title: conditionalAccessPolicyDetail + type: object + properties: + conditions: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessConditionSet' + grantControls: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessGrantControls' + sessionControls: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessSessionControls' + additionalProperties: + type: object + microsoft.graph.templateScenarios: + title: templateScenarios + enum: + - new + - secureFoundation + - zeroTrust + - remoteWork + - protectAdmins + - emergingThreats + - unknownFutureValue + type: string microsoft.graph.customCalloutExtension: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -40328,11 +40573,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -40670,6 +40915,18 @@ components: type: string additionalProperties: type: object + microsoft.graph.conditionalAccessTemplateCollectionResponse: + title: Collection of conditionalAccessTemplate + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplate' + '@odata.nextLink': + type: string + additionalProperties: + type: object microsoft.graph.customAuthenticationExtensionCollectionResponse: title: Collection of customAuthenticationExtension type: object @@ -41346,6 +41603,8 @@ components: title: conditionalAccessApplications type: object properties: + applicationFilter: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' excludeApplications: type: array items: @@ -41382,6 +41641,8 @@ components: items: type: string description: 'Service principal IDs included in the policy scope, or ServicePrincipalsInMyTenant.' + servicePrincipalFilter: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessFilter' additionalProperties: type: object microsoft.graph.conditionalAccessClientApp: @@ -48703,11 +48964,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -51944,6 +52205,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -53065,6 +53328,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -53993,6 +54257,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' @@ -59136,6 +59403,12 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.conditionalAccessPolicyCollectionResponse' + microsoft.graph.conditionalAccessTemplateCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.conditionalAccessTemplateCollectionResponse' microsoft.graph.customAuthenticationExtensionCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/beta/Notes.yml b/openApiDocs/beta/Notes.yml index e5b4c82c6b4..c1000784e56 100644 --- a/openApiDocs/beta/Notes.yml +++ b/openApiDocs/beta/Notes.yml @@ -24315,11 +24315,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/People.yml b/openApiDocs/beta/People.yml index 131796aac46..b8b281e891f 100644 --- a/openApiDocs/beta/People.yml +++ b/openApiDocs/beta/People.yml @@ -7855,11 +7855,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Planner.yml b/openApiDocs/beta/Planner.yml index 78459f8beda..86800d59ad2 100644 --- a/openApiDocs/beta/Planner.yml +++ b/openApiDocs/beta/Planner.yml @@ -1525,6 +1525,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -2701,6 +2702,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -3888,6 +3890,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -5334,6 +5337,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -6346,6 +6350,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -7726,6 +7731,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -9857,6 +9863,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -11033,6 +11040,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -12293,6 +12301,7 @@ paths: - id - checklist - description + - notes - previewType - references type: string @@ -12744,6 +12753,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -12967,6 +12978,18 @@ components: type: object additionalProperties: type: object + microsoft.graph.itemBody: + title: itemBody + type: object + properties: + content: + type: string + description: The content of the item. + nullable: true + contentType: + $ref: '#/components/schemas/microsoft.graph.bodyType' + additionalProperties: + type: object microsoft.graph.plannerExternalReferences: title: plannerExternalReferences type: object @@ -13192,11 +13215,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -13228,6 +13251,12 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.bodyType: + title: bodyType + enum: + - text + - html + type: string microsoft.graph.ODataErrors.MainError: required: - code diff --git a/openApiDocs/beta/Reports.yml b/openApiDocs/beta/Reports.yml index fc6766337e4..bf1b6b3bb85 100644 --- a/openApiDocs/beta/Reports.yml +++ b/openApiDocs/beta/Reports.yml @@ -10350,11 +10350,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -11348,11 +11348,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Search.yml b/openApiDocs/beta/Search.yml index d062f68167d..cc97626096c 100644 --- a/openApiDocs/beta/Search.yml +++ b/openApiDocs/beta/Search.yml @@ -3081,6 +3081,8 @@ components: nullable: true resultTemplateOptions: $ref: '#/components/schemas/microsoft.graph.resultTemplateOption' + sharePointOneDriveOptions: + $ref: '#/components/schemas/microsoft.graph.sharePointOneDriveOptions' size: maximum: 2147483647 minimum: -2147483648 @@ -3566,6 +3568,14 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.sharePointOneDriveOptions: + title: sharePointOneDriveOptions + type: object + properties: + includeContent: + $ref: '#/components/schemas/microsoft.graph.searchContent' + additionalProperties: + type: object microsoft.graph.sortProperty: title: sortProperty type: object @@ -3931,6 +3941,13 @@ components: description: Contains the actual search terms of the request. additionalProperties: type: object + microsoft.graph.searchContent: + title: searchContent + enum: + - sharedContent + - privateContent + - unknownFutureValue + type: string microsoft.graph.searchAggregation: title: searchAggregation type: object diff --git a/openApiDocs/beta/Security.yml b/openApiDocs/beta/Security.yml index ec1ea575a11..102fbc39573 100644 --- a/openApiDocs/beta/Security.yml +++ b/openApiDocs/beta/Security.yml @@ -22597,11 +22597,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -29602,6 +29602,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -30985,11 +30986,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -37702,6 +37703,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -41211,6 +41214,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index c1a6997f8c2..cd94f8572be 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -77118,11 +77118,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -77589,11 +77589,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -90594,6 +90594,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -91642,6 +91644,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -92625,6 +92628,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index b5b5087ac79..eca6efaf875 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -62621,11 +62621,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -67445,6 +67445,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamTemplateAudience: title: teamTemplateAudience @@ -76728,11 +76729,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -78443,6 +78444,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -80228,6 +80231,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index 50a2fa8e5d5..79bac201cdb 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -35551,11 +35551,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -49221,11 +49221,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -50991,6 +50991,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -51861,6 +51863,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -53035,6 +53038,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 2169cd0f987..1fe57632371 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -13666,11 +13666,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -22333,6 +22333,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -23393,11 +23394,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -23833,6 +23834,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -25647,6 +25650,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 01f06941152..918bc352f48 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -25,7 +25,10 @@ paths: description: $search and $count queries require the client to set the ConsistencyLevel HTTP header to 'eventual'. value: eventual - $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 @@ -359,6 +362,83 @@ paths: - teamwork - todo type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - analytics + - cloudPCs + - usageRights + - informationProtection + - appRoleAssignedResources + - appRoleAssignments + - createdObjects + - directReports + - licenseDetails + - manager + - memberOf + - oauth2PermissionGrants + - ownedDevices + - ownedObjects + - registeredDevices + - scopedRoleMemberOf + - transitiveMemberOf + - transitiveReports + - calendar + - calendarGroups + - calendars + - calendarView + - contactFolders + - contacts + - events + - inferenceClassification + - joinedGroups + - mailFolders + - messages + - outlook + - people + - drive + - drives + - followedSites + - extensions + - appConsentRequestsForApproval + - approvals + - pendingAccessReviewInstances + - agreementAcceptances + - security + - deviceEnrollmentConfigurations + - managedDevices + - managedAppRegistrations + - windowsInformationProtectionDeviceRegistrations + - deviceManagementTroubleshootingEvents + - mobileAppIntentAndStates + - mobileAppTroubleshootingEvents + - notifications + - planner + - insights + - settings + - onenote + - photo + - photos + - profile + - activities + - devices + - onlineMeetings + - presence + - authentication + - tasks + - chats + - joinedTeams + - teamwork + - todo + type: string responses: '200': $ref: '#/components/responses/microsoft.graph.userCollectionResponse' @@ -565,6 +645,83 @@ paths: - teamwork - todo type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - analytics + - cloudPCs + - usageRights + - informationProtection + - appRoleAssignedResources + - appRoleAssignments + - createdObjects + - directReports + - licenseDetails + - manager + - memberOf + - oauth2PermissionGrants + - ownedDevices + - ownedObjects + - registeredDevices + - scopedRoleMemberOf + - transitiveMemberOf + - transitiveReports + - calendar + - calendarGroups + - calendars + - calendarView + - contactFolders + - contacts + - events + - inferenceClassification + - joinedGroups + - mailFolders + - messages + - outlook + - people + - drive + - drives + - followedSites + - extensions + - appConsentRequestsForApproval + - approvals + - pendingAccessReviewInstances + - agreementAcceptances + - security + - deviceEnrollmentConfigurations + - managedDevices + - managedAppRegistrations + - windowsInformationProtectionDeviceRegistrations + - deviceManagementTroubleshootingEvents + - mobileAppIntentAndStates + - mobileAppTroubleshootingEvents + - notifications + - planner + - insights + - settings + - onenote + - photo + - photos + - profile + - activities + - devices + - onlineMeetings + - presence + - authentication + - tasks + - chats + - joinedTeams + - teamwork + - todo + type: string responses: '200': description: Retrieved entity @@ -19106,11 +19263,11 @@ components: properties: displayName: type: string - description: 'The display name of the identity. Note that this might not always be available or up to date. For example, if a user changes their display name, the API might show the new value in a future response, but the items associated with the user won''t show up as having changed when using delta.' + description: The display name of the identity. This property is read-only. nullable: true id: type: string - description: Unique identifier for the identity. + description: The identifier of the identity. This property is read-only. nullable: true additionalProperties: type: object @@ -25426,11 +25583,11 @@ components: properties: key: type: string - description: Key. + description: 'Contains the name of the field that a value is associated with. When a sign in or domain hint is included in the sign-in request, corresponding fields are included as key-value pairs. Possible keys: Login hint present, Domain hint present.' nullable: true value: type: string - description: Value. + description: Contains the corresponding value for the specified key. The value is true if a sign in hint was included in the sign-in request; otherwise false. The value is true if a domain hint was included in the sign-in request; otherwise false. nullable: true additionalProperties: type: object @@ -28685,6 +28842,8 @@ components: type: string description: Description of the task. nullable: true + notes: + $ref: '#/components/schemas/microsoft.graph.itemBody' previewType: $ref: '#/components/schemas/microsoft.graph.plannerPreviewType' references: @@ -29739,6 +29898,7 @@ components: title: teamworkTagType enum: - standard + - unknownFutureValue type: string microsoft.graph.teamworkTagMember: allOf: @@ -30483,6 +30643,9 @@ components: type: string description: The DateTimeOffset when the job was created. Read-only. format: date-time + displayName: + type: string + nullable: true isFetchable: type: boolean description: 'If true, document can be fetched by printer.' @@ -35610,14 +35773,6 @@ components: minimum: 0 type: integer example: 50 - search: - name: $search - in: query - description: Search items by search phrases - style: form - explode: false - schema: - type: string skip: name: $skip in: query @@ -35627,6 +35782,14 @@ components: schema: minimum: 0 type: integer + search: + name: $search + in: query + description: Search items by search phrases + style: form + explode: false + schema: + type: string filter: name: $filter in: query diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index f725ec63a5f..6eebf01920f 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -6920,7 +6920,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.appRole' - description: 'The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.' + description: 'The collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.' certification: $ref: '#/components/schemas/microsoft.graph.certification' createdDateTime: diff --git a/openApiDocs/v1.0/CloudCommunications.yml b/openApiDocs/v1.0/CloudCommunications.yml index d406e329da9..6e154ff3c20 100644 --- a/openApiDocs/v1.0/CloudCommunications.yml +++ b/openApiDocs/v1.0/CloudCommunications.yml @@ -1098,6 +1098,8 @@ paths: operationId: communications.Calls.ListParticipants parameters: call-id: $request.path.call-id + addLargeGalleryView: + operationId: communications.calls.call.addLargeGalleryView answer: operationId: communications.calls.call.answer cancelMediaProcessing: @@ -1638,6 +1640,44 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/communications/calls/{call-id}/microsoft.graph.addLargeGalleryView': + post: + tags: + - communications.Actions + summary: Invoke action addLargeGalleryView + operationId: communications.calls_addLargeGalleryView + parameters: + - name: call-id + in: path + description: 'key: id of call' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: call + requestBody: + description: Action parameters + content: + application/json: + schema: + type: object + properties: + clientContext: + type: string + nullable: true + additionalProperties: + type: object + required: true + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.addLargeGalleryViewOperation' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/communications/calls/{call-id}/microsoft.graph.answer': post: tags: @@ -5505,6 +5545,13 @@ components: type: object additionalProperties: type: object + microsoft.graph.addLargeGalleryViewOperation: + allOf: + - $ref: '#/components/schemas/microsoft.graph.commsOperation' + - title: addLargeGalleryViewOperation + type: object + additionalProperties: + type: object microsoft.graph.mediaConfig: title: mediaConfig type: object @@ -6413,6 +6460,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -7121,6 +7170,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.bodyType: title: bodyType enum: diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index f4b2543cd25..bffba906a66 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -2625,6 +2625,8 @@ paths: - assignedLicenses desc - assignedPlans - assignedPlans desc + - authorizationInfo + - authorizationInfo desc - businessPhones - businessPhones desc - city @@ -2776,6 +2778,7 @@ paths: - ageGroup - assignedLicenses - assignedPlans + - authorizationInfo - businessPhones - city - companyName @@ -3042,6 +3045,8 @@ paths: - assignedLicenses desc - assignedPlans - assignedPlans desc + - authorizationInfo + - authorizationInfo desc - businessPhones - businessPhones desc - city @@ -4577,6 +4582,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -6329,6 +6336,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -6361,6 +6372,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -7821,6 +7843,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -10450,6 +10473,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -11900,6 +11952,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -14239,6 +14293,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -15140,6 +15217,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 2f652afaf64..185cee0c64a 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -8107,6 +8107,7 @@ paths: - ageGroup - assignedLicenses - assignedPlans + - authorizationInfo - businessPhones - city - companyName @@ -13434,6 +13435,7 @@ paths: - ageGroup - assignedLicenses - assignedPlans + - authorizationInfo - businessPhones - city - companyName @@ -14740,6 +14742,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -16247,6 +16251,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -16446,6 +16454,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -17870,6 +17889,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -19569,6 +19589,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -20999,6 +21048,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -23274,6 +23325,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -24175,6 +24249,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 09a3dd8b9c4..12c5715f460 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -55419,6 +55419,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -56640,6 +56642,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -58419,6 +58432,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -58516,6 +58530,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -60639,6 +60657,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -61630,6 +61650,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -62945,6 +62994,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -63633,6 +63702,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.offerShiftRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index 2844db75b8f..3617e0d408e 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -26508,6 +26508,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -28888,6 +28892,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -29215,6 +29248,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -31012,6 +31047,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.offerShiftRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' @@ -31251,6 +31309,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -32711,6 +32780,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -34633,6 +34703,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -35927,6 +35999,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index a78b5bbaab9..83f4d37fc67 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -5471,6 +5471,7 @@ paths: - ageGroup - assignedLicenses - assignedPlans + - authorizationInfo - businessPhones - city - companyName @@ -16275,6 +16276,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -18117,6 +18120,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -19964,6 +19978,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -20061,6 +20076,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -23657,6 +23676,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -24456,6 +24477,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -27058,6 +27108,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -27592,6 +27662,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: diff --git a/openApiDocs/v1.0/Security.yml b/openApiDocs/v1.0/Security.yml index c89f4af7696..509e648d014 100644 --- a/openApiDocs/v1.0/Security.yml +++ b/openApiDocs/v1.0/Security.yml @@ -9562,6 +9562,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -10295,6 +10299,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -12507,6 +12513,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -12674,6 +12709,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -14134,6 +14180,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -15703,6 +15750,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: @@ -17083,6 +17153,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -18995,6 +19067,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 4fd893c9665..dd4209c2058 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -115969,6 +115969,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -117863,6 +117865,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -119642,6 +119655,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -119739,6 +119753,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -121809,6 +121827,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -122800,6 +122820,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -124073,6 +124122,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -124761,6 +124830,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.offerShiftRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 352c5a582a3..7c8d952404f 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -2973,6 +2973,7 @@ paths: tags: - chats.pinnedChatMessageInfo summary: Get pinnedMessages from chats + description: A collection of all the pinned messages in the chat. Nullable. operationId: chats_ListPinnedMessages parameters: - name: chat-id @@ -3072,6 +3073,7 @@ paths: tags: - chats.pinnedChatMessageInfo summary: Get pinnedMessages from chats + description: A collection of all the pinned messages in the chat. Nullable. operationId: chats_GetPinnedMessages parameters: - name: chat-id @@ -3206,6 +3208,7 @@ paths: tags: - chats.pinnedChatMessageInfo summary: Get message from chats + description: Represents details about the chat message that is pinned. operationId: chats.pinnedMessages_GetMessage parameters: - name: chat-id @@ -3685,6 +3688,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -3708,6 +3712,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -3755,6 +3760,10 @@ paths: operationId: groups.Team.GetPrimaryChannel parameters: group-id: $request.path.group-id + tags: + operationId: groups.Team.ListTags + parameters: + group-id: $request.path.group-id template: operationId: groups.Team.GetTemplate parameters: @@ -13644,6 +13653,534 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/groups/{group-id}/team/tags': + get: + tags: + - groups.team + summary: Get tags from groups + operationId: groups.team_ListTags + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - $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 + - description + - description desc + - displayName + - displayName desc + - memberCount + - memberCount desc + - tagType + - tagType desc + - teamId + - teamId 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 + - description + - displayName + - memberCount + - tagType + - teamId + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.team + summary: Create new navigation property to tags for groups + operationId: groups.team_CreateTags + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/team/tags/{teamworkTag-id}': + get: + tags: + - groups.team + summary: Get tags from groups + operationId: groups.team_GetTags + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - memberCount + - tagType + - teamId + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + links: + members: + operationId: groups.team.Tags.ListMembers + parameters: + group-id: $request.path.group-id + teamworkTag-id: $request.path.teamworkTag-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.team + summary: Update the navigation property tags in groups + operationId: groups.team_UpdateTags + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete navigation property tags for groups + operationId: groups.team_DeleteTags + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/team/tags/{teamworkTag-id}/members': + get: + tags: + - groups.team + summary: Get members from groups + operationId: groups.team.tags_ListMembers + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - $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 + - displayName + - displayName desc + - tenantId + - tenantId desc + - userId + - userId 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 + - displayName + - tenantId + - userId + 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': + $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - groups.team + summary: Create new navigation property to members for groups + operationId: groups.team.tags_CreateMembers + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': + get: + tags: + - groups.team + summary: Get members from groups + operationId: groups.team.tags_GetMembers + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - tenantId + - userId + 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.teamworkTagMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - groups.team + summary: Update the navigation property members in groups + operationId: groups.team.tags_UpdateMembers + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - groups.team + summary: Delete navigation property members for groups + operationId: groups.team.tags_DeleteMembers + parameters: + - name: group-id + in: path + description: 'key: id of group' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: group + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/groups/{group-id}/team/template': get: tags: @@ -13785,6 +14322,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -13808,6 +14346,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -13894,6 +14433,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -13917,6 +14457,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -13964,6 +14505,10 @@ paths: operationId: teams.GetPrimaryChannel parameters: team-id: $request.path.team-id + tags: + operationId: teams.ListTags + parameters: + team-id: $request.path.team-id template: operationId: teams.GetTemplate parameters: @@ -24722,6 +25267,534 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/teams/{team-id}/tags': + get: + tags: + - teams.teamworkTag + summary: Get tags from teams + operationId: teams_ListTags + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - $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 + - description + - description desc + - displayName + - displayName desc + - memberCount + - memberCount desc + - tagType + - tagType desc + - teamId + - teamId 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 + - description + - displayName + - memberCount + - tagType + - teamId + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - teams.teamworkTag + summary: Create new navigation property to tags for teams + operationId: teams_CreateTags + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teams/{team-id}/tags/{teamworkTag-id}': + get: + tags: + - teams.teamworkTag + summary: Get tags from teams + operationId: teams_GetTags + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - description + - displayName + - memberCount + - tagType + - teamId + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + links: + members: + operationId: teams.Tags.ListMembers + parameters: + team-id: $request.path.team-id + teamworkTag-id: $request.path.teamworkTag-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - teams.teamworkTag + summary: Update the navigation property tags in teams + operationId: teams_UpdateTags + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - teams.teamworkTag + summary: Delete navigation property tags for teams + operationId: teams_DeleteTags + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teams/{team-id}/tags/{teamworkTag-id}/members': + get: + tags: + - teams.teamworkTag + summary: Get members from teams + operationId: teams.tags_ListMembers + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - $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 + - displayName + - displayName desc + - tenantId + - tenantId desc + - userId + - userId 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 + - displayName + - tenantId + - userId + 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': + $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - teams.teamworkTag + summary: Create new navigation property to members for teams + operationId: teams.tags_CreateMembers + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': + get: + tags: + - teams.teamworkTag + summary: Get members from teams + operationId: teams.tags_GetMembers + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - displayName + - tenantId + - userId + 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.teamworkTagMember' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - teams.teamworkTag + summary: Update the navigation property members in teams + operationId: teams.tags_UpdateMembers + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - teams.teamworkTag + summary: Delete navigation property members for teams + operationId: teams.tags_DeleteMembers + parameters: + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation '/teams/{team-id}/template': get: tags: @@ -27556,6 +28629,7 @@ paths: tags: - users.chat summary: Get pinnedMessages from users + description: A collection of all the pinned messages in the chat. Nullable. operationId: users.chats_ListPinnedMessages parameters: - name: user-id @@ -27671,6 +28745,7 @@ paths: tags: - users.chat summary: Get pinnedMessages from users + description: A collection of all the pinned messages in the chat. Nullable. operationId: users.chats_GetPinnedMessages parameters: - name: user-id @@ -27830,6 +28905,7 @@ paths: tags: - users.chat summary: Get message from users + description: Represents details about the chat message that is pinned. operationId: users.chats.pinnedMessages_GetMessage parameters: - name: user-id @@ -28392,6 +29468,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -28415,6 +29492,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -28516,6 +29594,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -28539,6 +29618,7 @@ paths: - operations - photo - primaryChannel + - tags - template - schedule type: string @@ -28595,6 +29675,11 @@ paths: parameters: user-id: $request.path.user-id team-id: $request.path.team-id + tags: + operationId: users.JoinedTeams.ListTags + parameters: + user-id: $request.path.user-id + team-id: $request.path.team-id template: operationId: users.JoinedTeams.GetTemplate parameters: @@ -37771,7 +38856,576 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}': + get: + tags: + - users.team + summary: Get openShiftChangeRequests from users + operationId: users.joinedTeams.schedule_GetOpenShiftChangeRequests + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: openShiftChangeRequest-id + in: path + description: 'key: id of openShiftChangeRequest' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: openShiftChangeRequest + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - lastModifiedBy + - lastModifiedDateTime + - assignedTo + - managerActionDateTime + - managerActionMessage + - managerUserId + - senderDateTime + - senderMessage + - senderUserId + - state + - openShiftId + 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.openShiftChangeRequest' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.team + summary: Update the navigation property openShiftChangeRequests in users + operationId: users.joinedTeams.schedule_UpdateOpenShiftChangeRequests + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: openShiftChangeRequest-id + in: path + description: 'key: id of openShiftChangeRequest' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: openShiftChangeRequest + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete navigation property openShiftChangeRequests for users + operationId: users.joinedTeams.schedule_DeleteOpenShiftChangeRequests + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: openShiftChangeRequest-id + in: path + description: 'key: id of openShiftChangeRequest' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: openShiftChangeRequest + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts': + get: + tags: + - users.team + summary: Get openShifts from users + operationId: users.joinedTeams.schedule_ListOpenShifts + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - $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 + - createdDateTime + - createdDateTime desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - draftOpenShift + - draftOpenShift desc + - schedulingGroupId + - schedulingGroupId desc + - sharedOpenShift + - sharedOpenShift 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 + - createdDateTime + - lastModifiedBy + - lastModifiedDateTime + - draftOpenShift + - schedulingGroupId + - sharedOpenShift + 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': + $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.team + summary: Create new navigation property to openShifts for users + operationId: users.joinedTeams.schedule_CreateOpenShifts + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' + required: true + responses: + '201': + description: Created navigation property. + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}': + get: + tags: + - users.team + summary: Get openShifts from users + operationId: users.joinedTeams.schedule_GetOpenShifts + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: openShift-id + in: path + description: 'key: id of openShift' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: openShift + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - createdDateTime + - lastModifiedBy + - lastModifiedDateTime + - draftOpenShift + - schedulingGroupId + - sharedOpenShift + 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.openShift' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - users.team + summary: Update the navigation property openShifts in users + operationId: users.joinedTeams.schedule_UpdateOpenShifts + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: openShift-id + in: path + description: 'key: id of openShift' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: openShift + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.openShift' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - users.team + summary: Delete navigation property openShifts for users + operationId: users.joinedTeams.schedule_DeleteOpenShifts + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - name: openShift-id + in: path + description: 'key: id of openShift' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: openShift + - name: If-Match + in: header + description: ETag + style: simple + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups': + get: + tags: + - users.team + summary: Get schedulingGroups from users + description: The logical grouping of users in the schedule (usually by role). + operationId: users.joinedTeams.schedule_ListSchedulingGroups + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + - $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 + - createdDateTime + - createdDateTime desc + - lastModifiedBy + - lastModifiedBy desc + - lastModifiedDateTime + - lastModifiedDateTime desc + - displayName + - displayName desc + - isActive + - isActive desc + - userIds + - userIds 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 + - createdDateTime + - lastModifiedBy + - lastModifiedDateTime + - displayName + - isActive + - userIds + type: string + responses: + '200': + $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' + default: + $ref: '#/components/responses/error' + x-ms-pageable: + nextLinkName: '@odata.nextLink' + operationName: listMore + x-ms-docs-operation-type: operation + post: + tags: + - users.team + summary: Create new navigation property to schedulingGroups for users + operationId: users.joinedTeams.schedule_CreateSchedulingGroups + parameters: + - name: user-id + in: path + description: 'key: id of user' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: user + - name: team-id + in: path + description: 'key: id of team' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: team + requestBody: + description: New navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: '201': @@ -37779,16 +39433,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/openShiftChangeRequests/{openShiftChangeRequest-id}': + '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}': get: tags: - users.team - summary: Get openShiftChangeRequests from users - operationId: users.joinedTeams.schedule_GetOpenShiftChangeRequests + summary: Get schedulingGroups from users + description: The logical grouping of users in the schedule (usually by role). + operationId: users.joinedTeams.schedule_GetSchedulingGroups parameters: - name: user-id in: path @@ -37806,14 +39461,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: openShiftChangeRequest-id + - name: schedulingGroup-id in: path - description: 'key: id of openShiftChangeRequest' + description: 'key: id of schedulingGroup' required: true style: simple schema: type: string - x-ms-docs-key-type: openShiftChangeRequest + x-ms-docs-key-type: schedulingGroup - name: $select in: query description: Select properties to be returned @@ -37828,27 +39483,9 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - assignedTo - - managerActionDateTime - - managerActionMessage - - managerUserId - - senderDateTime - - senderMessage - - senderUserId - - state - - openShiftId - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' + - displayName + - isActive + - userIds type: string responses: '200': @@ -37856,15 +39493,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property openShiftChangeRequests in users - operationId: users.joinedTeams.schedule_UpdateOpenShiftChangeRequests + summary: Update the navigation property schedulingGroups in users + operationId: users.joinedTeams.schedule_UpdateSchedulingGroups parameters: - name: user-id in: path @@ -37882,20 +39519,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: openShiftChangeRequest-id + - name: schedulingGroup-id in: path - description: 'key: id of openShiftChangeRequest' + description: 'key: id of schedulingGroup' required: true style: simple schema: type: string - x-ms-docs-key-type: openShiftChangeRequest + x-ms-docs-key-type: schedulingGroup requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShiftChangeRequest' + $ref: '#/components/schemas/microsoft.graph.schedulingGroup' required: true responses: '204': @@ -37906,8 +39543,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property openShiftChangeRequests for users - operationId: users.joinedTeams.schedule_DeleteOpenShiftChangeRequests + summary: Delete navigation property schedulingGroups for users + operationId: users.joinedTeams.schedule_DeleteSchedulingGroups parameters: - name: user-id in: path @@ -37925,14 +39562,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: openShiftChangeRequest-id + - name: schedulingGroup-id in: path - description: 'key: id of openShiftChangeRequest' + description: 'key: id of schedulingGroup' required: true style: simple schema: type: string - x-ms-docs-key-type: openShiftChangeRequest + x-ms-docs-key-type: schedulingGroup - name: If-Match in: header description: ETag @@ -37945,12 +39582,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts': + '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts': get: tags: - users.team - summary: Get openShifts from users - operationId: users.joinedTeams.schedule_ListOpenShifts + summary: Get shifts from users + description: The shifts in the schedule. + operationId: users.joinedTeams.schedule_ListShifts parameters: - name: user-id in: path @@ -37991,12 +39629,14 @@ paths: - lastModifiedBy desc - lastModifiedDateTime - lastModifiedDateTime desc - - draftOpenShift - - draftOpenShift desc + - draftShift + - draftShift desc - schedulingGroupId - schedulingGroupId desc - - sharedOpenShift - - sharedOpenShift desc + - sharedShift + - sharedShift desc + - userId + - userId desc type: string - name: $select in: query @@ -38012,25 +39652,14 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - draftOpenShift + - draftShift - schedulingGroupId - - sharedOpenShift - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' + - sharedShift + - userId type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.openShiftCollectionResponse' + $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -38040,8 +39669,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to openShifts for users - operationId: users.joinedTeams.schedule_CreateOpenShifts + summary: Create new navigation property to shifts for users + operationId: users.joinedTeams.schedule_CreateShifts parameters: - name: user-id in: path @@ -38064,7 +39693,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShift' + $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: '201': @@ -38072,16 +39701,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShift' + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/openShifts/{openShift-id}': + '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}': get: tags: - users.team - summary: Get openShifts from users - operationId: users.joinedTeams.schedule_GetOpenShifts + summary: Get shifts from users + description: The shifts in the schedule. + operationId: users.joinedTeams.schedule_GetShifts parameters: - name: user-id in: path @@ -38099,14 +39729,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: openShift-id + - name: shift-id in: path - description: 'key: id of openShift' + description: 'key: id of shift' required: true style: simple schema: type: string - x-ms-docs-key-type: openShift + x-ms-docs-key-type: shift - name: $select in: query description: Select properties to be returned @@ -38121,21 +39751,10 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - draftOpenShift + - draftShift - schedulingGroupId - - sharedOpenShift - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' + - sharedShift + - userId type: string responses: '200': @@ -38143,15 +39762,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShift' + $ref: '#/components/schemas/microsoft.graph.shift' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property openShifts in users - operationId: users.joinedTeams.schedule_UpdateOpenShifts + summary: Update the navigation property shifts in users + operationId: users.joinedTeams.schedule_UpdateShifts parameters: - name: user-id in: path @@ -38169,20 +39788,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: openShift-id + - name: shift-id in: path - description: 'key: id of openShift' + description: 'key: id of shift' required: true style: simple schema: type: string - x-ms-docs-key-type: openShift + x-ms-docs-key-type: shift requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.openShift' + $ref: '#/components/schemas/microsoft.graph.shift' required: true responses: '204': @@ -38193,8 +39812,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property openShifts for users - operationId: users.joinedTeams.schedule_DeleteOpenShifts + summary: Delete navigation property shifts for users + operationId: users.joinedTeams.schedule_DeleteShifts parameters: - name: user-id in: path @@ -38212,14 +39831,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: openShift-id + - name: shift-id in: path - description: 'key: id of openShift' + description: 'key: id of shift' required: true style: simple schema: type: string - x-ms-docs-key-type: openShift + x-ms-docs-key-type: shift - name: If-Match in: header description: ETag @@ -38232,13 +39851,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups': + '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests': get: tags: - users.team - summary: Get schedulingGroups from users - description: The logical grouping of users in the schedule (usually by role). - operationId: users.joinedTeams.schedule_ListSchedulingGroups + summary: Get swapShiftsChangeRequests from users + operationId: users.joinedTeams.schedule_ListSwapShiftsChangeRequests parameters: - name: user-id in: path @@ -38279,12 +39897,32 @@ paths: - lastModifiedBy desc - lastModifiedDateTime - lastModifiedDateTime desc - - displayName - - displayName desc - - isActive - - isActive desc - - userIds - - userIds desc + - assignedTo + - assignedTo desc + - managerActionDateTime + - managerActionDateTime desc + - managerActionMessage + - managerActionMessage desc + - managerUserId + - managerUserId desc + - senderDateTime + - senderDateTime desc + - senderMessage + - senderMessage desc + - senderUserId + - senderUserId desc + - state + - state desc + - recipientActionDateTime + - recipientActionDateTime desc + - recipientActionMessage + - recipientActionMessage desc + - recipientUserId + - recipientUserId desc + - senderShiftId + - senderShiftId desc + - recipientShiftId + - recipientShiftId desc type: string - name: $select in: query @@ -38300,13 +39938,35 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - displayName - - isActive - - userIds + - assignedTo + - managerActionDateTime + - managerActionMessage + - managerUserId + - senderDateTime + - senderMessage + - senderUserId + - state + - recipientActionDateTime + - recipientActionMessage + - recipientUserId + - senderShiftId + - recipientShiftId + 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': - $ref: '#/components/responses/microsoft.graph.schedulingGroupCollectionResponse' + $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -38316,8 +39976,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to schedulingGroups for users - operationId: users.joinedTeams.schedule_CreateSchedulingGroups + summary: Create new navigation property to swapShiftsChangeRequests for users + operationId: users.joinedTeams.schedule_CreateSwapShiftsChangeRequests parameters: - name: user-id in: path @@ -38340,7 +40000,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: '201': @@ -38348,17 +40008,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/schedulingGroups/{schedulingGroup-id}': + '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}': get: tags: - users.team - summary: Get schedulingGroups from users - description: The logical grouping of users in the schedule (usually by role). - operationId: users.joinedTeams.schedule_GetSchedulingGroups + summary: Get swapShiftsChangeRequests from users + operationId: users.joinedTeams.schedule_GetSwapShiftsChangeRequests parameters: - name: user-id in: path @@ -38376,14 +40035,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: schedulingGroup-id + - name: swapShiftsChangeRequest-id in: path - description: 'key: id of schedulingGroup' + description: 'key: id of swapShiftsChangeRequest' required: true style: simple schema: type: string - x-ms-docs-key-type: schedulingGroup + x-ms-docs-key-type: swapShiftsChangeRequest - name: $select in: query description: Select properties to be returned @@ -38398,9 +40057,31 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - displayName - - isActive - - userIds + - assignedTo + - managerActionDateTime + - managerActionMessage + - managerUserId + - senderDateTime + - senderMessage + - senderUserId + - state + - recipientActionDateTime + - recipientActionMessage + - recipientUserId + - senderShiftId + - recipientShiftId + 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': @@ -38408,15 +40089,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property schedulingGroups in users - operationId: users.joinedTeams.schedule_UpdateSchedulingGroups + summary: Update the navigation property swapShiftsChangeRequests in users + operationId: users.joinedTeams.schedule_UpdateSwapShiftsChangeRequests parameters: - name: user-id in: path @@ -38434,20 +40115,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: schedulingGroup-id + - name: swapShiftsChangeRequest-id in: path - description: 'key: id of schedulingGroup' + description: 'key: id of swapShiftsChangeRequest' required: true style: simple schema: type: string - x-ms-docs-key-type: schedulingGroup + x-ms-docs-key-type: swapShiftsChangeRequest requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.schedulingGroup' + $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' required: true responses: '204': @@ -38458,8 +40139,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property schedulingGroups for users - operationId: users.joinedTeams.schedule_DeleteSchedulingGroups + summary: Delete navigation property swapShiftsChangeRequests for users + operationId: users.joinedTeams.schedule_DeleteSwapShiftsChangeRequests parameters: - name: user-id in: path @@ -38477,14 +40158,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: schedulingGroup-id + - name: swapShiftsChangeRequest-id in: path - description: 'key: id of schedulingGroup' + description: 'key: id of swapShiftsChangeRequest' required: true style: simple schema: type: string - x-ms-docs-key-type: schedulingGroup + x-ms-docs-key-type: swapShiftsChangeRequest - name: If-Match in: header description: ETag @@ -38497,13 +40178,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts': + '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons': get: tags: - users.team - summary: Get shifts from users - description: The shifts in the schedule. - operationId: users.joinedTeams.schedule_ListShifts + summary: Get timeOffReasons from users + description: The set of reasons for a time off in the schedule. + operationId: users.joinedTeams.schedule_ListTimeOffReasons parameters: - name: user-id in: path @@ -38544,14 +40225,12 @@ paths: - lastModifiedBy desc - lastModifiedDateTime - lastModifiedDateTime desc - - draftShift - - draftShift desc - - schedulingGroupId - - schedulingGroupId desc - - sharedShift - - sharedShift desc - - userId - - userId desc + - displayName + - displayName desc + - iconType + - iconType desc + - isActive + - isActive desc type: string - name: $select in: query @@ -38567,14 +40246,13 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - draftShift - - schedulingGroupId - - sharedShift - - userId + - displayName + - iconType + - isActive type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.shiftCollectionResponse' + $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -38584,8 +40262,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to shifts for users - operationId: users.joinedTeams.schedule_CreateShifts + summary: Create new navigation property to timeOffReasons for users + operationId: users.joinedTeams.schedule_CreateTimeOffReasons parameters: - name: user-id in: path @@ -38608,7 +40286,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.shift' + $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: '201': @@ -38616,17 +40294,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.shift' + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/shifts/{shift-id}': + '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}': get: tags: - users.team - summary: Get shifts from users - description: The shifts in the schedule. - operationId: users.joinedTeams.schedule_GetShifts + summary: Get timeOffReasons from users + description: The set of reasons for a time off in the schedule. + operationId: users.joinedTeams.schedule_GetTimeOffReasons parameters: - name: user-id in: path @@ -38644,14 +40322,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: shift-id + - name: timeOffReason-id in: path - description: 'key: id of shift' + description: 'key: id of timeOffReason' required: true style: simple schema: type: string - x-ms-docs-key-type: shift + x-ms-docs-key-type: timeOffReason - name: $select in: query description: Select properties to be returned @@ -38666,10 +40344,9 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - draftShift - - schedulingGroupId - - sharedShift - - userId + - displayName + - iconType + - isActive type: string responses: '200': @@ -38677,15 +40354,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.shift' + $ref: '#/components/schemas/microsoft.graph.timeOffReason' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property shifts in users - operationId: users.joinedTeams.schedule_UpdateShifts + summary: Update the navigation property timeOffReasons in users + operationId: users.joinedTeams.schedule_UpdateTimeOffReasons parameters: - name: user-id in: path @@ -38703,20 +40380,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: shift-id + - name: timeOffReason-id in: path - description: 'key: id of shift' + description: 'key: id of timeOffReason' required: true style: simple schema: type: string - x-ms-docs-key-type: shift + x-ms-docs-key-type: timeOffReason requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.shift' + $ref: '#/components/schemas/microsoft.graph.timeOffReason' required: true responses: '204': @@ -38727,8 +40404,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property shifts for users - operationId: users.joinedTeams.schedule_DeleteShifts + summary: Delete navigation property timeOffReasons for users + operationId: users.joinedTeams.schedule_DeleteTimeOffReasons parameters: - name: user-id in: path @@ -38746,14 +40423,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: shift-id + - name: timeOffReason-id in: path - description: 'key: id of shift' + description: 'key: id of timeOffReason' required: true style: simple schema: type: string - x-ms-docs-key-type: shift + x-ms-docs-key-type: timeOffReason - name: If-Match in: header description: ETag @@ -38766,12 +40443,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests': + '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests': get: tags: - users.team - summary: Get swapShiftsChangeRequests from users - operationId: users.joinedTeams.schedule_ListSwapShiftsChangeRequests + summary: Get timeOffRequests from users + operationId: users.joinedTeams.schedule_ListTimeOffRequests parameters: - name: user-id in: path @@ -38828,16 +40505,12 @@ paths: - senderUserId desc - state - state desc - - recipientActionDateTime - - recipientActionDateTime desc - - recipientActionMessage - - recipientActionMessage desc - - recipientUserId - - recipientUserId desc - - senderShiftId - - senderShiftId desc - - recipientShiftId - - recipientShiftId desc + - endDateTime + - endDateTime desc + - startDateTime + - startDateTime desc + - timeOffReasonId + - timeOffReasonId desc type: string - name: $select in: query @@ -38861,27 +40534,13 @@ paths: - senderMessage - senderUserId - state - - recipientActionDateTime - - recipientActionMessage - - recipientUserId - - senderShiftId - - recipientShiftId - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' + - endDateTime + - startDateTime + - timeOffReasonId type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.swapShiftsChangeRequestCollectionResponse' + $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -38891,8 +40550,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to swapShiftsChangeRequests for users - operationId: users.joinedTeams.schedule_CreateSwapShiftsChangeRequests + summary: Create new navigation property to timeOffRequests for users + operationId: users.joinedTeams.schedule_CreateTimeOffRequests parameters: - name: user-id in: path @@ -38915,7 +40574,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: '201': @@ -38923,16 +40582,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/swapShiftsChangeRequests/{swapShiftsChangeRequest-id}': + '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}': get: tags: - users.team - summary: Get swapShiftsChangeRequests from users - operationId: users.joinedTeams.schedule_GetSwapShiftsChangeRequests + summary: Get timeOffRequests from users + operationId: users.joinedTeams.schedule_GetTimeOffRequests parameters: - name: user-id in: path @@ -38950,14 +40609,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: swapShiftsChangeRequest-id + - name: timeOffRequest-id in: path - description: 'key: id of swapShiftsChangeRequest' + description: 'key: id of timeOffRequest' required: true style: simple schema: type: string - x-ms-docs-key-type: swapShiftsChangeRequest + x-ms-docs-key-type: timeOffRequest - name: $select in: query description: Select properties to be returned @@ -38980,23 +40639,9 @@ paths: - senderMessage - senderUserId - state - - recipientActionDateTime - - recipientActionMessage - - recipientUserId - - senderShiftId - - recipientShiftId - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' + - endDateTime + - startDateTime + - timeOffReasonId type: string responses: '200': @@ -39004,15 +40649,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property swapShiftsChangeRequests in users - operationId: users.joinedTeams.schedule_UpdateSwapShiftsChangeRequests + summary: Update the navigation property timeOffRequests in users + operationId: users.joinedTeams.schedule_UpdateTimeOffRequests parameters: - name: user-id in: path @@ -39030,20 +40675,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: swapShiftsChangeRequest-id + - name: timeOffRequest-id in: path - description: 'key: id of swapShiftsChangeRequest' + description: 'key: id of timeOffRequest' required: true style: simple schema: type: string - x-ms-docs-key-type: swapShiftsChangeRequest + x-ms-docs-key-type: timeOffRequest requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.swapShiftsChangeRequest' + $ref: '#/components/schemas/microsoft.graph.timeOffRequest' required: true responses: '204': @@ -39054,8 +40699,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property swapShiftsChangeRequests for users - operationId: users.joinedTeams.schedule_DeleteSwapShiftsChangeRequests + summary: Delete navigation property timeOffRequests for users + operationId: users.joinedTeams.schedule_DeleteTimeOffRequests parameters: - name: user-id in: path @@ -39073,14 +40718,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: swapShiftsChangeRequest-id + - name: timeOffRequest-id in: path - description: 'key: id of swapShiftsChangeRequest' + description: 'key: id of timeOffRequest' required: true style: simple schema: type: string - x-ms-docs-key-type: swapShiftsChangeRequest + x-ms-docs-key-type: timeOffRequest - name: If-Match in: header description: ETag @@ -39093,13 +40738,13 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons': + '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff': get: tags: - users.team - summary: Get timeOffReasons from users - description: The set of reasons for a time off in the schedule. - operationId: users.joinedTeams.schedule_ListTimeOffReasons + summary: Get timesOff from users + description: The instances of times off in the schedule. + operationId: users.joinedTeams.schedule_ListTimesOff parameters: - name: user-id in: path @@ -39140,12 +40785,12 @@ paths: - lastModifiedBy desc - lastModifiedDateTime - lastModifiedDateTime desc - - displayName - - displayName desc - - iconType - - iconType desc - - isActive - - isActive desc + - draftTimeOff + - draftTimeOff desc + - sharedTimeOff + - sharedTimeOff desc + - userId + - userId desc type: string - name: $select in: query @@ -39161,13 +40806,13 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - displayName - - iconType - - isActive + - draftTimeOff + - sharedTimeOff + - userId type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.timeOffReasonCollectionResponse' + $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -39177,8 +40822,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to timeOffReasons for users - operationId: users.joinedTeams.schedule_CreateTimeOffReasons + summary: Create new navigation property to timesOff for users + operationId: users.joinedTeams.schedule_CreateTimesOff parameters: - name: user-id in: path @@ -39201,7 +40846,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' + $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: '201': @@ -39209,17 +40854,17 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffReasons/{timeOffReason-id}': + '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}': get: tags: - users.team - summary: Get timeOffReasons from users - description: The set of reasons for a time off in the schedule. - operationId: users.joinedTeams.schedule_GetTimeOffReasons + summary: Get timesOff from users + description: The instances of times off in the schedule. + operationId: users.joinedTeams.schedule_GetTimesOff parameters: - name: user-id in: path @@ -39237,14 +40882,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOffReason-id + - name: timeOff-id in: path - description: 'key: id of timeOffReason' + description: 'key: id of timeOff' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOffReason + x-ms-docs-key-type: timeOff - name: $select in: query description: Select properties to be returned @@ -39259,9 +40904,9 @@ paths: - createdDateTime - lastModifiedBy - lastModifiedDateTime - - displayName - - iconType - - isActive + - draftTimeOff + - sharedTimeOff + - userId type: string responses: '200': @@ -39269,15 +40914,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' + $ref: '#/components/schemas/microsoft.graph.timeOff' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property timeOffReasons in users - operationId: users.joinedTeams.schedule_UpdateTimeOffReasons + summary: Update the navigation property timesOff in users + operationId: users.joinedTeams.schedule_UpdateTimesOff parameters: - name: user-id in: path @@ -39295,20 +40940,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOffReason-id + - name: timeOff-id in: path - description: 'key: id of timeOffReason' + description: 'key: id of timeOff' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOffReason + x-ms-docs-key-type: timeOff requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffReason' + $ref: '#/components/schemas/microsoft.graph.timeOff' required: true responses: '204': @@ -39319,8 +40964,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property timeOffReasons for users - operationId: users.joinedTeams.schedule_DeleteTimeOffReasons + summary: Delete navigation property timesOff for users + operationId: users.joinedTeams.schedule_DeleteTimesOff parameters: - name: user-id in: path @@ -39338,14 +40983,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOffReason-id + - name: timeOff-id in: path - description: 'key: id of timeOffReason' + description: 'key: id of timeOff' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOffReason + x-ms-docs-key-type: timeOff - name: If-Match in: header description: ETag @@ -39358,12 +41003,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests': + '/users/{user-id}/joinedTeams/{team-id}/tags': get: tags: - users.team - summary: Get timeOffRequests from users - operationId: users.joinedTeams.schedule_ListTimeOffRequests + summary: Get tags from users + operationId: users.joinedTeams_ListTags parameters: - name: user-id in: path @@ -39398,34 +41043,16 @@ paths: enum: - id - id desc - - createdDateTime - - createdDateTime desc - - lastModifiedBy - - lastModifiedBy desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - assignedTo - - assignedTo desc - - managerActionDateTime - - managerActionDateTime desc - - managerActionMessage - - managerActionMessage desc - - managerUserId - - managerUserId desc - - senderDateTime - - senderDateTime desc - - senderMessage - - senderMessage desc - - senderUserId - - senderUserId desc - - state - - state desc - - endDateTime - - endDateTime desc - - startDateTime - - startDateTime desc - - timeOffReasonId - - timeOffReasonId desc + - description + - description desc + - displayName + - displayName desc + - memberCount + - memberCount desc + - tagType + - tagType desc + - teamId + - teamId desc type: string - name: $select in: query @@ -39438,24 +41065,29 @@ paths: items: enum: - id - - createdDateTime - - lastModifiedBy - - lastModifiedDateTime - - assignedTo - - managerActionDateTime - - managerActionMessage - - managerUserId - - senderDateTime - - senderMessage - - senderUserId - - state - - endDateTime - - startDateTime - - timeOffReasonId + - description + - displayName + - memberCount + - tagType + - teamId + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members type: string responses: '200': - $ref: '#/components/responses/microsoft.graph.timeOffRequestCollectionResponse' + $ref: '#/components/responses/microsoft.graph.teamworkTagCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -39465,8 +41097,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to timeOffRequests for users - operationId: users.joinedTeams.schedule_CreateTimeOffRequests + summary: Create new navigation property to tags for users + operationId: users.joinedTeams_CreateTags parameters: - name: user-id in: path @@ -39489,7 +41121,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: '201': @@ -39497,16 +41129,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + $ref: '#/components/schemas/microsoft.graph.teamworkTag' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}': + '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}': get: tags: - users.team - summary: Get timeOffRequests from users - operationId: users.joinedTeams.schedule_GetTimeOffRequests + summary: Get tags from users + operationId: users.joinedTeams_GetTags parameters: - name: user-id in: path @@ -39524,14 +41156,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOffRequest-id + - name: teamworkTag-id in: path - description: 'key: id of timeOffRequest' + description: 'key: id of teamworkTag' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOffRequest + x-ms-docs-key-type: teamworkTag - name: $select in: query description: Select properties to be returned @@ -39543,20 +41175,25 @@ paths: items: enum: - id - - createdDateTime - - lastModifiedBy - - lastModifiedDateTime - - assignedTo - - managerActionDateTime - - managerActionMessage - - managerUserId - - senderDateTime - - senderMessage - - senderUserId - - state - - endDateTime - - startDateTime - - timeOffReasonId + - description + - displayName + - memberCount + - tagType + - teamId + - members + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - members type: string responses: '200': @@ -39564,15 +41201,22 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + links: + members: + operationId: users.joinedTeams.Tags.ListMembers + parameters: + user-id: $request.path.user-id + team-id: $request.path.team-id + teamworkTag-id: $request.path.teamworkTag-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property timeOffRequests in users - operationId: users.joinedTeams.schedule_UpdateTimeOffRequests + summary: Update the navigation property tags in users + operationId: users.joinedTeams_UpdateTags parameters: - name: user-id in: path @@ -39590,20 +41234,20 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOffRequest-id + - name: teamworkTag-id in: path - description: 'key: id of timeOffRequest' + description: 'key: id of teamworkTag' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOffRequest + x-ms-docs-key-type: teamworkTag requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOffRequest' + $ref: '#/components/schemas/microsoft.graph.teamworkTag' required: true responses: '204': @@ -39614,8 +41258,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property timeOffRequests for users - operationId: users.joinedTeams.schedule_DeleteTimeOffRequests + summary: Delete navigation property tags for users + operationId: users.joinedTeams_DeleteTags parameters: - name: user-id in: path @@ -39633,14 +41277,14 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOffRequest-id + - name: teamworkTag-id in: path - description: 'key: id of timeOffRequest' + description: 'key: id of teamworkTag' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOffRequest + x-ms-docs-key-type: teamworkTag - name: If-Match in: header description: ETag @@ -39653,13 +41297,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff': + '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members': get: tags: - users.team - summary: Get timesOff from users - description: The instances of times off in the schedule. - operationId: users.joinedTeams.schedule_ListTimesOff + summary: Get members from users + operationId: users.joinedTeams.tags_ListMembers parameters: - name: user-id in: path @@ -39677,6 +41320,14 @@ paths: schema: type: string x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag - $ref: '#/components/parameters/top' - $ref: '#/components/parameters/skip' - $ref: '#/components/parameters/search' @@ -39694,16 +41345,10 @@ paths: enum: - id - id desc - - createdDateTime - - createdDateTime desc - - lastModifiedBy - - lastModifiedBy desc - - lastModifiedDateTime - - lastModifiedDateTime desc - - draftTimeOff - - draftTimeOff desc - - sharedTimeOff - - sharedTimeOff desc + - displayName + - displayName desc + - tenantId + - tenantId desc - userId - userId desc type: string @@ -39718,16 +41363,25 @@ paths: items: enum: - id - - createdDateTime - - lastModifiedBy - - lastModifiedDateTime - - draftTimeOff - - sharedTimeOff + - displayName + - tenantId - userId 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': - $ref: '#/components/responses/microsoft.graph.timeOffCollectionResponse' + $ref: '#/components/responses/microsoft.graph.teamworkTagMemberCollectionResponse' default: $ref: '#/components/responses/error' x-ms-pageable: @@ -39737,8 +41391,8 @@ paths: post: tags: - users.team - summary: Create new navigation property to timesOff for users - operationId: users.joinedTeams.schedule_CreateTimesOff + summary: Create new navigation property to members for users + operationId: users.joinedTeams.tags_CreateMembers parameters: - name: user-id in: path @@ -39756,12 +41410,20 @@ paths: schema: type: string x-ms-docs-key-type: team + - name: teamworkTag-id + in: path + description: 'key: id of teamworkTag' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTag requestBody: description: New navigation property content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOff' + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: '201': @@ -39769,17 +41431,16 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOff' + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}': + '/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}': get: tags: - users.team - summary: Get timesOff from users - description: The instances of times off in the schedule. - operationId: users.joinedTeams.schedule_GetTimesOff + summary: Get members from users + operationId: users.joinedTeams.tags_GetMembers parameters: - name: user-id in: path @@ -39797,14 +41458,22 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOff-id + - name: teamworkTag-id in: path - description: 'key: id of timeOff' + description: 'key: id of teamworkTag' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOff + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember - name: $select in: query description: Select properties to be returned @@ -39816,28 +41485,37 @@ paths: items: enum: - id - - createdDateTime - - lastModifiedBy - - lastModifiedDateTime - - draftTimeOff - - sharedTimeOff + - displayName + - tenantId - userId 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.timeOff' + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - users.team - summary: Update the navigation property timesOff in users - operationId: users.joinedTeams.schedule_UpdateTimesOff + summary: Update the navigation property members in users + operationId: users.joinedTeams.tags_UpdateMembers parameters: - name: user-id in: path @@ -39855,20 +41533,28 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOff-id + - name: teamworkTag-id in: path - description: 'key: id of timeOff' + description: 'key: id of teamworkTag' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOff + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember requestBody: description: New navigation property values content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.timeOff' + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' required: true responses: '204': @@ -39879,8 +41565,8 @@ paths: delete: tags: - users.team - summary: Delete navigation property timesOff for users - operationId: users.joinedTeams.schedule_DeleteTimesOff + summary: Delete navigation property members for users + operationId: users.joinedTeams.tags_DeleteMembers parameters: - name: user-id in: path @@ -39898,14 +41584,22 @@ paths: schema: type: string x-ms-docs-key-type: team - - name: timeOff-id + - name: teamworkTag-id in: path - description: 'key: id of timeOff' + description: 'key: id of teamworkTag' required: true style: simple schema: type: string - x-ms-docs-key-type: timeOff + x-ms-docs-key-type: teamworkTag + - name: teamworkTagMember-id + in: path + description: 'key: id of teamworkTagMember' + required: true + style: simple + schema: + type: string + x-ms-docs-key-type: teamworkTagMember - name: If-Match in: header description: ETag @@ -40814,6 +42508,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -41135,6 +42830,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -41915,6 +43614,52 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -44065,6 +45810,12 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string microsoft.graph.workforceIntegrationEncryption: title: workforceIntegrationEncryption type: object @@ -44350,6 +46101,30 @@ components: type: string additionalProperties: type: object + microsoft.graph.teamworkTagCollectionResponse: + title: Collection of teamworkTag + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' + '@odata.nextLink': + type: string + additionalProperties: + type: object + microsoft.graph.teamworkTagMemberCollectionResponse: + title: Collection of teamworkTagMember + type: object + properties: + value: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + '@odata.nextLink': + type: string + additionalProperties: + type: object microsoft.graph.teamCollectionResponse: title: Collection of team type: object @@ -44590,6 +46365,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -46593,6 +48370,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -50470,6 +52258,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -51982,6 +53772,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -52966,6 +54776,18 @@ components: application/json: schema: $ref: '#/components/schemas/microsoft.graph.timeOffCollectionResponse' + microsoft.graph.teamworkTagCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagCollectionResponse' + microsoft.graph.teamworkTagMemberCollectionResponse: + description: Retrieved collection + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMemberCollectionResponse' microsoft.graph.teamCollectionResponse: description: Retrieved collection content: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 186d1ec7153..426888930ea 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -15924,6 +15924,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -18129,6 +18131,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -19788,6 +19801,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -19885,6 +19899,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -20176,6 +20194,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -23804,6 +23824,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -23989,6 +24038,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -25900,6 +25969,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.offerShiftRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.scheduleChangeRequest' diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 0328d5e989a..01a37b73bc7 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -4654,6 +4654,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -7088,6 +7090,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -8350,6 +8363,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -8447,6 +8461,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -11216,6 +11234,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -12139,6 +12159,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -13439,6 +13488,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -14003,6 +14072,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index 7f5bf26220a..815dd18564d 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -51,6 +51,8 @@ paths: - assignedLicenses desc - assignedPlans - assignedPlans desc + - authorizationInfo + - authorizationInfo desc - businessPhones - businessPhones desc - city @@ -202,6 +204,7 @@ paths: - ageGroup - assignedLicenses - assignedPlans + - authorizationInfo - businessPhones - city - companyName @@ -438,6 +441,7 @@ paths: - ageGroup - assignedLicenses - assignedPlans + - authorizationInfo - businessPhones - city - companyName @@ -6251,6 +6255,8 @@ components: items: $ref: '#/components/schemas/microsoft.graph.assignedPlan' description: The plans that are assigned to the user. Read-only. Not nullable. Returned only on $select. Supports $filter (eq and not). + authorizationInfo: + $ref: '#/components/schemas/microsoft.graph.authorizationInfo' businessPhones: type: array items: @@ -7138,6 +7144,17 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authorizationInfo: + title: authorizationInfo + type: object + properties: + certificateUserIds: + type: array + items: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.employeeOrgData: title: employeeOrgData type: object @@ -8971,6 +8988,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.pinnedChatMessageInfo' + description: A collection of all the pinned messages in the chat. Nullable. tabs: type: array items: @@ -9068,6 +9086,10 @@ components: $ref: '#/components/schemas/microsoft.graph.profilePhoto' primaryChannel: $ref: '#/components/schemas/microsoft.graph.channel' + tags: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTag' template: $ref: '#/components/schemas/microsoft.graph.teamsTemplate' schedule: @@ -11837,6 +11859,8 @@ components: properties: allowedAudience: $ref: '#/components/schemas/microsoft.graph.broadcastMeetingAudience' + captions: + $ref: '#/components/schemas/microsoft.graph.broadcastMeetingCaptionSettings' isAttendeeReportEnabled: type: boolean description: Indicates whether attendee report is enabled for this Teams live event. Default value is false. @@ -12858,6 +12882,35 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.teamworkTag: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTag + type: object + properties: + description: + type: string + nullable: true + displayName: + type: string + nullable: true + memberCount: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + nullable: true + tagType: + $ref: '#/components/schemas/microsoft.graph.teamworkTagType' + teamId: + type: string + nullable: true + members: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.teamworkTagMember' + additionalProperties: + type: object microsoft.graph.teamsTemplate: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -15283,6 +15336,26 @@ components: - everyone - unknownFutureValue type: string + microsoft.graph.broadcastMeetingCaptionSettings: + title: broadcastMeetingCaptionSettings + type: object + properties: + isCaptionEnabled: + type: boolean + description: Indicates whether captions are enabled for this Teams live event. + nullable: true + spokenLanguage: + type: string + description: The spoken language. + nullable: true + translationLanguages: + type: array + items: + type: string + nullable: true + description: The translation languages (choose up to 6). + additionalProperties: + type: object microsoft.graph.lobbyBypassScope: title: lobbyBypassScope enum: @@ -15980,6 +16053,29 @@ components: - failed - unknownFutureValue type: string + microsoft.graph.teamworkTagType: + title: teamworkTagType + enum: + - standard + - unknownFutureValue + type: string + microsoft.graph.teamworkTagMember: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkTagMember + type: object + properties: + displayName: + type: string + nullable: true + tenantId: + type: string + nullable: true + userId: + type: string + nullable: true + additionalProperties: + type: object microsoft.graph.operationStatus: title: operationStatus enum: diff --git a/profiles/CloudCommunications/crawl-log-v1.0.json b/profiles/CloudCommunications/crawl-log-v1.0.json index c9e5e3cb87c..0e0f5bdc19d 100644 --- a/profiles/CloudCommunications/crawl-log-v1.0.json +++ b/profiles/CloudCommunications/crawl-log-v1.0.json @@ -53,6 +53,10 @@ "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" }, + "/communications/calls/{call-id}/microsoft.graph.addLargeGalleryView": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" + }, "/communications/calls/{call-id}/microsoft.graph.answer": { "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/CloudCommunications.yml" diff --git a/profiles/CloudCommunications/definitions/v1.0.md b/profiles/CloudCommunications/definitions/v1.0.md index 34174a85d63..7fdb2fa7510 100644 --- a/profiles/CloudCommunications/definitions/v1.0.md +++ b/profiles/CloudCommunications/definitions/v1.0.md @@ -20,6 +20,7 @@ profiles: /communications/calls/{call-id}/audioRoutingGroups/{audioRoutingGroup-id}: v1.0 /communications/calls/{call-id}/contentSharingSessions: v1.0 /communications/calls/{call-id}/contentSharingSessions/{contentSharingSession-id}: v1.0 + /communications/calls/{call-id}/microsoft.graph.addLargeGalleryView: v1.0 /communications/calls/{call-id}/microsoft.graph.answer: v1.0 /communications/calls/{call-id}/microsoft.graph.cancelMediaProcessing: v1.0 /communications/calls/{call-id}/microsoft.graph.changeScreenSharingRole: v1.0 diff --git a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json index c8d336853c1..5f5eb0793b7 100644 --- a/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Actions/crawl-log-v1.0-beta.json @@ -1077,6 +1077,18 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" }, + "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getDailyAggregatedRemoteConnectionReports": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" + }, + "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRemoteConnectionHistoricalReports": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" + }, + "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getTotalAggregatedRemoteConnectionReports": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" + }, "/deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/microsoft.graph.assign": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/DeviceManagement.Actions.yml" diff --git a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md index 4581cc124e9..aef63988c91 100644 --- a/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Actions/definitions/v1.0-beta.md @@ -291,6 +291,9 @@ profiles: /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.runHealthChecks: v1.0-beta /deviceManagement/virtualEndpoint/onPremisesConnections/{cloudPcOnPremisesConnection-id}/microsoft.graph.updateAdDomainPassword: v1.0-beta /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/microsoft.graph.assign: v1.0-beta + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getDailyAggregatedRemoteConnectionReports: v1.0-beta + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getRemoteConnectionHistoricalReports: v1.0-beta + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getTotalAggregatedRemoteConnectionReports: v1.0-beta /deviceManagement/virtualEndpoint/userSettings/{cloudPcUserSetting-id}/microsoft.graph.assign: v1.0-beta ? /deviceManagement/windowsAutopilotDeploymentProfiles/{windowsAutopilotDeploymentProfile-id}/assignedDevices/{windowsAutopilotDeviceIdentity-id}/microsoft.graph.assignResourceAccountToDevice : v1.0-beta diff --git a/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json index bd91a82a955..6d212c4f9ef 100644 --- a/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Administration/crawl-log-v1.0-beta.json @@ -553,6 +553,18 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" }, + "/deviceManagement/virtualEndpoint/reports": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" + }, + "/deviceManagement/virtualEndpoint/reports/exportJobs": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" + }, + "/deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" + }, "/deviceManagement/virtualEndpoint/servicePlans": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/DeviceManagement.Administration.yml" diff --git a/profiles/DeviceManagement.Administration/definitions/v1.0-beta.md b/profiles/DeviceManagement.Administration/definitions/v1.0-beta.md index 266fca8b956..21e680d8a48 100644 --- a/profiles/DeviceManagement.Administration/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Administration/definitions/v1.0-beta.md @@ -163,6 +163,9 @@ profiles: /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments: v1.0-beta ? /deviceManagement/virtualEndpoint/provisioningPolicies/{cloudPcProvisioningPolicy-id}/assignments/{cloudPcProvisioningPolicyAssignment-id} : v1.0-beta + /deviceManagement/virtualEndpoint/reports: v1.0-beta + /deviceManagement/virtualEndpoint/reports/exportJobs: v1.0-beta + /deviceManagement/virtualEndpoint/reports/exportJobs/{cloudPcExportJob-id}: v1.0-beta /deviceManagement/virtualEndpoint/servicePlans: v1.0-beta /deviceManagement/virtualEndpoint/servicePlans/{cloudPcServicePlan-id}: v1.0-beta /deviceManagement/virtualEndpoint/snapshots: v1.0-beta diff --git a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json index b62325ad1d7..a9540292122 100644 --- a/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json +++ b/profiles/DeviceManagement.Functions/crawl-log-v1.0-beta.json @@ -229,6 +229,14 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" }, + "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}')": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" + }, + "/deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}')": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" + }, "/deviceManagement/virtualEndpoint/snapshots/microsoft.graph.getStorageAccounts(subscriptionId='{subscriptionId}')": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/DeviceManagement.Functions.yml" diff --git a/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md b/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md index 4e1a2271c3a..7fa89b5e34d 100644 --- a/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md +++ b/profiles/DeviceManagement.Functions/definitions/v1.0-beta.md @@ -72,6 +72,8 @@ profiles: /deviceManagement/virtualEndpoint/cloudPCs/{cloudPC-id}/microsoft.graph.getCloudPcLaunchInfo(): v1.0-beta /deviceManagement/virtualEndpoint/deviceImages/microsoft.graph.getSourceImages(): v1.0-beta /deviceManagement/virtualEndpoint/microsoft.graph.getEffectivePermissions(): v1.0-beta + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionLatency(cloudPcId='{cloudPcId}'): v1.0-beta + /deviceManagement/virtualEndpoint/reports/microsoft.graph.getRealTimeRemoteConnectionStatus(cloudPcId='{cloudPcId}'): v1.0-beta /deviceManagement/virtualEndpoint/snapshots/microsoft.graph.getStorageAccounts(subscriptionId='{subscriptionId}'): v1.0-beta /deviceManagement/virtualEndpoint/snapshots/microsoft.graph.getSubscriptions(): v1.0-beta diff --git a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json index 345f76436ef..ddfb7629142 100644 --- a/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json +++ b/profiles/Identity.DirectoryManagement/crawl-log-v1.0-beta.json @@ -905,6 +905,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" }, + "/organization/{organization-id}/settings/contactInsights": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" + }, "/organization/{organization-id}/settings/itemInsights": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.DirectoryManagement.yml" diff --git a/profiles/Identity.DirectoryManagement/definitions/v1.0-beta.md b/profiles/Identity.DirectoryManagement/definitions/v1.0-beta.md index be17616666e..9eddc8f5748 100644 --- a/profiles/Identity.DirectoryManagement/definitions/v1.0-beta.md +++ b/profiles/Identity.DirectoryManagement/definitions/v1.0-beta.md @@ -234,6 +234,7 @@ profiles: /organization/{organization-id}/microsoft.graph.restore: v1.0-beta /organization/{organization-id}/microsoft.graph.setMobileDeviceManagementAuthority: v1.0-beta /organization/{organization-id}/settings: v1.0-beta + /organization/{organization-id}/settings/contactInsights: v1.0-beta /organization/{organization-id}/settings/itemInsights: v1.0-beta /organization/{organization-id}/settings/microsoftApplicationDataAccess: v1.0-beta /organization/{organization-id}/settings/peopleInsights: v1.0-beta diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index 8dc0461a4a6..f3f822b96e7 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -1009,6 +1009,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, + "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.moveToCatalog": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" + }, "/identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" @@ -1561,6 +1565,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, + "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" + }, "/identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on='{on}')": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" @@ -1961,6 +1969,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, + "/identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" + }, "/identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on='{on}')": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" diff --git a/profiles/Identity.Governance/definitions/v1.0-beta.md b/profiles/Identity.Governance/definitions/v1.0-beta.md index c870dbe517e..a8f7bc9e626 100644 --- a/profiles/Identity.Governance/definitions/v1.0-beta.md +++ b/profiles/Identity.Governance/definitions/v1.0-beta.md @@ -411,6 +411,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.getApplicablePolicyRequirements : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackage/microsoft.graph.moveToCatalog + : v1.0-beta /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy: v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageAssignments/{accessPackageAssignment-id}/accessPackageAssignmentPolicy/accessPackage : v1.0-beta @@ -673,6 +675,8 @@ profiles: : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/microsoft.graph.getApplicablePolicyRequirements : v1.0-beta + ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog + : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.filterByCurrentUser(on='{on}') : v1.0-beta ? /identityGovernance/entitlementManagement/accessPackageCatalogs/{accessPackageCatalog-id}/accessPackages/microsoft.graph.Search() @@ -844,6 +848,7 @@ profiles: /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/{group-id}/$ref: v1.0-beta /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/incompatibleGroups/$ref: v1.0-beta /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.getApplicablePolicyRequirements: v1.0-beta + /identityGovernance/entitlementManagement/accessPackages/{accessPackage-id}/microsoft.graph.moveToCatalog: v1.0-beta /identityGovernance/entitlementManagement/accessPackages/microsoft.graph.filterByCurrentUser(on='{on}'): v1.0-beta /identityGovernance/entitlementManagement/accessPackages/microsoft.graph.Search(): v1.0-beta /identityGovernance/entitlementManagement/connectedOrganizations: v1.0-beta diff --git a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json index 45067999ed0..9b8e0e7c21b 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -261,6 +261,14 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, + "/identity/conditionalAccess/templates": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" + }, + "/identity/conditionalAccess/templates/{conditionalAccessTemplate-id}": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" + }, "/identity/continuousAccessEvaluationPolicy": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" diff --git a/profiles/Identity.SignIns/definitions/v1.0-beta.md b/profiles/Identity.SignIns/definitions/v1.0-beta.md index 7117b7d5304..50e40478250 100644 --- a/profiles/Identity.SignIns/definitions/v1.0-beta.md +++ b/profiles/Identity.SignIns/definitions/v1.0-beta.md @@ -83,6 +83,8 @@ profiles: /identity/conditionalAccess/namedLocations/{namedLocation-id}: v1.0-beta /identity/conditionalAccess/policies: v1.0-beta /identity/conditionalAccess/policies/{conditionalAccessPolicy-id}: v1.0-beta + /identity/conditionalAccess/templates: v1.0-beta + /identity/conditionalAccess/templates/{conditionalAccessTemplate-id}: v1.0-beta /identity/continuousAccessEvaluationPolicy: v1.0-beta /identity/customAuthenticationExtensions: v1.0-beta /identity/customAuthenticationExtensions/{customAuthenticationExtension-id}: v1.0-beta diff --git a/profiles/Teams/crawl-log-v1.0.json b/profiles/Teams/crawl-log-v1.0.json index 594ce780888..87c87c7e74c 100644 --- a/profiles/Teams/crawl-log-v1.0.json +++ b/profiles/Teams/crawl-log-v1.0.json @@ -437,6 +437,22 @@ "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, + "/groups/{group-id}/team/tags": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/groups/{group-id}/team/tags/{teamworkTag-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/groups/{group-id}/team/tags/{teamworkTag-id}/members": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, "/groups/{group-id}/team/template": { "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Teams.yml" @@ -841,6 +857,22 @@ "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, + "/teams/{team-id}/tags": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/teams/{team-id}/tags/{teamworkTag-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/teams/{team-id}/tags/{teamworkTag-id}/members": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, "/teams/{team-id}/template": { "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Teams.yml" @@ -1257,6 +1289,22 @@ "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Teams.yml" }, + "/users/{user-id}/joinedTeams/{team-id}/tags": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, + "/users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}": { + "apiVersion": "v1.0", + "originalLocation": "/openApiDocs/v1.0/Teams.yml" + }, "/users/{user-id}/joinedTeams/{team-id}/template": { "apiVersion": "v1.0", "originalLocation": "/openApiDocs/v1.0/Teams.yml" diff --git a/profiles/Teams/definitions/v1.0.md b/profiles/Teams/definitions/v1.0.md index d62e1e15402..79c3c56f889 100644 --- a/profiles/Teams/definitions/v1.0.md +++ b/profiles/Teams/definitions/v1.0.md @@ -119,6 +119,10 @@ profiles: /groups/{group-id}/team/schedule/timeOffRequests/{timeOffRequest-id}: v1.0 /groups/{group-id}/team/schedule/timesOff: v1.0 /groups/{group-id}/team/schedule/timesOff/{timeOff-id}: v1.0 + /groups/{group-id}/team/tags: v1.0 + /groups/{group-id}/team/tags/{teamworkTag-id}: v1.0 + /groups/{group-id}/team/tags/{teamworkTag-id}/members: v1.0 + /groups/{group-id}/team/tags/{teamworkTag-id}/members/{teamworkTagMember-id}: v1.0 /groups/{group-id}/team/template: v1.0 /teams: v1.0 /teams/{team-id}: v1.0 @@ -223,6 +227,10 @@ profiles: /teams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}: v1.0 /teams/{team-id}/schedule/timesOff: v1.0 /teams/{team-id}/schedule/timesOff/{timeOff-id}: v1.0 + /teams/{team-id}/tags: v1.0 + /teams/{team-id}/tags/{teamworkTag-id}: v1.0 + /teams/{team-id}/tags/{teamworkTag-id}/members: v1.0 + /teams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}: v1.0 /teams/{team-id}/template: v1.0 /teams/microsoft.graph.getAllMessages(): v1.0 /teamwork: v1.0 @@ -333,6 +341,10 @@ profiles: /users/{user-id}/joinedTeams/{team-id}/schedule/timeOffRequests/{timeOffRequest-id}: v1.0 /users/{user-id}/joinedTeams/{team-id}/schedule/timesOff: v1.0 /users/{user-id}/joinedTeams/{team-id}/schedule/timesOff/{timeOff-id}: v1.0 + /users/{user-id}/joinedTeams/{team-id}/tags: v1.0 + /users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}: v1.0 + /users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members: v1.0 + /users/{user-id}/joinedTeams/{team-id}/tags/{teamworkTag-id}/members/{teamworkTagMember-id}: v1.0 /users/{user-id}/joinedTeams/{team-id}/template: v1.0 /users/{user-id}/teamwork: v1.0 /users/{user-id}/teamwork/associatedTeams: v1.0 From cd41f0712419ff8c8e6b5c38d5874cb1ea125cfe Mon Sep 17 00:00:00 2001 From: Peter Ombwa Date: Tue, 27 Sep 2022 10:36:05 -0700 Subject: [PATCH 2/2] Bump module version. --- config/ModuleMetadata.json | 2 +- src/Applications/Applications/readme.md | 2 +- .../Authentication/Microsoft.Graph.Authentication.psd1 | 4 ++-- src/Bookings/Bookings/readme.md | 2 +- src/Calendar/Calendar/readme.md | 2 +- src/ChangeNotifications/ChangeNotifications/readme.md | 2 +- src/CloudCommunications/CloudCommunications/readme.md | 2 +- src/Compliance/Compliance/readme.md | 2 +- src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md | 2 +- .../DeviceManagement.Actions/readme.md | 2 +- .../DeviceManagement.Administration/readme.md | 2 +- .../DeviceManagement.Enrolment/readme.md | 2 +- .../DeviceManagement.Functions/readme.md | 2 +- src/DeviceManagement/DeviceManagement/readme.md | 2 +- src/Devices.CloudPrint/Devices.CloudPrint/readme.md | 2 +- .../Devices.CorporateManagement/readme.md | 2 +- .../Devices.ServiceAnnouncement/readme.md | 2 +- src/DirectoryObjects/DirectoryObjects/readme.md | 2 +- src/Education/Education/readme.md | 2 +- src/Files/Files/readme.md | 2 +- src/Financials/Financials/readme.md | 2 +- src/Groups/Groups/readme.md | 2 +- .../Identity.DirectoryManagement/readme.md | 2 +- src/Identity.Governance/Identity.Governance/readme.md | 2 +- src/Identity.SignIns/Identity.SignIns/readme.md | 2 +- src/Mail/Mail/readme.md | 2 +- src/ManagedTenants/ManagedTenants/readme.md | 2 +- src/Notes/Notes/readme.md | 2 +- src/People/People/readme.md | 2 +- src/PersonalContacts/PersonalContacts/readme.md | 2 +- src/Planner/Planner/readme.md | 2 +- src/Reports/Reports/readme.md | 2 +- src/SchemaExtensions/SchemaExtensions/readme.md | 2 +- src/Search/Search/readme.md | 2 +- src/Security/Security/readme.md | 2 +- src/Sites/Sites/readme.md | 2 +- src/Teams/Teams/readme.md | 2 +- src/Users.Actions/Users.Actions/readme.md | 2 +- src/Users.Functions/Users.Functions/readme.md | 2 +- src/Users/Users/readme.md | 2 +- src/WindowsUpdates/WindowsUpdates/readme.md | 2 +- 41 files changed, 42 insertions(+), 42 deletions(-) diff --git a/config/ModuleMetadata.json b/config/ModuleMetadata.json index 94207bc21ca..d9116606f76 100644 --- a/config/ModuleMetadata.json +++ b/config/ModuleMetadata.json @@ -25,5 +25,5 @@ ], "releaseNotes": "See https://aka.ms/GraphPowerShell-Release.", "assemblyOriginatorKeyFile": "35MSSharedLib1024.snk", - "version": "1.12.1" + "version": "1.12.2" } diff --git a/src/Applications/Applications/readme.md b/src/Applications/Applications/readme.md index 1a4479e8607..d0c7b7f8642 100644 --- a/src/Applications/Applications/readme.md +++ b/src/Applications/Applications/readme.md @@ -78,6 +78,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 index 2a929c62fd3..c6d10ee2163 100644 --- a/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 +++ b/src/Authentication/Authentication/Microsoft.Graph.Authentication.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft # -# Generated on: 9/22/2022 +# Generated on: 9/27/2022 # @{ @@ -12,7 +12,7 @@ RootModule = './Microsoft.Graph.Authentication.psm1' # Version number of this module. -ModuleVersion = '1.12.1' +ModuleVersion = '1.12.2' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' diff --git a/src/Bookings/Bookings/readme.md b/src/Bookings/Bookings/readme.md index becea482962..d15af38612e 100644 --- a/src/Bookings/Bookings/readme.md +++ b/src/Bookings/Bookings/readme.md @@ -50,6 +50,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Calendar/Calendar/readme.md b/src/Calendar/Calendar/readme.md index 96c8eaa93a5..560406fdd5c 100644 --- a/src/Calendar/Calendar/readme.md +++ b/src/Calendar/Calendar/readme.md @@ -52,6 +52,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/ChangeNotifications/ChangeNotifications/readme.md b/src/ChangeNotifications/ChangeNotifications/readme.md index 9753edf4662..5ad30974717 100644 --- a/src/ChangeNotifications/ChangeNotifications/readme.md +++ b/src/ChangeNotifications/ChangeNotifications/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CloudCommunications/CloudCommunications/readme.md b/src/CloudCommunications/CloudCommunications/readme.md index 4da95da44f3..169756eb538 100644 --- a/src/CloudCommunications/CloudCommunications/readme.md +++ b/src/CloudCommunications/CloudCommunications/readme.md @@ -59,6 +59,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Compliance/Compliance/readme.md b/src/Compliance/Compliance/readme.md index 12c2e291bed..f6dcce9fc92 100644 --- a/src/Compliance/Compliance/readme.md +++ b/src/Compliance/Compliance/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md index 62b52a9a43f..ec7944ebd77 100644 --- a/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md +++ b/src/CrossDeviceExperiences/CrossDeviceExperiences/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md index a1c27133e7a..472e33fbaca 100644 --- a/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/readme.md @@ -166,6 +166,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md index 39ad612a03f..47e2f9ca5e8 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/readme.md @@ -64,6 +64,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md index a1a4d0991d2..261ca79db38 100644 --- a/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md +++ b/src/DeviceManagement.Enrolment/DeviceManagement.Enrolment/readme.md @@ -49,6 +49,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md index e5c45042d4e..427616d9fe4 100644 --- a/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md +++ b/src/DeviceManagement.Functions/DeviceManagement.Functions/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DeviceManagement/DeviceManagement/readme.md b/src/DeviceManagement/DeviceManagement/readme.md index b4acf78ea62..bd733dcd552 100644 --- a/src/DeviceManagement/DeviceManagement/readme.md +++ b/src/DeviceManagement/DeviceManagement/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md index ecb2625ee44..15b82b89766 100644 --- a/src/Devices.CloudPrint/Devices.CloudPrint/readme.md +++ b/src/Devices.CloudPrint/Devices.CloudPrint/readme.md @@ -50,6 +50,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md index 54635d142b8..0f851237242 100644 --- a/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md +++ b/src/Devices.CorporateManagement/Devices.CorporateManagement/readme.md @@ -99,6 +99,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md index 4628fb72746..3c263da2e1d 100644 --- a/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md +++ b/src/Devices.ServiceAnnouncement/Devices.ServiceAnnouncement/readme.md @@ -49,6 +49,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/DirectoryObjects/DirectoryObjects/readme.md b/src/DirectoryObjects/DirectoryObjects/readme.md index 956cb250a13..8a6b2338126 100644 --- a/src/DirectoryObjects/DirectoryObjects/readme.md +++ b/src/DirectoryObjects/DirectoryObjects/readme.md @@ -47,6 +47,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Education/Education/readme.md b/src/Education/Education/readme.md index da759be6787..f7860e995b7 100644 --- a/src/Education/Education/readme.md +++ b/src/Education/Education/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Files/Files/readme.md b/src/Files/Files/readme.md index c41e2ddd86e..749ca275cb2 100644 --- a/src/Files/Files/readme.md +++ b/src/Files/Files/readme.md @@ -50,6 +50,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Financials/Financials/readme.md b/src/Financials/Financials/readme.md index d39104fd6a6..918073dc86b 100644 --- a/src/Financials/Financials/readme.md +++ b/src/Financials/Financials/readme.md @@ -42,6 +42,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Groups/Groups/readme.md b/src/Groups/Groups/readme.md index 753c3acf0c0..53a11a17ec2 100644 --- a/src/Groups/Groups/readme.md +++ b/src/Groups/Groups/readme.md @@ -120,6 +120,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md index 73b07d06bce..aa205f5889e 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/readme.md @@ -70,6 +70,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: 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 d2f498d3f73..c7ec6b1d62c 100644 --- a/src/Identity.Governance/Identity.Governance/readme.md +++ b/src/Identity.Governance/Identity.Governance/readme.md @@ -320,6 +320,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: 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 b94d5551df5..e31d746263f 100644 --- a/src/Identity.SignIns/Identity.SignIns/readme.md +++ b/src/Identity.SignIns/Identity.SignIns/readme.md @@ -72,6 +72,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Mail/Mail/readme.md b/src/Mail/Mail/readme.md index 5e1e71781fd..8cf757a5d45 100644 --- a/src/Mail/Mail/readme.md +++ b/src/Mail/Mail/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/ManagedTenants/ManagedTenants/readme.md b/src/ManagedTenants/ManagedTenants/readme.md index 798d1241ed3..ad2a6e09079 100644 --- a/src/ManagedTenants/ManagedTenants/readme.md +++ b/src/ManagedTenants/ManagedTenants/readme.md @@ -43,6 +43,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Notes/Notes/readme.md b/src/Notes/Notes/readme.md index 4be6a21fb83..1268c0e40bf 100644 --- a/src/Notes/Notes/readme.md +++ b/src/Notes/Notes/readme.md @@ -44,6 +44,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/People/People/readme.md b/src/People/People/readme.md index 2d1b1ae92ed..985d66eed8f 100644 --- a/src/People/People/readme.md +++ b/src/People/People/readme.md @@ -74,6 +74,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/PersonalContacts/PersonalContacts/readme.md b/src/PersonalContacts/PersonalContacts/readme.md index 5791858e279..badf2855b3f 100644 --- a/src/PersonalContacts/PersonalContacts/readme.md +++ b/src/PersonalContacts/PersonalContacts/readme.md @@ -34,6 +34,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Planner/Planner/readme.md b/src/Planner/Planner/readme.md index 128cd93fb88..f215bef91d7 100644 --- a/src/Planner/Planner/readme.md +++ b/src/Planner/Planner/readme.md @@ -75,6 +75,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Reports/Reports/readme.md b/src/Reports/Reports/readme.md index 8d62a3bec02..00b06ec21e2 100644 --- a/src/Reports/Reports/readme.md +++ b/src/Reports/Reports/readme.md @@ -79,6 +79,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/SchemaExtensions/SchemaExtensions/readme.md b/src/SchemaExtensions/SchemaExtensions/readme.md index 67011e06b05..7b0b3eadcf3 100644 --- a/src/SchemaExtensions/SchemaExtensions/readme.md +++ b/src/SchemaExtensions/SchemaExtensions/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Search/Search/readme.md b/src/Search/Search/readme.md index 6ec7e52e3f4..77eac9281e1 100644 --- a/src/Search/Search/readme.md +++ b/src/Search/Search/readme.md @@ -35,6 +35,6 @@ subject-prefix: '' ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Security/Security/readme.md b/src/Security/Security/readme.md index 74e5bbfaa0b..f6346a46a24 100644 --- a/src/Security/Security/readme.md +++ b/src/Security/Security/readme.md @@ -73,6 +73,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Sites/Sites/readme.md b/src/Sites/Sites/readme.md index c108a4c6e9f..701e11ba50d 100644 --- a/src/Sites/Sites/readme.md +++ b/src/Sites/Sites/readme.md @@ -88,6 +88,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Teams/Teams/readme.md b/src/Teams/Teams/readme.md index 74e8a08dd60..3d3cb7cbcac 100644 --- a/src/Teams/Teams/readme.md +++ b/src/Teams/Teams/readme.md @@ -57,6 +57,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Actions/Users.Actions/readme.md b/src/Users.Actions/Users.Actions/readme.md index 1e3242437ce..66efa15df72 100644 --- a/src/Users.Actions/Users.Actions/readme.md +++ b/src/Users.Actions/Users.Actions/readme.md @@ -146,6 +146,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users.Functions/Users.Functions/readme.md b/src/Users.Functions/Users.Functions/readme.md index bee2c114810..727ba896b57 100644 --- a/src/Users.Functions/Users.Functions/readme.md +++ b/src/Users.Functions/Users.Functions/readme.md @@ -61,6 +61,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/Users/Users/readme.md b/src/Users/Users/readme.md index f2867a3b3f7..8054d6ea0c2 100644 --- a/src/Users/Users/readme.md +++ b/src/Users/Users/readme.md @@ -54,6 +54,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ``` diff --git a/src/WindowsUpdates/WindowsUpdates/readme.md b/src/WindowsUpdates/WindowsUpdates/readme.md index ba28b936666..df9dc168fee 100644 --- a/src/WindowsUpdates/WindowsUpdates/readme.md +++ b/src/WindowsUpdates/WindowsUpdates/readme.md @@ -77,6 +77,6 @@ directive: ### Versioning ``` yaml -module-version: 1.12.1 +module-version: 1.12.2 release-notes: See https://aka.ms/GraphPowerShell-Release. ```