Skip to content

Commit

Permalink
Fixed breaking change
Browse files Browse the repository at this point in the history
Fixed breacking change
  • Loading branch information
paterasMSFT committed Jul 28, 2021
1 parent c1cac2d commit b1616ec
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Microsoft.Azure.Management.Batch.Models
{
public class BatchAccountIdentityUserAssignedIdentitiesValue : UserAssignedIdentities
{
}
}

0 comments on commit b1616ec

Please sign in to comment.