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
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GroupContract(Resource):
~azure.mgmt.apimanagement.models.GroupType
:param external_id: For external groups, this property contains the id of
the group from the external identity provider, e.g. for Azure Active
Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;
Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`;
otherwise the value is null.
:type external_id: str
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class GroupContractProperties(Model):
:type type: str or ~azure.mgmt.apimanagement.models.GroupType
:param external_id: For external groups, this property contains the id of
the group from the external identity provider, e.g. for Azure Active
Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;
Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`;
otherwise the value is null.
:type external_id: str
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class GroupContractProperties(Model):
:type type: str or ~azure.mgmt.apimanagement.models.GroupType
:param external_id: For external groups, this property contains the id of
the group from the external identity provider, e.g. for Azure Active
Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;
Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`;
otherwise the value is null.
:type external_id: str
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GroupContract(Resource):
~azure.mgmt.apimanagement.models.GroupType
:param external_id: For external groups, this property contains the id of
the group from the external identity provider, e.g. for Azure Active
Directory aad://<tenant>.onmicrosoft.com/groups/<group object id>;
Directory `aad://<tenant>.onmicrosoft.com/groups/<group object id>`;
otherwise the value is null.
:type external_id: str
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class GroupCreateParameters(Model):
:type type: str or ~azure.mgmt.apimanagement.models.GroupType
:param external_id: Identifier of the external groups, this property
contains the id of the group from the external identity provider, e.g. for
Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object
id>; otherwise the value is null.
Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group
object id>`; otherwise the value is null.
:type external_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ class GroupCreateParameters(Model):
:type type: str or ~azure.mgmt.apimanagement.models.GroupType
:param external_id: Identifier of the external groups, this property
contains the id of the group from the external identity provider, e.g. for
Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object
id>; otherwise the value is null.
Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group
object id>`; otherwise the value is null.
:type external_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class GroupUpdateParameters(Model):
:type type: str or ~azure.mgmt.apimanagement.models.GroupType
:param external_id: Identifier of the external groups, this property
contains the id of the group from the external identity provider, e.g. for
Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object
id>; otherwise the value is null.
Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group
object id>`; otherwise the value is null.
:type external_id: str
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ class GroupUpdateParameters(Model):
:type type: str or ~azure.mgmt.apimanagement.models.GroupType
:param external_id: Identifier of the external groups, this property
contains the id of the group from the external identity provider, e.g. for
Azure Active Directory aad://<tenant>.onmicrosoft.com/groups/<group object
id>; otherwise the value is null.
Azure Active Directory `aad://<tenant>.onmicrosoft.com/groups/<group
object id>`; otherwise the value is null.
:type external_id: str
"""

Expand Down