Skip to content

Commit

Permalink
Fix file names for connectedOrganizations
Browse files Browse the repository at this point in the history
+ connectedorganization-list.md => entitlementmanagement-list-connectedorganizations.md
+ connectedorganization-post.md => entitlementmanagement-post-connectedorganizations.md
+ Change all link occurrences
+ Add redirects
  • Loading branch information
FaithOmbongi committed Dec 29, 2021
1 parent 7d6dba7 commit 3a71ebf
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion api-reference/beta/resources/azureactivedirectorytenant.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Namespace: microsoft.graph

Used in the identity sources of an [connectedOrganization](connectedOrganization.md). The `@odata.type` value `#microsoft.graph.azureActiveDirectoryTenant` indicates that this type identifies another Azure Active Directory tenant as an identity source for a connected organization.

When [creating a new connectedOrganization](../api/connectedorganization-post.md), if the caller provides in the identitySources collection a domainIdentitySource and the domain corresponds to a registered domain of an Azure Active Directory tenant, then the resulting connectedOrganization that is created will have an identitySources collection containing a single member of the [azureActiveDirectoryTenant](azureactivedirectorytenant.md) type.
When [creating a new connectedOrganization](../api/entitlementmanagement-post-connectedorganizations.md), if the caller provides in the identitySources collection a domainIdentitySource and the domain corresponds to a registered domain of an Azure Active Directory tenant, then the resulting connectedOrganization that is created will have an identitySources collection containing a single member of the [azureActiveDirectoryTenant](azureactivedirectorytenant.md) type.

## Properties

Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/resources/connectedorganization.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ In [Azure AD entitlement management](entitlementmanagement-overview.md), a conne

|Method|Return type|Description|
|:---|:---|:---|
|[List connectedOrganizations](../api/connectedorganization-list.md) | [connectedOrganization](connectedorganization.md) collection | Retrieve a list of connectedOrganization objects. |
|[Create connectedOrganization](../api/connectedorganization-post.md) | [connectedOrganization](connectedorganization.md) | Create a new connectedOrganization object. |
|[List connectedOrganizations](../api/entitlementmanagement-list-connectedorganizations.md) | [connectedOrganization](connectedorganization.md) collection | Retrieve a list of connectedOrganization objects. |
|[Create connectedOrganization](../api/entitlementmanagement-post-connectedorganizations.md) | [connectedOrganization](connectedorganization.md) | Create a new connectedOrganization object. |
|[Get connectedOrganization](../api/connectedorganization-get.md) | [connectedOrganization](connectedorganization.md) | Read properties and relationships of a connectedOrganization object. |
|[Update connectedOrganization](../api/connectedorganization-update.md) | | Update a connectedOrganization. |
|[Delete connectedOrganization](../api/connectedorganization-delete.md) |None | Delete a connectedOrganization. |
Expand Down
2 changes: 1 addition & 1 deletion api-reference/beta/resources/domainidentitysource.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Namespace: microsoft.graph

Used in the identity sources of an [connectedOrganization](connectedOrganization.md). The `@odata.type` value `#microsoft.graph.domainIdentitySource` indicates that this type identifies a domain as an identity source for a connected organization.

When [creating a new connectedOrganization](../api/connectedorganization-post.md), if the caller provides in the identitySources collection a domainIdentitySource and the domain corresponds to a registered domain of an Azure Active Directory tenant, then the resulting connectedOrganization that is created will have an identitySources collection containing a single member of the [azureActiveDirectoryTenant](azureactivedirectorytenant.md) type.
When [creating a new connectedOrganization](../api/entitlementmanagement-post-connectedorganizations.md), if the caller provides in the identitySources collection a domainIdentitySource and the domain corresponds to a registered domain of an Azure Active Directory tenant, then the resulting connectedOrganization that is created will have an identitySources collection containing a single member of the [azureActiveDirectoryTenant](azureactivedirectorytenant.md) type.

## Properties

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ The following table lists the methods that you can use to interact with entitlem
| [Create accessPackageResourceRequest](../api/accesspackageresourcerequest-post.md) | [accessPackageCatalog](accesspackageresourcerequest.md) | Create a new **accessPackageResourceRequest** object. |
|[List accessPackageResourceEnvironments](../api/entitlementmanagement-list-accesspackageresourceenvironment.md)|[accessPackageResourceEnvironment](../resources/accesspackageresourceenvironment.md) collection|Retrieve a list of [accessPackageResourceEnvironment](../resources/accesspackageresourceenvironment.md) objects.|
|[Get accessPackageResourceEnvironment](../api/accesspackageresourceenvironment-get.md)|[accessPackageResourceEnvironment](../resources/accesspackageresourceenvironment.md)|Read the properties and relationships of an [accessPackageResourceEnvironment](../resources/accesspackageresourceenvironment.md) object.|
| [List connectedOrganizations](../api/connectedorganization-list.md) | [connectedOrganization](connectedorganization.md) collection | Retrieve a list of **connectedOrganization** objects. |
| [Create connectedOrganization](../api/connectedorganization-post.md) | [connectedOrganization](connectedorganization.md) | Create a new **connectedOrganization** object. |
| [List connectedOrganizations](../api/entitlementmanagement-list-connectedorganizations.md) | [connectedOrganization](connectedorganization.md) collection | Retrieve a list of **connectedOrganization** objects. |
| [Create connectedOrganization](../api/entitlementmanagement-post-connectedorganizations.md) | [connectedOrganization](connectedorganization.md) | Create a new **connectedOrganization** object. |
| [Get connectedOrganization](../api/connectedorganization-get.md) | [connectedOrganization](connectedorganization.md) | Read properties and relationships of a **connectedOrganization** object. |
| [Update connectedOrganization](../api/connectedorganization-update.md) |None | Update a **connectedOrganization**. |
| [Delete connectedOrganization](../api/connectedorganization-delete.md) |None | Delete a **connectedOrganization**. |
Expand Down
4 changes: 2 additions & 2 deletions api-reference/beta/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12545,9 +12545,9 @@ items:
href: resources/connectedorganization.md
items:
- name: List
href: api/connectedorganization-list.md
href: api/entitlementmanagement-list-connectedorganizations.md
- name: Create
href: api/connectedorganization-post.md
href: api/entitlementmanagement-post-connectedorganizations.md
- name: Get
href: api/connectedorganization-get.md
- name: Update
Expand Down
10 changes: 10 additions & 0 deletions redirects/.openpublishing.redirection.1221.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,16 @@
"source_path_from_root": "/api-reference/beta/api/accesspackageresourceenvironment-list.md",
"redirect_url": "/graph/api/entitlementmanagement-list-accesspackageresourceenvironment?view=graph-rest-beta",
"redirect_document_id": true
},
{
"source_path_from_root": "/api-reference/beta/api/connectedorganization-list.md",
"redirect_url": "/graph/api/entitlementmanagement-list-connectedorganizations?view=graph-rest-beta",
"redirect_document_id": true
},
{
"source_path_from_root": "/api-reference/beta/api/connectedorganization-post.md",
"redirect_url": "/graph/api/entitlementmanagement-post-connectedorganizations?view=graph-rest-beta",
"redirect_document_id": true
}
]
}

0 comments on commit 3a71ebf

Please sign in to comment.