Skip to content

Commit 290a49a

Browse files
committed
More changes
1 parent 4e7024a commit 290a49a

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

src/ResourceManager/Resources/Commands.Resources/Commands.Resources.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@
203203
<Compile Include="Providers\RegisterAzureProviderCmdlet.cs" />
204204
<Compile Include="Providers\UnregisterAzureProviderCmdlet.cs" />
205205
<Compile Include="ResourceGroupDeployments\RemoveAzureResourceGroupDeploymentCommand.cs" />
206-
<Compile Include="ResourceGroups\GetAzureResourceGroupLogCommand.cs" />
207206
<Compile Include="ResourceGroups\GetAzureLocationCommand.cs" />
208207
<Compile Include="ResourceGroups\SetAzureResourceGroupCommand.cs" />
209208
<Compile Include="RoleAssignments\RemoveAzureRoleAssignmentCommand.cs" />

src/ResourceManager/Resources/Commands.Resources/ResourceGroups/NewAzureResourceGroupCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public override void ExecuteCmdlet()
6767
{
6868
WriteWarning("The deployment parameters in New-AzureResourceGroup cmdlet is being deprecated and will be removed in a future release. Please use New-AzureResourceGroupDeployment to submit deployments.");
6969
}
70-
WriteWarning("The output object of this cmdlet is being modified and will be changed in a future release.");
70+
WriteWarning("The output object of this cmdlet will be modified in a future release.");
7171
WriteObject(ResourcesClient.CreatePSResourceGroup(parameters));
7272
}
7373
}

src/ResourceManager/Resources/Commands.Resources/Templates/GetAzureResourceGroupGalleryTemplateCommand.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public class GetAzureResourceGroupGalleryTemplateCommand : ResourcesBaseCmdlet
4949

5050
public override void ExecuteCmdlet()
5151
{
52+
WriteWarning("This cmdlet is being deprecated and will be removed in a future release.");
5253
FilterGalleryTemplatesOptions options = new FilterGalleryTemplatesOptions()
5354
{
5455
Category = Category,

0 commit comments

Comments
 (0)