Skip to content

Commit 5df058e

Browse files
authored
Regen azure-nextgen docs (#5331)
1 parent d5db524 commit 5df058e

File tree

2,383 files changed

+18858
-37956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,383 files changed

+18858
-37956
lines changed

content/docs/reference/pkg/azure-nextgen/_index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Azure NextGen"
3-
title_tag: "Package Azure NextGen"
3+
title_tag: "Azure NextGen Package"
44
meta_desc: "A Next Generation Pulumi package for creating and managing Azure resources."
55
menu:
66
reference:
@@ -184,6 +184,3 @@ A Next Generation Pulumi package for creating and managing Azure resources.
184184
<dd>0.6.1</dd>
185185
</dl>
186186

187-
188-
189-

content/docs/reference/pkg/azure-nextgen/aad/_index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "aad"
3-
title_tag: "Module aad | Package Azure NextGen"
4-
meta_desc: "Explore the resources and functions of the aad module in the Azure NextGen package."
3+
title_tag: "azure-nextgen.aad"
4+
meta_desc: "Explore the resources and functions of the azure-nextgen.aad module."
55
---
66

77
<!-- WARNING: this file was generated by Pulumi Docs Generator. -->
88
<!-- Do not edit by hand unless you're certain you know what you are doing! -->
99

10-
Explore the resources and functions of the aad module in the Azure NextGen package.
10+
Explore the resources and functions of the azure-nextgen.aad module.
1111

1212
<h2 id="resources">Resources</h2>
1313
<ul class="api">
@@ -31,6 +31,3 @@ Explore the resources and functions of the aad module in the Azure NextGen packa
3131
<dd>0.6.1</dd>
3232
</dl>
3333

34-
35-
36-

content/docs/reference/pkg/azure-nextgen/aad/domainservice.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -218,19 +218,19 @@ const domainService = new azure_nextgen.aad.latest.DomainService("domainService"
218218

219219

220220
{{% choosable language nodejs %}}
221-
<div class="highlight"><pre class="chroma"><code class="language-typescript" data-lang="typescript"><span class="k">new </span><span class="nx">DomainService</span><span class="p">(</span><span class="nx">name</span><span class="p">:</span> <span class="nx">string</span><span class="p">, </span><span class="nx">args</span><span class="p">:</span> <span class="nx">DomainServiceArgs</span><span class="p">, </span><span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#CustomResourceOptions">CustomResourceOptions</a></span><span class="p">);</span></code></pre></div>
221+
<div class="highlight"><pre class="chroma"><code class="language-typescript" data-lang="typescript"><span class="k">new </span><span class="nx">DomainService</span><span class="p">(</span><span class="nx">name</span><span class="p">:</span> <span class="nx">string</span><span class="p">, </span><span class="nx">args</span><span class="p">:</span> <span class="nx"><a href="#inputs">DomainServiceArgs</a></span><span class="p">, </span><span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#CustomResourceOptions">CustomResourceOptions</a></span><span class="p">);</span></code></pre></div>
222222
{{% /choosable %}}
223223

224224
{{% choosable language python %}}
225225
<div class="highlight"><pre class="chroma"><code class="language-python" data-lang="python"><span class="k">def </span><span class="nx">DomainService</span><span class="p">(</span><span class="nx">resource_name</span><span class="p">:</span> <span class="nx">str</span><span class="p">, </span><span class="nx">opts</span><span class="p">:</span> <span class="nx"><a href="/docs/reference/pkg/python/pulumi/#pulumi.ResourceOptions">Optional[ResourceOptions]</a></span> = None<span class="p">, </span><span class="nx">domain_configuration_type</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">domain_name</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">domain_security_settings</span><span class="p">:</span> <span class="nx">Optional[DomainSecuritySettingsArgs]</span> = None<span class="p">, </span><span class="nx">domain_service_name</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">etag</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">filtered_sync</span><span class="p">:</span> <span class="nx">Optional[Union[str, FilteredSync]]</span> = None<span class="p">, </span><span class="nx">ldaps_settings</span><span class="p">:</span> <span class="nx">Optional[LdapsSettingsArgs]</span> = None<span class="p">, </span><span class="nx">location</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">notification_settings</span><span class="p">:</span> <span class="nx">Optional[NotificationSettingsArgs]</span> = None<span class="p">, </span><span class="nx">replica_sets</span><span class="p">:</span> <span class="nx">Optional[Sequence[ReplicaSetArgs]]</span> = None<span class="p">, </span><span class="nx">resource_forest_settings</span><span class="p">:</span> <span class="nx">Optional[ResourceForestSettingsArgs]</span> = None<span class="p">, </span><span class="nx">resource_group_name</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">sku</span><span class="p">:</span> <span class="nx">Optional[str]</span> = None<span class="p">, </span><span class="nx">tags</span><span class="p">:</span> <span class="nx">Optional[Mapping[str, str]]</span> = None<span class="p">)</span></code></pre></div>
226226
{{% /choosable %}}
227227

228228
{{% choosable language go %}}
229-
<div class="highlight"><pre class="chroma"><code class="language-go" data-lang="go"><span class="k">func </span><span class="nx">NewDomainService</span><span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/go/pulumi?tab=doc#Context">Context</a></span><span class="p">, </span><span class="nx">name</span><span class="p"> </span><span class="nx">string</span><span class="p">, </span><span class="nx">args</span><span class="p"> </span><span class="nx">DomainServiceArgs</span><span class="p">, </span><span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/go/pulumi?tab=doc#ResourceOption">ResourceOption</a></span><span class="p">) (*<span class="nx">DomainService</span>, error)</span></code></pre></div>
229+
<div class="highlight"><pre class="chroma"><code class="language-go" data-lang="go"><span class="k">func </span><span class="nx">NewDomainService</span><span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/go/pulumi?tab=doc#Context">Context</a></span><span class="p">, </span><span class="nx">name</span><span class="p"> </span><span class="nx">string</span><span class="p">, </span><span class="nx">args</span><span class="p"> </span><span class="nx"><a href="#inputs">DomainServiceArgs</a></span><span class="p">, </span><span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/go/pulumi?tab=doc#ResourceOption">ResourceOption</a></span><span class="p">) (*<span class="nx">DomainService</span>, error)</span></code></pre></div>
230230
{{% /choosable %}}
231231

232232
{{% choosable language csharp %}}
233-
<div class="highlight"><pre class="chroma"><code class="language-csharp" data-lang="csharp"><span class="k">public </span><span class="nx">DomainService</span><span class="p">(</span><span class="nx">string</span><span class="p"> </span><span class="nx">name<span class="p">, </span><span class="nx">DomainServiceArgs</span><span class="p"> </span><span class="nx">args<span class="p">, </span><span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.CustomResourceOptions.html">CustomResourceOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span></code></pre></div>
233+
<div class="highlight"><pre class="chroma"><code class="language-csharp" data-lang="csharp"><span class="k">public </span><span class="nx">DomainService</span><span class="p">(</span><span class="nx">string</span><span class="p"> </span><span class="nx">name<span class="p">, </span><span class="nx"><a href="#inputs">DomainServiceArgs</a></span><span class="p"> </span><span class="nx">args<span class="p">, </span><span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.CustomResourceOptions.html">CustomResourceOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span></code></pre></div>
234234
{{% /choosable %}}
235235

236236
{{% choosable language nodejs %}}
@@ -251,7 +251,7 @@ const domainService = new azure_nextgen.aad.latest.DomainService("domainService"
251251
class="property-required" title="Required">
252252
<span>args</span>
253253
<span class="property-indicator"></span>
254-
<span class="property-type">DomainServiceArgs</span>
254+
<span class="property-type"><a href="#inputs">DomainServiceArgs</a></span>
255255
</dt>
256256
<dd>
257257
The arguments to resource properties.
@@ -320,7 +320,7 @@ const domainService = new azure_nextgen.aad.latest.DomainService("domainService"
320320
class="property-required" title="Required">
321321
<span>args</span>
322322
<span class="property-indicator"></span>
323-
<span class="property-type">DomainServiceArgs</span>
323+
<span class="property-type"><a href="#inputs">DomainServiceArgs</a></span>
324324
</dt>
325325
<dd>
326326
The arguments to resource properties.
@@ -359,7 +359,7 @@ const domainService = new azure_nextgen.aad.latest.DomainService("domainService"
359359
class="property-required" title="Required">
360360
<span>args</span>
361361
<span class="property-indicator"></span>
362-
<span class="property-type">DomainServiceArgs</span>
362+
<span class="property-type"><a href="#inputs">DomainServiceArgs</a></span>
363363
</dt>
364364
<dd>
365365
The arguments to resource properties.
@@ -382,11 +382,11 @@ const domainService = new azure_nextgen.aad.latest.DomainService("domainService"
382382

383383
## DomainService Resource Properties {#properties}
384384

385-
To learn more about resource properties and how to use them, see [Inputs and Outputs]({{< relref "/docs/intro/concepts/programming-model#outputs" >}}) in the Programming Model docs.
385+
To learn more about resource properties and how to use them, see [Inputs and Outputs]({{< relref "/docs/intro/concepts/inputs-outputs" >}}) in the Programming Model docs.
386386

387387
### Inputs
388388

389-
The DomainService resource accepts the following [input]({{< relref "/docs/intro/concepts/programming-model#outputs" >}}) properties:
389+
The DomainService resource accepts the following [input]({{< relref "/docs/intro/concepts/inputs-outputs" >}}) properties:
390390

391391

392392

content/docs/reference/pkg/azure-nextgen/aad/getdomainservice.md

Lines changed: 8 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
---
3-
title: "GetDomainService"
4-
title_tag: "Function GetDomainService | Module aad | Package Azure NextGen"
5-
meta_desc: "Explore the GetDomainService function of the aad module, including examples, input properties, output properties, and supporting types. "
3+
title: "getDomainService"
4+
title_tag: "azure-nextgen.aad.getDomainService"
5+
meta_desc: "Documentation for the azure-nextgen.aad.getDomainService function with examples, input properties, output properties, and supporting types."
66
---
77

88

@@ -13,13 +13,13 @@ meta_desc: "Explore the GetDomainService function of the aad module, including e
1313

1414

1515

16-
## Using GetDomainService {#using}
16+
## Using getDomainService {#using}
1717

1818
{{< chooser language "typescript,python,go,csharp" / >}}
1919

2020

2121
{{% choosable language nodejs %}}
22-
<div class="highlight"><pre class="chroma"><code class="language-typescript" data-lang="typescript"><span class="k">function </span>getDomainService<span class="p">(</span><span class="nx">args</span><span class="p">:</span> <span class="nx">GetDomainServiceArgs</span><span class="p">, </span><span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#InvokeOptions">InvokeOptions</a></span><span class="p">): Promise&lt;<span class="nx">GetDomainServiceResult</span>></span></code></pre></div>
22+
<div class="highlight"><pre class="chroma"><code class="language-typescript" data-lang="typescript"><span class="k">function </span>getDomainService<span class="p">(</span><span class="nx">args</span><span class="p">:</span> <span class="nx">GetDomainServiceArgs</span><span class="p">, </span><span class="nx">opts</span><span class="p">?:</span> <span class="nx"><a href="/docs/reference/pkg/nodejs/pulumi/pulumi/#InvokeOptions">InvokeOptions</a></span><span class="p">): Promise&lt;<span class="nx"><a href="#result">GetDomainServiceResult</a></span>></span></code></pre></div>
2323
{{% /choosable %}}
2424

2525

@@ -29,7 +29,7 @@ meta_desc: "Explore the GetDomainService function of the aad module, including e
2929

3030

3131
{{% choosable language go %}}
32-
<div class="highlight"><pre class="chroma"><code class="language-go" data-lang="go"><span class="k">func </span>LookupDomainService<span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v2/go/pulumi?tab=doc#Context">Context</a></span><span class="p">, </span><span class="nx">args</span><span class="p"> *</span><span class="nx">LookupDomainServiceArgs</span><span class="p">, </span><span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v2/go/pulumi?tab=doc#InvokeOption">InvokeOption</a></span><span class="p">) (*<span class="nx">LookupDomainServiceResult</span>, error)</span></code></pre></div>
32+
<div class="highlight"><pre class="chroma"><code class="language-go" data-lang="go"><span class="k">func </span>LookupDomainService<span class="p">(</span><span class="nx">ctx</span><span class="p"> *</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v2/go/pulumi?tab=doc#Context">Context</a></span><span class="p">, </span><span class="nx">args</span><span class="p"> *</span><span class="nx">LookupDomainServiceArgs</span><span class="p">, </span><span class="nx">opts</span><span class="p"> ...</span><span class="nx"><a href="https://pkg.go.dev/github.com/pulumi/pulumi/sdk/v2/go/pulumi?tab=doc#InvokeOption">InvokeOption</a></span><span class="p">) (*<span class="nx"><a href="#result">LookupDomainServiceResult</a></span>, error)</span></code></pre></div>
3333

3434
> Note: This function is named `LookupDomainService` in the Go SDK.
3535
@@ -38,7 +38,7 @@ meta_desc: "Explore the GetDomainService function of the aad module, including e
3838

3939
{{% choosable language csharp %}}
4040
<div class="highlight"><pre class="chroma"><code class="language-csharp" data-lang="csharp"><span class="k">public static class </span><span class="nx">GetDomainService </span><span class="p">{</span><span class="k">
41-
public static </span>Task&lt;<span class="nx">GetDomainServiceResult</span>> <span class="p">InvokeAsync(</span><span class="nx">GetDomainServiceArgs</span><span class="p"> </span><span class="nx">args<span class="p">, </span><span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.InvokeOptions.html">InvokeOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span><span class="p">
41+
public static </span>Task&lt;<span class="nx"><a href="#result">GetDomainServiceResult</a></span>> <span class="p">InvokeAsync(</span><span class="nx">GetDomainServiceArgs</span><span class="p"> </span><span class="nx">args<span class="p">, </span><span class="nx"><a href="/docs/reference/pkg/dotnet/Pulumi/Pulumi.InvokeOptions.html">InvokeOptions</a></span><span class="p">? </span><span class="nx">opts = null<span class="p">)</span><span class="p">
4242
}</span></code></pre></div>
4343
{{% /choosable %}}
4444

@@ -146,7 +146,7 @@ The following arguments are supported:
146146

147147

148148

149-
## GetDomainService Result {#result}
149+
## getDomainService Result {#result}
150150

151151
The following output properties are available:
152152

@@ -942,9 +942,6 @@ The following output properties are available:
942942

943943

944944

945-
946-
947-
948945
{{% choosable language csharp %}}
949946
<dl class="resources-properties">
950947

@@ -1153,9 +1150,6 @@ The following output properties are available:
11531150

11541151

11551152

1156-
1157-
1158-
11591153
{{% choosable language csharp %}}
11601154
<dl class="resources-properties">
11611155

@@ -1364,9 +1358,6 @@ The following output properties are available:
13641358

13651359

13661360

1367-
1368-
1369-
13701361
{{% choosable language csharp %}}
13711362
<dl class="resources-properties">
13721363

@@ -1647,9 +1638,6 @@ The following output properties are available:
16471638

16481639

16491640

1650-
1651-
1652-
16531641
{{% choosable language csharp %}}
16541642
<dl class="resources-properties">
16551643

@@ -1786,9 +1774,6 @@ The following output properties are available:
17861774

17871775

17881776

1789-
1790-
1791-
17921777
{{% choosable language csharp %}}
17931778
<dl class="resources-properties">
17941779

@@ -2069,9 +2054,6 @@ The following output properties are available:
20692054

20702055

20712056

2072-
2073-
2074-
20752057
{{% choosable language csharp %}}
20762058
<dl class="resources-properties">
20772059

@@ -2172,9 +2154,6 @@ The following output properties are available:
21722154

21732155

21742156

2175-
2176-
2177-
21782157
{{% choosable language csharp %}}
21792158
<dl class="resources-properties">
21802159

@@ -2311,9 +2290,6 @@ The following output properties are available:
23112290

23122291

23132292

2314-
2315-
2316-
23172293
{{% choosable language csharp %}}
23182294
<dl class="resources-properties">
23192295

@@ -2450,9 +2426,6 @@ The following output properties are available:
24502426

24512427

24522428

2453-
2454-
2455-
24562429
{{% choosable language csharp %}}
24572430
<dl class="resources-properties">
24582431

@@ -2841,9 +2814,6 @@ The following output properties are available:
28412814

28422815

28432816

2844-
2845-
2846-
28472817
{{% choosable language csharp %}}
28482818
<dl class="resources-properties">
28492819

0 commit comments

Comments
 (0)