Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions eng/mgmt/mgmtmetadata/netapp_resource-manager.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Commencing code generation
Generating CSharp code
Executing AutoRest command
cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/netapp/resource-manager/readme.md --csharp --version=latest --reflect-api-versions --csharp-sdks-folder=C:\azure-sdk-for-net\sdk
2019-09-12 13:18:08 UTC
2019-11-08 11:15:10 UTC
Azure-rest-api-specs repository information
GitHub fork: Azure
Branch: master
Commit: d3f2c3d909f34d63d5d01b63ca928130c5c5627a
Commit: 0a276b37ef1d935b3a082d178ecbf9d553deef26
AutoRest information
Requested version: latest
Bootstrapper version: autorest@2.0.4283
Bootstrapper version: autorest@2.0.4407
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<!--This file and it's contents are updated at build time moving or editing might result in build failure. Take due deligence while editing this file-->
<PropertyGroup>
<AzureApiTag>NetApp_2019-07-01;</AzureApiTag>
<AzureApiTag>NetApp_2019-08-01;</AzureApiTag>
<PackageTags>$(PackageTags);$(CommonTags);$(AzureApiTag);</PackageTags>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ internal AccountsOperations(AzureNetAppFilesManagementClient client)
/// Describe all NetApp Accounts in a resource group
/// </summary>
/// <remarks>
/// List and describe all NetApp accounts in the resource group
/// List and describe all NetApp accounts in the resource group.
/// </remarks>
/// <param name='resourceGroupName'>
/// The name of the resource group.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public static partial class AccountsOperationsExtensions
/// Describe all NetApp Accounts in a resource group
/// </summary>
/// <remarks>
/// List and describe all NetApp accounts in the resource group
/// List and describe all NetApp accounts in the resource group.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand All @@ -44,7 +44,7 @@ public static IEnumerable<NetAppAccount> List(this IAccountsOperations operation
/// Describe all NetApp Accounts in a resource group
/// </summary>
/// <remarks>
/// List and describe all NetApp accounts in the resource group
/// List and describe all NetApp accounts in the resource group.
/// </remarks>
/// <param name='operations'>
/// The operations group for this extension method.
Expand Down
Loading