Skip to content

Commit feb76ff

Browse files
committed
Inline managedTenants entities.
1 parent 7c71615 commit feb76ff

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
<!-- region Generated -->
2+
# Microsoft.Graph.ManagedTenants
3+
This directory contains the PowerShell module for the ManagedTenants service.
4+
5+
---
6+
## Status
7+
[![Microsoft.Graph.ManagedTenants](https://img.shields.io/powershellgallery/v/Microsoft.Graph.ManagedTenants.svg?style=flat-square&label=Microsoft.Graph.ManagedTenants "Microsoft.Graph.ManagedTenants")](https://www.powershellgallery.com/packages/Microsoft.Graph.ManagedTenants/)
8+
9+
## Info
10+
- Modifiable: yes
11+
- Generated: all
12+
- Committed: yes
13+
- Packaged: yes
14+
15+
---
16+
## Detail
17+
This module was primarily generated via [AutoRest](https://github.com/Azure/autorest) using the [PowerShell](https://github.com/Azure/autorest.powershell) extension.
18+
19+
## Development
20+
For information on how to develop for `Microsoft.Graph.ManagedTenants`, see [how-to.md](how-to.md).
21+
<!-- endregion -->
22+
23+
### AutoRest Configuration
24+
25+
> see https://aka.ms/autorest
26+
27+
``` yaml
28+
require:
29+
- $(this-folder)/../../readme.graph.md
30+
- $(this-folder)/../../../profiles/$(title)/readme.md
31+
title: $(service-name)
32+
subject-prefix: ''
33+
```
34+
35+
### Directives
36+
37+
> see https://github.com/Azure/autorest/blob/master/docs/powershell/directives.md
38+
39+
``` yaml
40+
directive:
41+
- remove-path-by-operation: ^tenantRelationships_.*ManagedTenants$
42+
```
43+
44+
### Versioning
45+
46+
``` yaml
47+
module-version: 1.11.1
48+
release-notes: See https://aka.ms/GraphPowerShell-Release.
49+
```

src/readme.graph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ directive:
101101
- microsoft.graph.taskViewpoint
102102
- microsoft.graph.security.ediscoveryReviewTag
103103
- microsoft.graph.security.ediscoverySearch
104+
- microsoft.graph.managedTenants.managementTemplateStep
104105
# Set parameter alias
105106
- where:
106107
parameter-name: OrderBy

0 commit comments

Comments
 (0)