Skip to content

Commit 5a4b260

Browse files
authored
Merge pull request #3114 from microsoftgraph/2513-get-mgapplications--applicationid-parameter-should-be-called--objectid
Adds `-ObjectId` parameter as an alias for `-ApplicationId`
2 parents df0c795 + 7fe3277 commit 5a4b260

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Applications/Applications.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,11 @@ directive:
3232
subject: $1
3333
#Prevent paths from being generated to allow for aliasing as a result of breaking changes in 2.18.0 and 2.17.0
3434
- remove-path-by-operation: ^application_DeleteOwnerGraphBPreRef$|^application_DeleteAppManagementPolicyGraphBPreRef$|^application_DeleteTokenIssuancePolicyGraphBPreRef$|^application_DeleteTokenLifetimePolicyGraphBPreRef$|^servicePrincipal_DeleteClaimsMappingPolicyGraphBPreRef$|^servicePrincipal_DeleteHomeRealmDiscoveryPolicyGraphBPreRef$|^servicePrincipal_DeleteOwnerGraphBPreRef$|^onPremisesPublishingProfile.agentGroup.agent_DeleteAgentGroupGraphBPreRef$|^onPremisesPublishingProfile.connectorGroup_DeleteMemberGraphBPreRef$|^onPremisesPublishingProfile.connector_ListMemberGraphOPreGraphBPreRef$|^onPremisesPublishingProfile.publishedResource_DeleteAgentGroupGraphBPreRef$|^onPremisesPublishingProfile.agentGroup.publishedResource_DeleteAgentGroupGraphBPreRef$
35+
36+
# Set parameter alias
37+
- where:
38+
parameter-name: ApplicationId
39+
set:
40+
alias:
41+
- ObjectId
3542
```

0 commit comments

Comments
 (0)