Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
10f6ad0
Change the accessbility to virtual for Resource.Id
Mar 24, 2021
ccc17c7
merge from usptream
Apr 5, 2021
5060f5c
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
m-nash Apr 12, 2021
9a9a651
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
m-nash Apr 21, 2021
7764cb5
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
Apr 23, 2021
832483a
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
Apr 28, 2021
3066cd2
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 6, 2021
9597dc7
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 6, 2021
86547b0
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
m-nash May 10, 2021
4fa650c
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
m-nash May 10, 2021
ceceb44
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 12, 2021
021dbb3
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 13, 2021
6f858c5
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
m-nash May 17, 2021
82dea16
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 19, 2021
fb80156
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
m-nash May 25, 2021
586a43f
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 25, 2021
71839da
Move Azure.ResourceManager.Resources Tenants objects to Azure.Resourc…
May 27, 2021
9b468cb
Merge branch 'mgmt-track2' of https://github.com/AME-Redmond/azure-sd…
May 27, 2021
cbbbe22
Merge branch 'feature/mgmt-track2' of https://github.com/Azure/azure-…
May 27, 2021
507a295
Merge branch 'mgmt-track2' into yall-5869MoveTenants
May 27, 2021
5e9ca16
Resolve conflicts
May 27, 2021
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 @@ -162,6 +162,15 @@ public GenericResourceOperations GetGenericResourcesOperations(TenantResourceIde
return new GenericResourceOperations(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline), id);
}

/// <summary>
/// Gets the tenants.
/// </summary>
/// <returns> Tenant container. </returns>
public TenantContainer GetTenants()
{
return new TenantContainer(new ClientContext(ClientOptions, Credential, BaseUri, Pipeline));
}

/// <summary>
/// Creates a container using the lambda expression passed in.
/// </summary>
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading