Skip to content

Commit d34eb73

Browse files
committed
add missing help markdown
1 parent 9f6ace8 commit d34eb73

File tree

5 files changed

+108
-16
lines changed

5 files changed

+108
-16
lines changed

src/ContainerRegistry/ContainerRegistry/help/Az.ContainerRegistry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Gets the login credentials for a container registry.
2424
Gets a replication of a container registry.
2525

2626
### [Get-AzContainerRegistryUsage](Get-AzContainerRegistryUsage.md)
27-
Get usage of an azure container registry.
27+
Get Usage of an azure container registry.
2828

2929
### [Get-AzContainerRegistryWebhook](Get-AzContainerRegistryWebhook.md)
3030
Gets a container registry webhook.

src/ContainerRegistry/ContainerRegistry/help/Connect-AzContainerRegistry.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Login to ACR with service principal application ID and password.
5555
The credentials, account, tenant, and subscription used for communication with Azure.
5656

5757
```yaml
58-
Type: IAzureContextContainer
58+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
5959
Parameter Sets: (All)
6060
Aliases: AzContext, AzureRmContext, AzureCredential
6161

@@ -70,7 +70,7 @@ Accept wildcard characters: False
7070
Azure Container Registry Name.
7171
7272
```yaml
73-
Type: String
73+
Type: System.String
7474
Parameter Sets: (All)
7575
Aliases:
7676

@@ -85,7 +85,7 @@ Accept wildcard characters: False
8585
Password For Azure Container Registry.
8686
8787
```yaml
88-
Type: String
88+
Type: System.String
8989
Parameter Sets: WithNameAndPasswordParameterSet
9090
Aliases:
9191

@@ -100,7 +100,7 @@ Accept wildcard characters: False
100100
User Name For Azure Container Registry.
101101
102102
```yaml
103-
Type: String
103+
Type: System.String
104104
Parameter Sets: WithNameAndPasswordParameterSet
105105
Aliases:
106106

Lines changed: 92 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
---
2+
external help file: Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.dll-Help.xml
3+
Module Name: Az.ContainerRegistry
4+
online version: https://docs.microsoft.com/en-us/powershell/module/az.containerregistry/get-azcontainerregistryusage
5+
schema: 2.0.0
6+
---
7+
8+
# Get-AzContainerRegistryUsage
9+
10+
## SYNOPSIS
11+
Get Usage of an azure container registry.
12+
13+
## SYNTAX
14+
15+
```
16+
Get-AzContainerRegistryUsage -ResourceGroupName <String> -RegistryName <String>
17+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
18+
```
19+
20+
## DESCRIPTION
21+
Get Usage of an azure container registry.
22+
23+
## EXAMPLES
24+
25+
### Example 1
26+
```powershell
27+
PS C:\> Get-AzContainerRegistryUsage -ResourceGroupName $resourceGroupName -RegistryName $RegistryName
28+
```
29+
30+
Get Usage of an azure container registry.
31+
32+
## PARAMETERS
33+
34+
### -DefaultProfile
35+
The credentials, account, tenant, and subscription used for communication with Azure.
36+
37+
```yaml
38+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
39+
Parameter Sets: (All)
40+
Aliases: AzContext, AzureRmContext, AzureCredential
41+
42+
Required: False
43+
Position: Named
44+
Default value: None
45+
Accept pipeline input: False
46+
Accept wildcard characters: False
47+
```
48+
49+
### -RegistryName
50+
Target registry name.
51+
52+
```yaml
53+
Type: System.String
54+
Parameter Sets: (All)
55+
Aliases:
56+
57+
Required: True
58+
Position: Named
59+
Default value: None
60+
Accept pipeline input: False
61+
Accept wildcard characters: False
62+
```
63+
64+
### -ResourceGroupName
65+
Resource group name.
66+
67+
```yaml
68+
Type: System.String
69+
Parameter Sets: (All)
70+
Aliases:
71+
72+
Required: True
73+
Position: Named
74+
Default value: None
75+
Accept pipeline input: False
76+
Accept wildcard characters: False
77+
```
78+
79+
### CommonParameters
80+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
81+
82+
## INPUTS
83+
84+
### System.String
85+
86+
## OUTPUTS
87+
88+
### Microsoft.Azure.Commands.ContainerRegistry.Models.PSRegistryUsage
89+
90+
## NOTES
91+
92+
## RELATED LINKS

src/ContainerRegistry/ContainerRegistry/help/New-AzContainerRegistryNetworkRule.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Create virtualnetwork rule set.
4444
The action of network rule.
4545

4646
```yaml
47-
Type: String
47+
Type: System.String
4848
Parameter Sets: (All)
4949
Aliases:
5050

@@ -59,7 +59,7 @@ Accept wildcard characters: False
5959
The credentials, account, tenant, and subscription used for communication with Azure.
6060
6161
```yaml
62-
Type: IAzureContextContainer
62+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
6363
Parameter Sets: (All)
6464
Aliases: AzContext, AzureRmContext, AzureCredential
6565

@@ -75,7 +75,7 @@ Specifies the IP or IP range in CIDR format.
7575
Only IPV4 address is allowed.
7676
7777
```yaml
78-
Type: String
78+
Type: System.String
7979
Parameter Sets: ByIPRule
8080
Aliases:
8181

@@ -90,7 +90,7 @@ Accept wildcard characters: False
9090
Indicate to create IPRule.
9191
9292
```yaml
93-
Type: SwitchParameter
93+
Type: System.Management.Automation.SwitchParameter
9494
Parameter Sets: ByIPRule
9595
Aliases:
9696

@@ -105,7 +105,7 @@ Accept wildcard characters: False
105105
Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}.
106106
107107
```yaml
108-
Type: String
108+
Type: System.String
109109
Parameter Sets: ByVirtualNetworkRule
110110
Aliases:
111111

@@ -120,7 +120,7 @@ Accept wildcard characters: False
120120
Indicate to create VirtualNetworkRule.
121121
122122
```yaml
123-
Type: SwitchParameter
123+
Type: System.Management.Automation.SwitchParameter
124124
Parameter Sets: ByVirtualNetworkRule
125125
Aliases:
126126

src/ContainerRegistry/ContainerRegistry/help/Set-AzContainerRegistryNetworkRuleSet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Create a new network rule set.
4545
Default action, could be 'Allow' or 'Deny'
4646

4747
```yaml
48-
Type: String
48+
Type: System.String
4949
Parameter Sets: AddAddNetworkRuleWithoutInputObject
5050
Aliases:
5151
Accepted values: Allow, Deny
@@ -58,7 +58,7 @@ Accept wildcard characters: False
5858
```
5959
6060
```yaml
61-
Type: String
61+
Type: System.String
6262
Parameter Sets: AddNetworkRuleWithInputObject
6363
Aliases:
6464
Accepted values: Allow, Deny
@@ -74,7 +74,7 @@ Accept wildcard characters: False
7474
The credentials, account, tenant, and subscription used for communication with Azure.
7575
7676
```yaml
77-
Type: IAzureContextContainer
77+
Type: Microsoft.Azure.Commands.Common.Authentication.Abstractions.Core.IAzureContextContainer
7878
Parameter Sets: (All)
7979
Aliases: AzContext, AzureRmContext, AzureCredential
8080

@@ -89,7 +89,7 @@ Accept wildcard characters: False
8989
Input PSNetworkRuleSet
9090
9191
```yaml
92-
Type: PSNetworkRuleSet
92+
Type: Microsoft.Azure.Commands.ContainerRegistry.Models.PSNetworkRuleSet
9393
Parameter Sets: AddNetworkRuleWithInputObject
9494
Aliases:
9595

@@ -104,7 +104,7 @@ Accept wildcard characters: False
104104
List of Network rules
105105
106106
```yaml
107-
Type: IPSNetworkRule[]
107+
Type: Microsoft.Azure.Commands.ContainerRegistry.Models.IPSNetworkRule[]
108108
Parameter Sets: (All)
109109
Aliases:
110110

0 commit comments

Comments
 (0)