Skip to content

Commit

Permalink
data: regenerating based on the latest Swagger
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-tf-azure committed Aug 2, 2023
1 parent 56d63bf commit a8b5867
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 70 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ internal class Definition : ResourceDefinition
public IEnumerable<System.Type> Constants => new List<System.Type>
{
typeof(AmlFilesystemHealthStateTypeConstant),
typeof(AmlFilesystemIdentityTypeConstant),
typeof(AmlFilesystemProvisioningStateTypeConstant),
typeof(ArchiveStatusTypeConstant),
typeof(MaintenanceDayOfWeekTypeConstant),
Expand All @@ -43,7 +42,6 @@ internal class Definition : ResourceDefinition
typeof(AmlFilesystemEncryptionSettingsModel),
typeof(AmlFilesystemHealthModel),
typeof(AmlFilesystemHsmSettingsModel),
typeof(AmlFilesystemIdentityModel),
typeof(AmlFilesystemPropertiesModel),
typeof(AmlFilesystemPropertiesHsmModel),
typeof(AmlFilesystemPropertiesMaintenanceWindowModel),
Expand All @@ -56,6 +54,5 @@ internal class Definition : ResourceDefinition
typeof(RequiredAmlFilesystemSubnetsSizeModel),
typeof(RequiredAmlFilesystemSubnetsSizeInfoModel),
typeof(SkuNameModel),
typeof(UserAssignedIdentitiesPropertiesModel),
};
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ internal class AmlFilesystemModel
public string? Id { get; set; }

[JsonPropertyName("identity")]
public AmlFilesystemIdentityModel? Identity { get; set; }
public CustomTypes.UserAssignedIdentityMap? Identity { get; set; }

[JsonPropertyName("location")]
[Required]
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit a8b5867

Please sign in to comment.