Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/ModuleMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
],
"releaseNotes": "See https://aka.ms/GraphPowerShell-Release.",
"assemblyOriginatorKeyFile": "35MSSharedLib1024.snk",
"version": "1.12.1"
"version": "1.12.2"
}
162 changes: 151 additions & 11 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -92,6 +95,8 @@ paths:
- samlMetadataUrl desc
- serviceManagementReference
- serviceManagementReference desc
- servicePrincipalLockConfiguration
- servicePrincipalLockConfiguration desc
- signInAudience
- signInAudience desc
- spa
Expand Down Expand Up @@ -149,6 +154,7 @@ paths:
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- servicePrincipalLockConfiguration
- signInAudience
- spa
- tags
Expand All @@ -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'
Expand Down Expand Up @@ -255,6 +283,7 @@ paths:
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- servicePrincipalLockConfiguration
- signInAudience
- spa
- tags
Expand All @@ -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
Expand Down Expand Up @@ -7812,6 +7863,8 @@ paths:
- samlMetadataUrl desc
- serviceManagementReference
- serviceManagementReference desc
- servicePrincipalLockConfiguration
- servicePrincipalLockConfiguration desc
- signInAudience
- signInAudience desc
- spa
Expand Down Expand Up @@ -7869,6 +7922,7 @@ paths:
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- servicePrincipalLockConfiguration
- signInAudience
- spa
- tags
Expand Down Expand Up @@ -7989,6 +8043,7 @@ paths:
- requiredResourceAccess
- samlMetadataUrl
- serviceManagementReference
- servicePrincipalLockConfiguration
- signInAudience
- spa
- tags
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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).'
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions openApiDocs/beta/CloudCommunications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 10 additions & 4 deletions openApiDocs/beta/Compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -17505,6 +17505,7 @@ components:
title: teamworkTagType
enum:
- standard
- unknownFutureValue
type: string
microsoft.graph.teamworkTagMember:
allOf:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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.'
Expand Down
Loading