Skip to content

Commit

Permalink
Merge pull request #17 from leonardbf/ANF-437-2019-08-01
Browse files Browse the repository at this point in the history
ANF-437 update for new API 2019-08-01
  • Loading branch information
leonardbf authored Nov 11, 2019
2 parents a9a06d6 + 33d69af commit 5d284cb
Show file tree
Hide file tree
Showing 62 changed files with 11,298 additions and 7,145 deletions.
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: [email protected].4283
Bootstrapper version: [email protected].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

0 comments on commit 5d284cb

Please sign in to comment.