Skip to content

Commit e78c260

Browse files
[skip ci] Archive Manual (#28141)
1 parent c9d230c commit e78c260

File tree

440 files changed

+4716
-1670
lines changed

Some content is hidden

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

440 files changed

+4716
-1670
lines changed

generated/ApplicationInsights/ApplicationInsights.Autorest/Az.ApplicationInsights.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>ApplicationInsights</PsModuleName>
44
<PsRootModuleName>ApplicationInsights</PsRootModuleName>
5+
<PsModuleFolder>ApplicationInsights.Autorest</PsModuleFolder>
56
</PropertyGroup>
67

78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>

generated/ApplicationInsights/ApplicationInsights.Autorest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Resources
2+
This directory can contain any additional resources for module that are not required at runtime. This directory **does not** get packaged with the module. If you have assets for custom implementation, place them into the `..\custom` folder.
3+
4+
## Info
5+
- Modifiable: yes
6+
- Generated: no
7+
- Committed: yes
8+
- Packaged: no
9+
10+
## Purpose
11+
Use this folder to put anything you want to keep around as part of the repository for the module, but is not something that is required for the module. For example, development files, packaged builds, or additional information. This is only intended to be used in repositories where the module's output directory is cleaned, but tangential resources for the module want to remain intact.

generated/Compute/Compute.Autorest/Az.Compute.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<PropertyGroup>
33
<PsModuleName>Compute</PsModuleName>
44
<PsRootModuleName>Compute</PsRootModuleName>
5+
<PsModuleFolder>Compute.Autorest</PsModuleFolder>
56
</PropertyGroup>
6-
7+
78
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.autorest.props" />
89
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory).., build.proj))\src\Az.Post.props" />
9-
1010
</Project>

generated/Compute/Compute.Autorest/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 28 deletions
This file was deleted.

generated/EventHub/EventHub.Autorest/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
[assembly: System.Reflection.AssemblyFileVersionAttribute("0.1.0.0")]
2424
[assembly: System.Reflection.AssemblyVersionAttribute("0.1.0.0")]
2525
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
26-
[assembly: System.CLSCompliantAttribute(false)]
26+
[assembly: System.CLSCompliantAttribute(false)]

generated/EventHub/EventHub.Autorest/exports/New-AzEventHub.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create a new Event Hub as a nested resource within a Namespace.
19+
Create a new Event Hub as a nested resource within a Namespace.
2020
.Description
21-
create a new Event Hub as a nested resource within a Namespace.
21+
Create a new Event Hub as a nested resource within a Namespace.
2222
.Example
2323
New-AzEventHub -Name myEventHub -ResourceGroupName myResourceGroup -NamespaceName myNamespace -RetentionTimeInHour 168 -PartitionCount 5 -CleanupPolicy Delete
2424
.Example

generated/EventHub/EventHub.Autorest/exports/New-AzEventHubApplicationGroup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create an ApplicationGroup for a Namespace.
19+
Create an ApplicationGroup for a Namespace.
2020
.Description
21-
create an ApplicationGroup for a Namespace.
21+
Create an ApplicationGroup for a Namespace.
2222
.Example
2323
$t1 = New-AzEventHubThrottlingPolicyConfig -Name t1 -MetricId IncomingMessages -RateLimitThreshold 10000
2424
$t2 = New-AzEventHubThrottlingPolicyConfig -Name t2 -MetricId OutgoingBytes -RateLimitThreshold 20000

generated/EventHub/EventHub.Autorest/exports/New-AzEventHubCluster.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create an instance of an Event Hubs Cluster.
19+
Create an instance of an Event Hubs Cluster.
2020
.Description
21-
create an instance of an Event Hubs Cluster.
21+
Create an instance of an Event Hubs Cluster.
2222
.Example
2323
New-AzEventHubCluster -ResourceGroupName myResourceGroup -Name myEventHubsCluster -Location "eastasia" -SupportsScaling -Capacity 2
2424
.Example

generated/EventHub/EventHub.Autorest/exports/New-AzEventHubConsumerGroup.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616

1717
<#
1818
.Synopsis
19-
create an Event Hubs consumer group as a nested resource within a Namespace.
19+
Create an Event Hubs consumer group as a nested resource within a Namespace.
2020
.Description
21-
create an Event Hubs consumer group as a nested resource within a Namespace.
21+
Create an Event Hubs consumer group as a nested resource within a Namespace.
2222
.Example
2323
New-AzEventHubConsumerGroup -Name myConsumerGroup -NamespaceName myNamespace -ResourceGroupName myResourceGroup -EventHubName myEventHub -UserMetadata "Test ConsumerGroup"
2424

0 commit comments

Comments
 (0)