Skip to content

Commit 1c0d289

Browse files
authored
Merge pull request #3104 from microsoftgraph/2829-missing-cmdlet-and-permission-to-update-entra-device-registration-policy
Updates module mapping file to add missing tag `policies.deviceRegistrationPolicy`
2 parents 411abb0 + 60fefa6 commit 1c0d289

File tree

3 files changed

+107
-46
lines changed

3 files changed

+107
-46
lines changed

config/ModulesMapping.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Groups": "^groups.group$|^groups.directoryObject$|^groups.conversation$|^groups.endpoint$|^groups.extension$|^groups.groupLifecyclePolicy$|^groups.resourceSpecificPermissionGrant$|^groups.profilePhoto$|^groups.conversationThread$|^groupLifecyclePolicies\\.|^users.group$|^groups.directorySetting$|^groups.*.Actions$|^groups.*.Functions$|^groupSettings\\.|^groups.groupSetting$|^groupSettingTemplates\\.",
2222
"Identity.DirectoryManagement": "^administrativeUnits\\.|^contacts\\.|^devices\\.|^domains\\.|^directoryRoles\\.|^directoryRoleTemplates\\.|^directorySettingTemplates\\.|^settings\\.|^subscribedSkus\\.|^contracts\\.|^directory\\.|^users.scopedRoleMembership$|^organization.organization$|^organization.organizationalBranding$|^organization.organizationSettings$|^organization.*.Actions$|^organization.extension$|^tenantRelationships.*.Actions$|^tenantRelationships.*.Functions$|admin.peopleAdminSettings$|^organization\\.partnerInformation$",
2323
"Identity.Governance": "^accessReviews\\.|^businessFlowTemplates\\.|^programs\\.|^programControls\\.|^programControlTypes\\.|^privilegedRoles\\.|^privilegedRoleAssignments\\.|^privilegedRoleAssignmentRequests\\.|^privilegedApproval\\.|^privilegedOperationEvents\\.|^privilegedAccess\\.|^agreements\\.|^users.agreementAcceptance$|^identityGovernance\\.|^roleManagement.rbacApplication$|^roleManagement.*.Functions$|roleManagement.*.Actions$",
24-
"Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity\\.|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$|^tenantRelationships.multiTenantOrganization$",
24+
"Identity.SignIns": "^organization.certificateBasedAuthConfiguration$|^invitations\\.|^identityProviders\\.|^oauth2PermissionGrants\\.|^identityProtection\\.|^dataPolicyOperations\\.|^identity\\.|^trustFramework\\.|^informationProtection\\.|^policies\\.|^users.authentication$|^users.informationProtection$|^tenantRelationships.multiTenantOrganization$|^policies.deviceRegistrationPolicy$",
2525
"Identity.Partner": "^tenantRelationships.delegatedAdminRelationship$|^tenantRelationships.delegatedAdminCustomer$",
2626
"Mail": "^users.inferenceClassification$|^users.mailFolder$|^users.message$",
2727
"ManagedTenants": "^tenantRelationships.managedTenant$",

openApiDocs/beta/Identity.SignIns.yml

Lines changed: 79 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
openapi: 3.0.1
1+
openapi: 3.0.4
22
info:
33
title: Identity.SignIns
44
version: v1.0-beta
@@ -9172,11 +9172,11 @@ paths:
91729172
get:
91739173
tags:
91749174
- identity.conditionalAccessRoot
9175-
summary: Get compliantNetworkNamedLocation
9176-
description: Read the properties and relationships of a compliantNetworkNamedLocation object.
9175+
summary: Get namedLocation
9176+
description: Retrieve the properties and relationships of a namedLocation object.
91779177
externalDocs:
91789178
description: Find more info here
9179-
url: https://learn.microsoft.com/graph/api/compliantnetworknamedlocation-get?view=graph-rest-beta
9179+
url: https://learn.microsoft.com/graph/api/namedlocation-get?view=graph-rest-beta
91809180
operationId: identity.conditionalAccess_GetNamedLocation
91819181
parameters:
91829182
- name: namedLocation-id
@@ -9220,11 +9220,11 @@ paths:
92209220
patch:
92219221
tags:
92229222
- identity.conditionalAccessRoot
9223-
summary: Update ipNamedlocation
9224-
description: Update the properties of an ipNamedLocation object.
9223+
summary: Update countryNamedLocation
9224+
description: Update the properties of a countryNamedLocation object.
92259225
externalDocs:
92269226
description: Find more info here
9227-
url: https://learn.microsoft.com/graph/api/ipnamedlocation-update?view=graph-rest-beta
9227+
url: https://learn.microsoft.com/graph/api/countrynamedlocation-update?view=graph-rest-beta
92289228
operationId: identity.conditionalAccess_UpdateNamedLocation
92299229
parameters:
92309230
- name: namedLocation-id
@@ -9255,11 +9255,11 @@ paths:
92559255
delete:
92569256
tags:
92579257
- identity.conditionalAccessRoot
9258-
summary: Delete ipNamedLocation
9259-
description: Delete an ipNamedLocation object.
9258+
summary: Delete namedLocation
9259+
description: Delete a namedLocation object.
92609260
externalDocs:
92619261
description: Find more info here
9262-
url: https://learn.microsoft.com/graph/api/ipnamedlocation-delete?view=graph-rest-beta
9262+
url: https://learn.microsoft.com/graph/api/namedlocation-delete?view=graph-rest-beta
92639263
operationId: identity.conditionalAccess_DeleteNamedLocation
92649264
parameters:
92659265
- name: namedLocation-id
@@ -11005,11 +11005,11 @@ paths:
1100511005
get:
1100611006
tags:
1100711007
- identityProtection.riskDetection
11008-
summary: Get riskDetection
11009-
description: Retrieve the properties of a riskDetection object.
11008+
summary: List riskDetection
11009+
description: Retrieve the properties of a collection of riskDetection objects.
1101011010
externalDocs:
1101111011
description: Find more info here
11012-
url: https://learn.microsoft.com/graph/api/riskdetection-get?view=graph-rest-beta
11012+
url: https://learn.microsoft.com/graph/api/riskdetection-list?view=graph-rest-beta
1101311013
operationId: identityProtection_GetRiskDetection
1101411014
parameters:
1101511015
- name: riskDetection-id
@@ -24931,11 +24931,11 @@ paths:
2493124931
patch:
2493224932
tags:
2493324933
- tenantRelationships.multiTenantOrganization
24934-
summary: Create multiTenantOrganization
24935-
description: 'Create a new multi-tenant organization. By default, the creator tenant becomes an owner tenant upon successful creation. Only owner tenants can manage a multi-tenant organization. To allow for asynchronous processing, you must wait a minimum of 2 hours between creation and joining a multi-tenant organization.'
24934+
summary: Update multiTenantOrganization
24935+
description: Update the properties of a multi-tenant organization.
2493624936
externalDocs:
2493724937
description: Find more info here
24938-
url: https://learn.microsoft.com/graph/api/tenantrelationship-put-multitenantorganization?view=graph-rest-beta
24938+
url: https://learn.microsoft.com/graph/api/multitenantorganization-update?view=graph-rest-beta
2493924939
operationId: tenantRelationship_UpdateMultiTenantOrganization
2494024940
requestBody:
2494124941
description: New navigation property values
@@ -35052,7 +35052,7 @@ components:
3505235052
type: array
3505335053
items:
3505435054
type: string
35055-
description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com''].NOTE: This property can''t contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).'
35055+
description: 'A list of additional email addresses for the user; for example: [''bob@contoso.com'', ''Robert@fabrikam.com'']. Can store up to 250 values, each with a limit of 250 characters. NOTE: This property can''t contain accent characters.Supports $filter (eq, not, ge, le, in, startsWith, endsWith, /$count eq 0, /$count ne 0).'
3505635056
passwordPolicies:
3505735057
type: string
3505835058
description: 'Specifies password policies for the user. This value is an enumeration with one possible value being DisableStrongPassword, which allows weaker passwords than the default policy to be specified. DisablePasswordExpiration can also be specified. The two may be specified together; for example: DisablePasswordExpiration, DisableStrongPassword. For more information on the default password policies, see Microsoft Entra password policies. Supports $filter (ne, not, and eq on null values).'
@@ -36067,6 +36067,9 @@ components:
3606736067
type: string
3606836068
description: Display name for the cross-tenant user synchronization policy. Use the name of the partner Microsoft Entra tenant to easily identify the policy. Optional.
3606936069
nullable: true
36070+
externalCloudAuthorizedApplicationId:
36071+
type: string
36072+
nullable: true
3607036073
tenantId:
3607136074
type: string
3607236075
description: Tenant identifier for the partner Microsoft Entra organization. Read-only.
@@ -39231,7 +39234,7 @@ components:
3923139234
type: object
3923239235
microsoft.graph.appRoleAssignment:
3923339236
allOf:
39234-
- $ref: '#/components/schemas/microsoft.graph.entity'
39237+
- $ref: '#/components/schemas/microsoft.graph.directoryObject'
3923539238
- title: appRoleAssignment
3923639239
type: object
3923739240
properties:
@@ -39771,6 +39774,8 @@ components:
3977139774
description: The results of every partner agent's installation status on Cloud PC.
3977239775
powerState:
3977339776
$ref: '#/components/schemas/microsoft.graph.cloudPcPowerState'
39777+
productType:
39778+
$ref: '#/components/schemas/microsoft.graph.cloudPcProductType'
3977439779
provisioningPolicyId:
3977539780
type: string
3977639781
description: The provisioning policy ID of the Cloud PC.
@@ -41705,7 +41710,7 @@ components:
4170541710
type: array
4170641711
items:
4170741712
$ref: '#/components/schemas/microsoft.graph.appLogCollectionRequest'
41708-
description: Indicates collection of App Log Upload Request.
41713+
description: The collection property of AppLogUploadRequest.
4170941714
x-ms-navigationProperty: true
4171041715
additionalProperties:
4171141716
type: object
@@ -42347,6 +42352,8 @@ components:
4234742352
description: 'When set to true, documents in the user''s Office Delve are disabled. Users can control this setting in Office Delve.'
4234842353
contactMergeSuggestions:
4234942354
$ref: '#/components/schemas/microsoft.graph.contactMergeSuggestions'
42355+
exchange:
42356+
$ref: '#/components/schemas/microsoft.graph.exchangeSettings'
4235042357
itemInsights:
4235142358
$ref: '#/components/schemas/microsoft.graph.userInsightsSettings'
4235242359
regionalAndLanguageSettings:
@@ -46235,6 +46242,8 @@ components:
4623546242
properties:
4623646243
capabilityType:
4623746244
$ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryCapabilityType'
46245+
licenseType:
46246+
$ref: '#/components/schemas/microsoft.graph.cloudPcDisasterRecoveryLicenseType'
4623846247
primaryRegion:
4623946248
type: string
4624046249
description: The primary and mainly used region where the Cloud PC is located.
@@ -46346,6 +46355,16 @@ components:
4634646355
- poweredOff
4634746356
- unknownFutureValue
4634846357
type: string
46358+
microsoft.graph.cloudPcProductType:
46359+
title: cloudPcProductType
46360+
enum:
46361+
- enterprise
46362+
- frontline
46363+
- devBox
46364+
- powerAutomate
46365+
- business
46366+
- unknownFutureValue
46367+
type: string
4634946368
microsoft.graph.cloudPcProvisioningType:
4635046369
title: cloudPcProvisioningType
4635146370
enum:
@@ -47878,7 +47897,7 @@ components:
4787847897
type: array
4787947898
items:
4788047899
$ref: '#/components/schemas/microsoft.graph.chatMessage'
47881-
description: A collection of all the messages in the channel. A navigation property. Nullable.
47900+
description: A collection of all the messages in the channel. Nullable.
4788247901
x-ms-navigationProperty: true
4788347902
sharedWithTeams:
4788447903
type: array
@@ -47890,7 +47909,7 @@ components:
4789047909
type: array
4789147910
items:
4789247911
$ref: '#/components/schemas/microsoft.graph.teamsTab'
47893-
description: A collection of all the tabs in the channel. A navigation property.
47912+
description: A collection of all the tabs in the channel.
4789447913
x-ms-navigationProperty: true
4789547914
additionalProperties:
4789647915
type: object
@@ -47908,6 +47927,10 @@ components:
4790847927
type: boolean
4790947928
description: Indicates whether the schedule is enabled for the team. Required.
4791047929
nullable: true
47930+
isActivitiesIncludedWhenCopyingShiftsEnabled:
47931+
type: boolean
47932+
description: Indicates whether copied shifts include activities from the original shift.
47933+
nullable: true
4791147934
isCrossLocationShiftRequestApprovalRequired:
4791247935
type: boolean
4791347936
description: Indicates whether approval is required by a manager of this schedule for cross location shift requests.
@@ -51961,6 +51984,22 @@ components:
5196151984
nullable: true
5196251985
additionalProperties:
5196351986
type: object
51987+
microsoft.graph.exchangeSettings:
51988+
allOf:
51989+
- $ref: '#/components/schemas/microsoft.graph.entity'
51990+
- title: exchangeSettings
51991+
type: object
51992+
properties:
51993+
inPlaceArchiveMailboxId:
51994+
type: string
51995+
description: The unique identifier for the user's in-place archive mailbox.
51996+
nullable: true
51997+
primaryMailboxId:
51998+
type: string
51999+
description: The unique identifier for the user's primary mailbox.
52000+
nullable: true
52001+
additionalProperties:
52002+
type: object
5196452003
microsoft.graph.userInsightsSettings:
5196552004
allOf:
5196652005
- $ref: '#/components/schemas/microsoft.graph.entity'
@@ -52921,11 +52960,11 @@ components:
5292152960
properties:
5292252961
key:
5292352962
type: string
52924-
description: Key.
52963+
description: Contains the name of the field that a value is associated with.
5292552964
nullable: true
5292652965
value:
5292752966
type: string
52928-
description: Value.
52967+
description: Contains the corresponding value for the specified key.
5292952968
nullable: true
5293052969
additionalProperties:
5293152970
type: object
@@ -53374,7 +53413,7 @@ components:
5337453413
nullable: true
5337553414
contentType:
5337653415
type: string
53377-
description: 'The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework''s Attachment object.application/vnd.microsoft.card.codesnippet: A code snippet. application/vnd.microsoft.card.announcement: An announcement header.'
53416+
description: 'The media type of the content attachment. The possible values are: reference: The attachment is a link to another file. Populate the contentURL with the link to the object.forwardedMessageReference: The attachment is a reference to a forwarded message. Populate the content with the original message context.Any contentType that is supported by the Bot Framework''s Attachment object.application/vnd.microsoft.card.codesnippet: Either a code snippet or place holder. application/vnd.microsoft.card.announcement: An announcement header. application/vnd.microsoft.card.fluidEmbedCard: A Microsoft Loop component.'
5337853417
nullable: true
5337953418
contentUrl:
5338053419
type: string
@@ -53613,6 +53652,13 @@ components:
5361353652
- failback
5361453653
- unknownFutureValue
5361553654
type: string
53655+
microsoft.graph.cloudPcDisasterRecoveryLicenseType:
53656+
title: cloudPcDisasterRecoveryLicenseType
53657+
enum:
53658+
- none
53659+
- standard
53660+
- unknownFutureValue
53661+
type: string
5361653662
microsoft.graph.actionState:
5361753663
title: actionState
5361853664
enum:
@@ -58857,6 +58903,10 @@ components:
5885758903
type: boolean
5885858904
description: 'If true, the restriction isn''t enforced for SAML applications in Microsoft Entra ID; else, the restriction is enforced for those applications.'
5885958905
nullable: true
58906+
isStateSetByMicrosoft:
58907+
type: boolean
58908+
description: 'If true, Microsoft sets the identifierUriRestriction state. If false, the tenant modifies the identifierUriRestriction state. Read-only.'
58909+
readOnly: true
5886058910
restrictForAppsCreatedAfterDateTime:
5886158911
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])$'
5886258912
type: string
@@ -61066,6 +61116,10 @@ components:
6106661116
type: string
6106761117
description: The time the entry is recorded.
6106861118
format: date-time
61119+
isAtApprovedLocation:
61120+
type: boolean
61121+
description: Indicates whether this action happens at an approved location.
61122+
nullable: true
6106961123
notes:
6107061124
$ref: '#/components/schemas/microsoft.graph.itemBody'
6107161125
additionalProperties:
@@ -61718,6 +61772,7 @@ components:
6171861772
- project
6171961773
- driveItem
6172061774
- user
61775+
- teamsChannel
6172161776
type: string
6172261777
microsoft.graph.plannerCreationSourceKind:
6172361778
title: plannerCreationSourceKind

0 commit comments

Comments
 (0)