diff --git a/openApiDocs/beta/Applications.yml b/openApiDocs/beta/Applications.yml index b8bee954d0e..0315d11a07a 100644 --- a/openApiDocs/beta/Applications.yml +++ b/openApiDocs/beta/Applications.yml @@ -19883,7 +19883,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object @@ -20574,7 +20574,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object diff --git a/openApiDocs/beta/Compliance.yml b/openApiDocs/beta/Compliance.yml index 0b02e599819..7779d99041b 100644 --- a/openApiDocs/beta/Compliance.yml +++ b/openApiDocs/beta/Compliance.yml @@ -15595,7 +15595,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -17318,7 +17318,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -17421,6 +17421,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -21838,6 +21842,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' diff --git a/openApiDocs/beta/CrossDeviceExperiences.yml b/openApiDocs/beta/CrossDeviceExperiences.yml index 6ea8999404f..79ca08fa5ca 100644 --- a/openApiDocs/beta/CrossDeviceExperiences.yml +++ b/openApiDocs/beta/CrossDeviceExperiences.yml @@ -1523,7 +1523,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/beta/DeviceManagement.yml b/openApiDocs/beta/DeviceManagement.yml index 0fe1c613619..6d070d0377a 100644 --- a/openApiDocs/beta/DeviceManagement.yml +++ b/openApiDocs/beta/DeviceManagement.yml @@ -55174,7 +55174,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -62210,7 +62210,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -66169,6 +66169,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -67891,6 +67895,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Devices.CloudPrint.yml b/openApiDocs/beta/Devices.CloudPrint.yml index 762eb5a04e4..25894263ef7 100644 --- a/openApiDocs/beta/Devices.CloudPrint.yml +++ b/openApiDocs/beta/Devices.CloudPrint.yml @@ -11414,7 +11414,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -17058,7 +17058,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -19202,6 +19202,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -22343,6 +22347,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' diff --git a/openApiDocs/beta/Devices.CorporateManagement.yml b/openApiDocs/beta/Devices.CorporateManagement.yml index 184f6d0e925..9bd9b47b8f4 100644 --- a/openApiDocs/beta/Devices.CorporateManagement.yml +++ b/openApiDocs/beta/Devices.CorporateManagement.yml @@ -34042,7 +34042,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -38648,7 +38648,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -42144,6 +42144,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -43829,6 +43833,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Education.yml b/openApiDocs/beta/Education.yml index d32d78dd1e4..4c2341f3051 100644 --- a/openApiDocs/beta/Education.yml +++ b/openApiDocs/beta/Education.yml @@ -19987,7 +19987,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -25384,7 +25384,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -27207,6 +27207,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -30230,6 +30234,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.scheduleChangeRequest: allOf: - $ref: '#/components/schemas/microsoft.graph.changeTrackedEntity' diff --git a/openApiDocs/beta/Files.yml b/openApiDocs/beta/Files.yml index 4318ddbb374..05bcb7b528e 100644 --- a/openApiDocs/beta/Files.yml +++ b/openApiDocs/beta/Files.yml @@ -32751,7 +32751,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -37609,7 +37609,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -40378,6 +40378,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -41728,6 +41732,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Groups.yml b/openApiDocs/beta/Groups.yml index 92faf4e9d7a..64776248bf1 100644 --- a/openApiDocs/beta/Groups.yml +++ b/openApiDocs/beta/Groups.yml @@ -29859,7 +29859,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -29962,6 +29962,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.operationError: @@ -32126,7 +32130,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -33703,6 +33707,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.automaticRepliesSetting: title: automaticRepliesSetting type: object diff --git a/openApiDocs/beta/Identity.DirectoryManagement.yml b/openApiDocs/beta/Identity.DirectoryManagement.yml index 89020a61bda..7684ed07ef0 100644 --- a/openApiDocs/beta/Identity.DirectoryManagement.yml +++ b/openApiDocs/beta/Identity.DirectoryManagement.yml @@ -11861,7 +11861,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/beta/Identity.Governance.yml b/openApiDocs/beta/Identity.Governance.yml index 6b58f1cf35e..4d491e7389c 100644 --- a/openApiDocs/beta/Identity.Governance.yml +++ b/openApiDocs/beta/Identity.Governance.yml @@ -3590,6 +3590,30 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: action + '/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/microsoft.graph.generateDownloadUri': + post: + tags: + - identityGovernance.Actions + summary: Invoke action generateDownloadUri + operationId: identityGovernance.accessReviews.historyDefinitions_generateDownloadUri + parameters: + - name: accessReviewHistoryDefinition-id + in: path + description: 'key: id of accessReviewHistoryDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: accessReviewHistoryDefinition + responses: + '200': + description: Success + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDefinition' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: action '/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on})': get: tags: @@ -110744,6 +110768,48 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewHistoryDefinition: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: accessReviewHistoryDefinition + type: object + properties: + createdBy: + $ref: '#/components/schemas/microsoft.graph.userIdentity' + createdDateTime: + pattern: '^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$' + type: string + format: date-time + decisions: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryDecisionFilter' + displayName: + type: string + downloadUri: + type: string + nullable: true + fulfilledDateTime: + 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 + reviewHistoryPeriodEndDateTime: + 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 + reviewHistoryPeriodStartDateTime: + 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 + scopes: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.accessReviewScope' + status: + $ref: '#/components/schemas/microsoft.graph.accessReviewHistoryStatus' + additionalProperties: + type: object microsoft.graph.consentRequestFilterByCurrentUserOptions: title: consentRequestFilterByCurrentUserOptions enum: @@ -112442,6 +112508,30 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.accessReviewHistoryDecisionFilter: + title: accessReviewHistoryDecisionFilter + enum: + - approve + - deny + - notReviewed + - dontKnow + - notNotified + - unknownFutureValue + type: string + microsoft.graph.accessReviewScope: + title: accessReviewScope + type: object + additionalProperties: + type: object + microsoft.graph.accessReviewHistoryStatus: + title: accessReviewHistoryStatus + enum: + - done + - inprogress + - error + - requested + - unknownFutureValue + type: string microsoft.graph.request: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' diff --git a/openApiDocs/beta/Identity.SignIns.yml b/openApiDocs/beta/Identity.SignIns.yml index 859a39b4d1d..3d76939bd99 100644 --- a/openApiDocs/beta/Identity.SignIns.yml +++ b/openApiDocs/beta/Identity.SignIns.yml @@ -4886,7 +4886,6 @@ paths: - claimsMappingPolicies - homeRealmDiscoveryPolicies - permissionGrantPolicies - - privateLinkResourcePolicies - tokenIssuancePolicies - tokenLifetimePolicies - featureRolloutPolicies @@ -4916,7 +4915,6 @@ paths: - claimsMappingPolicies - homeRealmDiscoveryPolicies - permissionGrantPolicies - - privateLinkResourcePolicies - tokenIssuancePolicies - tokenLifetimePolicies - featureRolloutPolicies @@ -4951,8 +4949,6 @@ paths: operationId: policies.ListHomeRealmDiscoveryPolicies permissionGrantPolicies: operationId: policies.ListPermissionGrantPolicies - privateLinkResourcePolicies: - operationId: policies.ListPrivateLinkResourcePolicies tokenIssuancePolicies: operationId: policies.ListTokenIssuancePolicies tokenLifetimePolicies: @@ -5397,6 +5393,7 @@ paths: - lastModifiedDateTime - policyVersion - reconfirmationInDays + - registrationEnforcement - authenticationMethodConfigurations type: string - name: $expand @@ -7796,455 +7793,6 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - /policies/privateLinkResourcePolicies: - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateLinkResourcePolicies from policies - operationId: policies_ListPrivateLinkResourcePolicies - 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 - - allowedTenantIds - - allowedTenantIds desc - - displayName - - displayName desc - - externalPrivateLinkId - - externalPrivateLinkId 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 - - allowedTenantIds - - displayName - - externalPrivateLinkId - - privateEndpointConnections - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - privateEndpointConnections - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of privateLinkResourcePolicy - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - policies.privateLinkResourcePolicy - summary: Create new navigation property to privateLinkResourcePolicies for policies - operationId: policies_CreatePrivateLinkResourcePolicies - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}': - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateLinkResourcePolicies from policies - operationId: policies_GetPrivateLinkResourcePolicies - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - allowedTenantIds - - displayName - - externalPrivateLinkId - - privateEndpointConnections - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - - privateEndpointConnections - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - links: - privateEndpointConnections: - operationId: policies.PrivateLinkResourcePolicies.ListPrivateEndpointConnections - parameters: - privateLinkResourcePolicy-id: $request.path.privateLinkResourcePolicy-id - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.privateLinkResourcePolicy - summary: Update the navigation property privateLinkResourcePolicies in policies - operationId: policies_UpdatePrivateLinkResourcePolicies - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.privateLinkResourcePolicy - summary: Delete navigation property privateLinkResourcePolicies for policies - operationId: policies_DeletePrivateLinkResourcePolicies - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections': - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateEndpointConnections from policies - operationId: policies.privateLinkResourcePolicies_ListPrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - $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 - - externalPrivateEndpointId - - externalPrivateEndpointId desc - - privateLinkIds - - privateLinkIds 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 - - externalPrivateEndpointId - - privateLinkIds - type: string - - name: $expand - in: query - description: Expand related entities - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - '*' - type: string - responses: - '200': - description: Retrieved navigation property - content: - application/json: - schema: - title: Collection of privateEndpointConnection - type: object - properties: - value: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - '@odata.nextLink': - type: string - additionalProperties: - type: object - default: - $ref: '#/components/responses/error' - x-ms-pageable: - nextLinkName: '@odata.nextLink' - operationName: listMore - x-ms-docs-operation-type: operation - post: - tags: - - policies.privateLinkResourcePolicy - summary: Create new navigation property to privateEndpointConnections for policies - operationId: policies.privateLinkResourcePolicies_CreatePrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - requestBody: - description: New navigation property - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - required: true - responses: - '201': - description: Created navigation property. - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - '/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}': - get: - tags: - - policies.privateLinkResourcePolicy - summary: Get privateEndpointConnections from policies - operationId: policies.privateLinkResourcePolicies_GetPrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: privateEndpointConnection-id - in: path - description: 'key: id of privateEndpointConnection' - required: true - schema: - type: string - x-ms-docs-key-type: privateEndpointConnection - - name: $select - in: query - description: Select properties to be returned - style: form - explode: false - schema: - uniqueItems: true - type: array - items: - enum: - - id - - externalPrivateEndpointId - - privateLinkIds - 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.privateEndpointConnection' - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - patch: - tags: - - policies.privateLinkResourcePolicy - summary: Update the navigation property privateEndpointConnections in policies - operationId: policies.privateLinkResourcePolicies_UpdatePrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: privateEndpointConnection-id - in: path - description: 'key: id of privateEndpointConnection' - required: true - schema: - type: string - x-ms-docs-key-type: privateEndpointConnection - requestBody: - description: New navigation property values - content: - application/json: - schema: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - required: true - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation - delete: - tags: - - policies.privateLinkResourcePolicy - summary: Delete navigation property privateEndpointConnections for policies - operationId: policies.privateLinkResourcePolicies_DeletePrivateEndpointConnections - parameters: - - name: privateLinkResourcePolicy-id - in: path - description: 'key: id of privateLinkResourcePolicy' - required: true - schema: - type: string - x-ms-docs-key-type: privateLinkResourcePolicy - - name: privateEndpointConnection-id - in: path - description: 'key: id of privateEndpointConnection' - required: true - schema: - type: string - x-ms-docs-key-type: privateEndpointConnection - - name: If-Match - in: header - description: ETag - schema: - type: string - responses: - '204': - description: Success - default: - $ref: '#/components/responses/error' - x-ms-docs-operation-type: operation /policies/roleManagementPolicies: get: tags: @@ -15940,10 +15488,6 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.permissionGrantPolicy' - privateLinkResourcePolicies: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateLinkResourcePolicy' tokenIssuancePolicies: type: array items: @@ -16062,6 +15606,8 @@ components: type: integer format: int32 nullable: true + registrationEnforcement: + $ref: '#/components/schemas/microsoft.graph.registrationEnforcement' authenticationMethodConfigurations: type: array items: @@ -16273,41 +15819,6 @@ components: nullable: true additionalProperties: type: object - microsoft.graph.privateLinkResourcePolicy: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: privateLinkResourcePolicy - type: object - properties: - allowedTenantIds: - type: array - items: - type: string - displayName: - type: string - externalPrivateLinkId: - type: string - privateEndpointConnections: - type: array - items: - $ref: '#/components/schemas/microsoft.graph.privateEndpointConnection' - additionalProperties: - type: object - microsoft.graph.privateEndpointConnection: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: privateEndpointConnection - type: object - properties: - externalPrivateEndpointId: - type: string - privateLinkIds: - type: array - items: - type: integer - format: int64 - additionalProperties: - type: object microsoft.graph.unifiedRoleManagementPolicy: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16931,7 +16442,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -20656,6 +20167,14 @@ components: description: Indicates whether self-service sign-up flow is enabled or disabled. The default value is false. This property is not a key. Required. additionalProperties: type: object + microsoft.graph.registrationEnforcement: + title: registrationEnforcement + type: object + properties: + authenticationMethodsRegistrationCampaign: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaign' + additionalProperties: + type: object microsoft.graph.authenticationMethodConfiguration: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -25719,7 +25238,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -26138,6 +25657,27 @@ components: description: The tasks in this task list. Read-only. Nullable. additionalProperties: type: object + microsoft.graph.authenticationMethodsRegistrationCampaign: + title: authenticationMethodsRegistrationCampaign + type: object + properties: + excludeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.excludeTarget' + includeTargets: + type: array + items: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget' + snoozeDurationInDays: + maximum: 2147483647 + minimum: -2147483648 + type: integer + format: int32 + state: + $ref: '#/components/schemas/microsoft.graph.advancedConfigState' + additionalProperties: + type: object microsoft.graph.authenticationMethodState: title: authenticationMethodState enum: @@ -29554,6 +29094,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -30067,6 +29611,37 @@ components: description: A collection of resources linked to the task. additionalProperties: type: object + microsoft.graph.excludeTarget: + title: excludeTarget + type: object + properties: + id: + type: string + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' + additionalProperties: + type: object + microsoft.graph.authenticationMethodsRegistrationCampaignIncludeTarget: + title: authenticationMethodsRegistrationCampaignIncludeTarget + type: object + properties: + id: + type: string + targetedAuthenticationMethod: + type: string + nullable: true + targetType: + $ref: '#/components/schemas/microsoft.graph.authenticationMethodTargetType' + additionalProperties: + type: object + microsoft.graph.advancedConfigState: + title: advancedConfigState + enum: + - default + - enabled + - disabled + - unknownFutureValue + type: string odata.error.detail: required: - code @@ -31360,6 +30935,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: @@ -31626,6 +31214,13 @@ components: nullable: true additionalProperties: type: object + microsoft.graph.authenticationMethodTargetType: + title: authenticationMethodTargetType + enum: + - user + - group + - unknownFutureValue + type: string microsoft.graph.mediaSourceContentCategory: title: mediaSourceContentCategory enum: diff --git a/openApiDocs/beta/Sites.yml b/openApiDocs/beta/Sites.yml index b04ef251267..d391274c9bb 100644 --- a/openApiDocs/beta/Sites.yml +++ b/openApiDocs/beta/Sites.yml @@ -29247,7 +29247,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -34046,7 +34046,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -36797,6 +36797,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -38147,6 +38151,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Teams.yml b/openApiDocs/beta/Teams.yml index e9adaa01c80..b8661e39d31 100644 --- a/openApiDocs/beta/Teams.yml +++ b/openApiDocs/beta/Teams.yml @@ -293,6 +293,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -306,6 +308,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -403,6 +407,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -416,6 +422,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -430,14 +438,586 @@ paths: parameters: teamsApp-id: $request.path.teamsApp-id teamsAppDefinition-id: $request.path.teamsAppDefinition-id + colorIcon: + operationId: appCatalogs.teamsApps.AppDefinitions.GetColorIcon + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id + outlineIcon: + operationId: appCatalogs.teamsApps.AppDefinitions.GetOutlineIcon + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property appDefinitions in appCatalogs + operationId: appCatalogs.teamsApps_UpdateAppDefinitions + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property appDefinitions for appCatalogs + operationId: appCatalogs.teamsApps_DeleteAppDefinitions + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot': + get: + tags: + - appCatalogs.teamsApp + summary: Get bot from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_GetBot + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property bot in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_UpdateBot + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkBot' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property bot for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_DeleteBot + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon': + get: + tags: + - appCatalogs.teamsApp + summary: Get colorIcon from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_GetColorIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - webUrl + - hostedContent + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContent + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + links: + hostedContent: + operationId: appCatalogs.teamsApps.appDefinitions.ColorIcon.GetHostedContent + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property colorIcon in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_UpdateColorIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property colorIcon for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_DeleteColorIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent': + get: + tags: + - appCatalogs.teamsApp + summary: Get hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_GetHostedContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - contentBytes + - contentType + 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.teamworkHostedContent' + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + patch: + tags: + - appCatalogs.teamsApp + summary: Update the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_UpdateHostedContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New navigation property values + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + delete: + tags: + - appCatalogs.teamsApp + summary: Delete navigation property hostedContent for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_DeleteHostedContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: If-Match + in: header + description: ETag + schema: + type: string + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value': + get: + tags: + - appCatalogs.teamsApp + summary: Get media content for the navigation property hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_GetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - appCatalogs.teamsApp + summary: Update media content for the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.colorIcon_SetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon': + get: + tags: + - appCatalogs.teamsApp + summary: Get outlineIcon from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_GetOutlineIcon + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + - name: $select + in: query + description: Select properties to be returned + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - id + - webUrl + - hostedContent + type: string + - name: $expand + in: query + description: Expand related entities + style: form + explode: false + schema: + uniqueItems: true + type: array + items: + enum: + - '*' + - hostedContent + type: string + responses: + '200': + description: Retrieved navigation property + content: + application/json: + schema: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + links: + hostedContent: + operationId: appCatalogs.teamsApps.appDefinitions.OutlineIcon.GetHostedContent + parameters: + teamsApp-id: $request.path.teamsApp-id + teamsAppDefinition-id: $request.path.teamsAppDefinition-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp - summary: Update the navigation property appDefinitions in appCatalogs - operationId: appCatalogs.teamsApps_UpdateAppDefinitions + summary: Update the navigation property outlineIcon in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_UpdateOutlineIcon parameters: - name: teamsApp-id in: path @@ -458,7 +1038,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamsAppDefinition' + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' required: true responses: '204': @@ -469,8 +1049,8 @@ paths: delete: tags: - appCatalogs.teamsApp - summary: Delete navigation property appDefinitions for appCatalogs - operationId: appCatalogs.teamsApps_DeleteAppDefinitions + summary: Delete navigation property outlineIcon for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions_DeleteOutlineIcon parameters: - name: teamsApp-id in: path @@ -497,12 +1077,12 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation - '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot': + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent': get: tags: - appCatalogs.teamsApp - summary: Get bot from appCatalogs - operationId: appCatalogs.teamsApps.appDefinitions_GetBot + summary: Get hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_GetHostedContent parameters: - name: teamsApp-id in: path @@ -529,6 +1109,8 @@ paths: items: enum: - id + - contentBytes + - contentType type: string - name: $expand in: query @@ -548,15 +1130,15 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation patch: tags: - appCatalogs.teamsApp - summary: Update the navigation property bot in appCatalogs - operationId: appCatalogs.teamsApps.appDefinitions_UpdateBot + summary: Update the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_UpdateHostedContent parameters: - name: teamsApp-id in: path @@ -577,7 +1159,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/microsoft.graph.teamworkBot' + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' required: true responses: '204': @@ -588,8 +1170,8 @@ paths: delete: tags: - appCatalogs.teamsApp - summary: Delete navigation property bot for appCatalogs - operationId: appCatalogs.teamsApps.appDefinitions_DeleteBot + summary: Delete navigation property hostedContent for appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_DeleteHostedContent parameters: - name: teamsApp-id in: path @@ -616,6 +1198,72 @@ paths: default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation + '/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value': + get: + tags: + - appCatalogs.teamsApp + summary: Get media content for the navigation property hostedContent from appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_GetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + responses: + '200': + description: Retrieved media content + content: + application/octet-stream: + schema: + type: string + format: binary + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation + put: + tags: + - appCatalogs.teamsApp + summary: Update media content for the navigation property hostedContent in appCatalogs + operationId: appCatalogs.teamsApps.appDefinitions.outlineIcon_SetHostedContentContent + parameters: + - name: teamsApp-id + in: path + description: 'key: id of teamsApp' + required: true + schema: + type: string + x-ms-docs-key-type: teamsApp + - name: teamsAppDefinition-id + in: path + description: 'key: id of teamsAppDefinition' + required: true + schema: + type: string + x-ms-docs-key-type: teamsAppDefinition + requestBody: + description: New media content. + content: + application/octet-stream: + schema: + type: string + format: binary + required: true + responses: + '204': + description: Success + default: + $ref: '#/components/responses/error' + x-ms-docs-operation-type: operation /chats: get: tags: @@ -1351,6 +1999,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -1364,6 +2014,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -1378,6 +2030,16 @@ paths: parameters: chat-id: $request.path.chat-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -1415,6 +2077,16 @@ paths: parameters: chat-id: $request.path.chat-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: chats.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + chat-id: $request.path.chat-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7649,6 +8321,8 @@ paths: - teamsAppId - version - bot + - colorIcon + - outlineIcon type: string - name: $expand in: query @@ -7662,6 +8336,8 @@ paths: enum: - '*' - bot + - colorIcon + - outlineIcon type: string responses: '200': @@ -7676,6 +8352,16 @@ paths: parameters: team-id: $request.path.team-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -7713,6 +8399,16 @@ paths: parameters: team-id: $request.path.team-id teamsAppInstallation-id: $request.path.teamsAppInstallation-id + colorIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetColorIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id + outlineIcon: + operationId: teams.installedApps.TeamsAppDefinition.GetOutlineIcon + parameters: + team-id: $request.path.team-id + teamsAppInstallation-id: $request.path.teamsAppInstallation-id default: $ref: '#/components/responses/error' x-ms-docs-operation-type: operation @@ -16793,6 +17489,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.teamworkBot: @@ -16802,6 +17502,36 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object + microsoft.graph.teamworkHostedContent: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamworkHostedContent + type: object + properties: + contentBytes: + type: string + description: Write only. Bytes for the hosted content (such as images). + format: base64url + nullable: true + contentType: + type: string + description: 'Write only. Content type, such as image/png, image/jpg.' + nullable: true + additionalProperties: + type: object microsoft.graph.chat: allOf: - $ref: '#/components/schemas/microsoft.graph.entity' @@ -16984,7 +17714,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -18945,23 +19675,6 @@ components: $ref: '#/components/schemas/microsoft.graph.identitySet' additionalProperties: type: object - microsoft.graph.teamworkHostedContent: - allOf: - - $ref: '#/components/schemas/microsoft.graph.entity' - - title: teamworkHostedContent - type: object - properties: - contentBytes: - type: string - description: Write only. Bytes for the hosted content (such as images). - format: base64url - nullable: true - contentType: - type: string - description: 'Write only. Content type, such as image/png, image/jpg.' - nullable: true - additionalProperties: - type: object microsoft.graph.teamworkActivityTopicSource: title: teamworkActivityTopicSource enum: @@ -22838,7 +23551,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -23291,6 +24004,10 @@ components: - openShiftRequest - offerShiftRequest - unknownFutureValue + - timeCard + - timeOffReason + - timeOff + - timeOffRequest type: string odata.error: required: diff --git a/openApiDocs/beta/Users.Actions.yml b/openApiDocs/beta/Users.Actions.yml index b5895b85419..8edb0d4b97d 100644 --- a/openApiDocs/beta/Users.Actions.yml +++ b/openApiDocs/beta/Users.Actions.yml @@ -26220,7 +26220,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -31289,7 +31289,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -34948,6 +34948,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -36702,6 +36706,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Users.Functions.yml b/openApiDocs/beta/Users.Functions.yml index 8e36a288434..9170853e616 100644 --- a/openApiDocs/beta/Users.Functions.yml +++ b/openApiDocs/beta/Users.Functions.yml @@ -8603,7 +8603,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -12994,7 +12994,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -16211,6 +16211,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -17762,6 +17766,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/beta/Users.yml b/openApiDocs/beta/Users.yml index 834df3eb64a..db22f44ab70 100644 --- a/openApiDocs/beta/Users.yml +++ b/openApiDocs/beta/Users.yml @@ -15885,7 +15885,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -21031,7 +21031,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -24841,6 +24841,10 @@ components: nullable: true bot: $ref: '#/components/schemas/microsoft.graph.teamworkBot' + colorIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' + outlineIcon: + $ref: '#/components/schemas/microsoft.graph.teamsAppIcon' additionalProperties: type: object microsoft.graph.chatMessageAttachment: @@ -26572,6 +26576,19 @@ components: type: object additionalProperties: type: object + microsoft.graph.teamsAppIcon: + allOf: + - $ref: '#/components/schemas/microsoft.graph.entity' + - title: teamsAppIcon + type: object + properties: + webUrl: + type: string + nullable: true + hostedContent: + $ref: '#/components/schemas/microsoft.graph.teamworkHostedContent' + additionalProperties: + type: object microsoft.graph.chatMessagePolicyViolationDlpActionTypes: title: chatMessagePolicyViolationDlpActionTypes enum: diff --git a/openApiDocs/v1.0/Applications.yml b/openApiDocs/v1.0/Applications.yml index 142f4c6315f..8879b926a4f 100644 --- a/openApiDocs/v1.0/Applications.yml +++ b/openApiDocs/v1.0/Applications.yml @@ -7318,7 +7318,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the roles claim in ID tokens and access tokens authenticating an assigned user or service principal. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object @@ -7510,7 +7510,7 @@ components: nullable: true value: type: string - description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed.' + description: 'Specifies the value to include in the scp (scope) claim in access tokens. Must not exceed 120 characters in length. Allowed characters are : ! # $ % & '' ( ) * + , - . / : ; = ? @ [ ] ^ + _ { } ~, as well as characters in the ranges 0-9, A-Z and a-z. Any other character, including the space character, are not allowed. May not begin with ..' nullable: true additionalProperties: type: object diff --git a/openApiDocs/v1.0/Devices.CloudPrint.yml b/openApiDocs/v1.0/Devices.CloudPrint.yml index 6506c9694fe..1fca7f92f55 100644 --- a/openApiDocs/v1.0/Devices.CloudPrint.yml +++ b/openApiDocs/v1.0/Devices.CloudPrint.yml @@ -12612,7 +12612,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -13528,7 +13528,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Education.yml b/openApiDocs/v1.0/Education.yml index 87fffd52f13..d5a80fcf1b0 100644 --- a/openApiDocs/v1.0/Education.yml +++ b/openApiDocs/v1.0/Education.yml @@ -13634,7 +13634,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -14550,7 +14550,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Files.yml b/openApiDocs/v1.0/Files.yml index 0c56134af6d..cbbad502956 100644 --- a/openApiDocs/v1.0/Files.yml +++ b/openApiDocs/v1.0/Files.yml @@ -20036,7 +20036,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -20334,7 +20334,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Groups.yml b/openApiDocs/v1.0/Groups.yml index ec5fee54fa3..b24f5dcf156 100644 --- a/openApiDocs/v1.0/Groups.yml +++ b/openApiDocs/v1.0/Groups.yml @@ -25667,7 +25667,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -30023,7 +30023,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Identity.DirectoryManagement.yml b/openApiDocs/v1.0/Identity.DirectoryManagement.yml index eaad8bbb2bb..a610546ea1e 100644 --- a/openApiDocs/v1.0/Identity.DirectoryManagement.yml +++ b/openApiDocs/v1.0/Identity.DirectoryManagement.yml @@ -8575,7 +8575,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Identity.SignIns.yml b/openApiDocs/v1.0/Identity.SignIns.yml index 1e77a1b0b96..ebf9d8cc4cf 100644 --- a/openApiDocs/v1.0/Identity.SignIns.yml +++ b/openApiDocs/v1.0/Identity.SignIns.yml @@ -8434,7 +8434,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -16010,7 +16010,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Sites.yml b/openApiDocs/v1.0/Sites.yml index 64948074bf4..8373c5be768 100644 --- a/openApiDocs/v1.0/Sites.yml +++ b/openApiDocs/v1.0/Sites.yml @@ -22018,7 +22018,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -22316,7 +22316,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Teams.yml b/openApiDocs/v1.0/Teams.yml index 24d3555fcdb..c78069112a4 100644 --- a/openApiDocs/v1.0/Teams.yml +++ b/openApiDocs/v1.0/Teams.yml @@ -14186,7 +14186,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: @@ -23512,7 +23512,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: diff --git a/openApiDocs/v1.0/Users.Actions.yml b/openApiDocs/v1.0/Users.Actions.yml index 3e0e99ad020..747e0b9fba3 100644 --- a/openApiDocs/v1.0/Users.Actions.yml +++ b/openApiDocs/v1.0/Users.Actions.yml @@ -29245,7 +29245,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -29543,7 +29543,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Users.Functions.yml b/openApiDocs/v1.0/Users.Functions.yml index 7211d401dbf..f67b35d9aca 100644 --- a/openApiDocs/v1.0/Users.Functions.yml +++ b/openApiDocs/v1.0/Users.Functions.yml @@ -14096,7 +14096,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -14402,7 +14402,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/openApiDocs/v1.0/Users.yml b/openApiDocs/v1.0/Users.yml index e2a9a9de5c7..ba6f711b39d 100644 --- a/openApiDocs/v1.0/Users.yml +++ b/openApiDocs/v1.0/Users.yml @@ -13024,7 +13024,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.directoryObject' - description: 'Groups that this group is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' + description: 'Groups that this device is a member of. HTTP Methods: GET (supported for all groups). Read-only. Nullable.' registeredOwners: type: array items: @@ -13330,7 +13330,7 @@ components: type: array items: $ref: '#/components/schemas/microsoft.graph.chatMessageHostedContent' - description: 'Content in a message hosted by Microsoft Teams e.g. images, code snippets etc.' + description: 'Content in a message hosted by Microsoft Teams e.g., images, code snippets etc.' replies: type: array items: diff --git a/profiles/Identity.Governance/crawl-log-v1.0-beta.json b/profiles/Identity.Governance/crawl-log-v1.0-beta.json index 61f0c5622af..5e21248dea1 100644 --- a/profiles/Identity.Governance/crawl-log-v1.0-beta.json +++ b/profiles/Identity.Governance/crawl-log-v1.0-beta.json @@ -149,6 +149,10 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" }, + "/identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/microsoft.graph.generateDownloadUri": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Identity.Governance.yml" + }, "/identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/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 3fafe36fcad..c4cf2e930c6 100644 --- a/profiles/Identity.Governance/definitions/v1.0-beta.md +++ b/profiles/Identity.Governance/definitions/v1.0-beta.md @@ -51,6 +51,7 @@ profiles: ? /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/instances/{accessReviewInstance-id}/microsoft.graph.stop : v1.0-beta /identityGovernance/accessReviews/definitions/{accessReviewScheduleDefinition-id}/microsoft.graph.stop: v1.0-beta + /identityGovernance/accessReviews/historyDefinitions/{accessReviewHistoryDefinition-id}/microsoft.graph.generateDownloadUri: v1.0-beta ? /identityGovernance/appConsent/appConsentRequests/{appConsentRequest-id}/userConsentRequests/microsoft.graph.filterByCurrentUser(on={on}) : v1.0-beta /identityGovernance/appConsent/appConsentRequests/microsoft.graph.filterByCurrentUser(on={on}): 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 1d43cadc00d..94fce2efc76 100644 --- a/profiles/Identity.SignIns/crawl-log-v1.0-beta.json +++ b/profiles/Identity.SignIns/crawl-log-v1.0-beta.json @@ -301,22 +301,6 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" }, - "/policies/privateLinkResourcePolicies": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, - "/policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}": { - "apiVersion": "v1.0-beta", - "originalLocation": "/openApiDocs/beta/Identity.SignIns.yml" - }, "/policies/roleManagementPolicies": { "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 5ca76952d71..51a370b91f8 100644 --- a/profiles/Identity.SignIns/definitions/v1.0-beta.md +++ b/profiles/Identity.SignIns/definitions/v1.0-beta.md @@ -82,10 +82,6 @@ profiles: /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/excludes/{permissionGrantConditionSet-id}: v1.0-beta /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes: v1.0-beta /policies/permissionGrantPolicies/{permissionGrantPolicy-id}/includes/{permissionGrantConditionSet-id}: v1.0-beta - /policies/privateLinkResourcePolicies: v1.0-beta - /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}: v1.0-beta - /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections: v1.0-beta - /policies/privateLinkResourcePolicies/{privateLinkResourcePolicy-id}/privateEndpointConnections/{privateEndpointConnection-id}: v1.0-beta /policies/roleManagementPolicies: v1.0-beta /policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}: v1.0-beta /policies/roleManagementPolicies/{unifiedRoleManagementPolicy-id}/effectiveRules: v1.0-beta diff --git a/profiles/Teams/crawl-log-v1.0-beta.json b/profiles/Teams/crawl-log-v1.0-beta.json index 03239b06c93..df80a0b78db 100644 --- a/profiles/Teams/crawl-log-v1.0-beta.json +++ b/profiles/Teams/crawl-log-v1.0-beta.json @@ -21,6 +21,30 @@ "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Teams.yml" }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, + "/appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value": { + "apiVersion": "v1.0-beta", + "originalLocation": "/openApiDocs/beta/Teams.yml" + }, "/chats": { "apiVersion": "v1.0-beta", "originalLocation": "/openApiDocs/beta/Teams.yml" diff --git a/profiles/Teams/definitions/v1.0-beta.md b/profiles/Teams/definitions/v1.0-beta.md index d1df46c6489..f971409fa5f 100644 --- a/profiles/Teams/definitions/v1.0-beta.md +++ b/profiles/Teams/definitions/v1.0-beta.md @@ -12,6 +12,12 @@ profiles: /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions: v1.0-beta /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}: v1.0-beta /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/bot: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/colorIcon/hostedContent/$value: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent: v1.0-beta + /appCatalogs/teamsApps/{teamsApp-id}/appDefinitions/{teamsAppDefinition-id}/outlineIcon/hostedContent/$value: v1.0-beta /chats: v1.0-beta /chats/{chat-id}: v1.0-beta /chats/{chat-id}/installedApps: v1.0-beta