Skip to content

Commit feb3de2

Browse files
committed
Merge branch 'preview' of https://github.com/Azure/azure-powershell into zoneRedundantChanges
2 parents a09e237 + 832c591 commit feb3de2

File tree

321 files changed

+11239
-1116
lines changed

Some content is hidden

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

321 files changed

+11239
-1116
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/Commands.Compute.Test.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@
6666
<Reference Include="Microsoft.Azure.Management.Compute">
6767
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.16.3.0\lib\net452\Microsoft.Azure.Management.Compute.dll</HintPath>
6868
</Reference>
69-
<Reference Include="Microsoft.Azure.Management.Network, Version=15.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70-
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.15.0.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
69+
<Reference Include="Microsoft.Azure.Management.Network, Version=15.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70+
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.15.1.0-preview\lib\net452\Microsoft.Azure.Management.Network.dll</HintPath>
7171
<Private>True</Private>
7272
</Reference>
7373
<Reference Include="Microsoft.Azure.Management.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">

src/ResourceManager/Compute/Commands.Compute.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<package id="Microsoft.Azure.Graph.RBAC" version="3.4.0-preview" targetFramework="net452" />
88
<package id="Microsoft.Azure.Management.Authorization" version="1.0.0" targetFramework="net45" />
99
<package id="Microsoft.Azure.Management.Compute" version="16.3.0" targetFramework="net452" />
10-
<package id="Microsoft.Azure.Management.Network" version="15.0.0-preview" targetFramework="net452" />
10+
<package id="Microsoft.Azure.Management.Network" version="15.1.0-preview" targetFramework="net452" />
1111
<package id="Microsoft.Azure.Management.Storage" version="4.1.0-preview" targetFramework="net45" />
1212
<package id="Microsoft.Azure.Test.Framework" version="1.0.6179.26854-prerelease" targetFramework="net45" />
1313
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.6.7-preview" targetFramework="net45" />

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/help/Get-AzureRmDataLakeAnalyticsAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111111
### PSDataLakeAnalyticsAccount
112112
The specified account details.
113113
114-
### List<PSDataLakeAnalyticsAccount>
114+
### List<PSDataLakeAnalyticsAccountBasic>
115115
The list of accounts in the specified resource group or subscription.
116116
117117
## NOTES

src/ResourceManager/DataLakeAnalytics/Commands.DataLakeAnalytics/help/Get-AzureRmDataLakeAnalyticsJob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ Parameter 'JobId' accepts value of type 'Guid' from the pipeline
292292
### JobInformation
293293
The specified job information details
294294
295-
### List<JobInformation>
295+
### List<PSJobInformationBasic>
296296
The list of jobs in the specified Data Lake Analytics account.
297297
298298
## NOTES

src/ResourceManager/DataLakeStore/Commands.DataLakeStore/help/Get-AzureRmDataLakeStoreAccount.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
111111
### PSDataLakeStoreAccount
112112
The specific Data Lake Store account asked for.
113113
114-
### List<PSDataLakeStoreAccount>
114+
### List<PSDataLakeStoreAccountBasic>
115115
A list of Data Lake Store accounts in the resource group or subscription specified.
116116
117117
## NOTES

src/ResourceManager/EventGrid/Commands.EventGrid/help/Get-AzureRmEventGridSubscription.md

Lines changed: 22 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,27 @@ Gets the details of an event subscription, or gets a list of all event subscript
1515
### EventSubscriptionTopicNameParameterSet (Default)
1616
```
1717
Get-AzureRmEventGridSubscription [[-EventSubscriptionName] <String>] [[-ResourceGroupName] <String>]
18-
[[-TopicName] <String>] [-IncludeFullEndpointUrl] [<CommonParameters>]
18+
[[-TopicName] <String>] [-IncludeFullEndpointUrl] [-DefaultProfile <IAzureContextContainer>]
19+
[<CommonParameters>]
1920
```
2021

2122
### ResourceIdEventSubscriptionParameterSet
2223
```
2324
Get-AzureRmEventGridSubscription [[-EventSubscriptionName] <String>] [-ResourceId] <String>
24-
[-IncludeFullEndpointUrl] [<CommonParameters>]
25+
[-IncludeFullEndpointUrl] [-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2526
```
2627

2728
### EventSubscriptionTopicTypeNameParameterSet
2829
```
2930
Get-AzureRmEventGridSubscription [[-ResourceGroupName] <String>] [[-TopicTypeName] <String>]
30-
[[-Location] <String>] [-IncludeFullEndpointUrl] [<CommonParameters>]
31+
[[-Location] <String>] [-IncludeFullEndpointUrl] [-DefaultProfile <IAzureContextContainer>]
32+
[<CommonParameters>]
3133
```
3234

3335
### EventSubscriptionInputObjectSet
3436
```
35-
Get-AzureRmEventGridSubscription [-InputObject] <PSTopic> [<CommonParameters>]
37+
Get-AzureRmEventGridSubscription [-InputObject] <PSTopic> [-DefaultProfile <IAzureContextContainer>]
38+
[<CommonParameters>]
3639
```
3740

3841
## DESCRIPTION
@@ -121,6 +124,21 @@ Gets the list of all event subscriptions created for the specific resource group
121124

122125
## PARAMETERS
123126

127+
### -DefaultProfile
128+
The credentials, account, tenant, and subscription used for communication with azure
129+
130+
```yaml
131+
Type: IAzureContextContainer
132+
Parameter Sets: (All)
133+
Aliases: AzureRmContext, AzureCredential
134+
135+
Required: False
136+
Position: Named
137+
Default value: None
138+
Accept pipeline input: False
139+
Accept wildcard characters: False
140+
```
141+
124142
### -EventSubscriptionName
125143
The name of the event subscription
126144

src/ResourceManager/EventGrid/Commands.EventGrid/help/Get-AzureRmEventGridTopic.md

Lines changed: 27 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,22 @@ Gets the details of an Event Grid topic, or gets a list of all Event Grid topics
1212

1313
## SYNTAX
1414

15-
### TopicNameParameterSet (Default)
15+
### ResourceGroupNameParameterSet (Default)
1616
```
17-
Get-AzureRmEventGridTopic [-ResourceGroupName] <String> [-Name] <String> [<CommonParameters>]
17+
Get-AzureRmEventGridTopic [[-ResourceGroupName] <String>] [-DefaultProfile <IAzureContextContainer>]
18+
[<CommonParameters>]
1819
```
1920

20-
### ResourceGroupNameParameterSet
21+
### TopicNameParameterSet
2122
```
22-
Get-AzureRmEventGridTopic [[-ResourceGroupName] <String>] [<CommonParameters>]
23+
Get-AzureRmEventGridTopic [-ResourceGroupName] <String> [-Name] <String>
24+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
2325
```
2426

2527
### ResourceIdEventSubscriptionParameterSet
2628
```
27-
Get-AzureRmEventGridTopic [-ResourceId] <String> [<CommonParameters>]
29+
Get-AzureRmEventGridTopic [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
30+
[<CommonParameters>]
2831
```
2932

3033
## DESCRIPTION
@@ -64,6 +67,21 @@ List all the Event Grid topics in the subscription.
6467

6568
## PARAMETERS
6669

70+
### -DefaultProfile
71+
The credentials, account, tenant, and subscription used for communication with azure
72+
73+
```yaml
74+
Type: IAzureContextContainer
75+
Parameter Sets: (All)
76+
Aliases: AzureRmContext, AzureCredential
77+
78+
Required: False
79+
Position: Named
80+
Default value: None
81+
Accept pipeline input: False
82+
Accept wildcard characters: False
83+
```
84+
6785
### -Name
6886
EventGrid Topic Name.
6987
@@ -84,10 +102,10 @@ Resource Group Name.
84102
85103
```yaml
86104
Type: String
87-
Parameter Sets: TopicNameParameterSet
105+
Parameter Sets: ResourceGroupNameParameterSet
88106
Aliases: ResourceGroup
89107

90-
Required: True
108+
Required: False
91109
Position: 0
92110
Default value: None
93111
Accept pipeline input: True (ByPropertyName)
@@ -96,10 +114,10 @@ Accept wildcard characters: False
96114
97115
```yaml
98116
Type: String
99-
Parameter Sets: ResourceGroupNameParameterSet
117+
Parameter Sets: TopicNameParameterSet
100118
Aliases: ResourceGroup
101119

102-
Required: False
120+
Required: True
103121
Position: 0
104122
Default value: None
105123
Accept pipeline input: True (ByPropertyName)

src/ResourceManager/EventGrid/Commands.EventGrid/help/Get-AzureRmEventGridTopicKey.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,20 @@ Gets the shared access keys used to publish events to an Event Grid topic.
1414

1515
### TopicNameParameterSet (Default)
1616
```
17-
Get-AzureRmEventGridTopicKey [-ResourceGroupName] <String> [-Name] <String> [<CommonParameters>]
17+
Get-AzureRmEventGridTopicKey [-ResourceGroupName] <String> [-Name] <String>
18+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1819
```
1920

2021
### TopicInputObjectParameterSet
2122
```
22-
Get-AzureRmEventGridTopicKey [-InputObject] <PSTopic> [<CommonParameters>]
23+
Get-AzureRmEventGridTopicKey [-InputObject] <PSTopic> [-DefaultProfile <IAzureContextContainer>]
24+
[<CommonParameters>]
2325
```
2426

2527
### ResourceIdEventSubscriptionParameterSet
2628
```
27-
Get-AzureRmEventGridTopicKey [-ResourceId] <String> [<CommonParameters>]
29+
Get-AzureRmEventGridTopicKey [-ResourceId] <String> [-DefaultProfile <IAzureContextContainer>]
30+
[<CommonParameters>]
2831
```
2932

3033
## DESCRIPTION
@@ -48,6 +51,21 @@ Gets the shared access keys of Event Grid topic \`Topic1\` in resource group \`M
4851

4952
## PARAMETERS
5053

54+
### -DefaultProfile
55+
The credentials, account, tenant, and subscription used for communication with azure
56+
57+
```yaml
58+
Type: IAzureContextContainer
59+
Parameter Sets: (All)
60+
Aliases: AzureRmContext, AzureCredential
61+
62+
Required: False
63+
Position: Named
64+
Default value: None
65+
Accept pipeline input: False
66+
Accept wildcard characters: False
67+
```
68+
5169
### -InputObject
5270
EventGrid Topic object.
5371

src/ResourceManager/EventGrid/Commands.EventGrid/help/Get-AzureRmEventGridTopicType.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Gets the details about the topic types supported by Azure Event Grid.
1313
## SYNTAX
1414

1515
```
16-
Get-AzureRmEventGridTopicType [[-Name] <String>] [-IncludeEventTypeData] [<CommonParameters>]
16+
Get-AzureRmEventGridTopicType [[-Name] <String>] [-IncludeEventTypeData]
17+
[-DefaultProfile <IAzureContextContainer>] [<CommonParameters>]
1718
```
1819

1920
## DESCRIPTION
@@ -47,6 +48,21 @@ Gets information about the StorageAccounts topic type, including the event types
4748

4849
## PARAMETERS
4950

51+
### -DefaultProfile
52+
The credentials, account, tenant, and subscription used for communication with azure
53+
54+
```yaml
55+
Type: IAzureContextContainer
56+
Parameter Sets: (All)
57+
Aliases: AzureRmContext, AzureCredential
58+
59+
Required: False
60+
Position: Named
61+
Default value: None
62+
Accept pipeline input: False
63+
Accept wildcard characters: False
64+
```
65+
5066
### -IncludeEventTypeData
5167
If specified, the response will include the event types supported by a topic type.
5268

0 commit comments

Comments
 (0)