Skip to content

Commit

Permalink
Merge pull request #2872 from hashicorp/data/regeneration-from-56d63b…
Browse files Browse the repository at this point in the history
…fe468fcfcbe5cdaa155d9033b54d34702a

Data: regenerating based on 56d63bf
  • Loading branch information
tombuildsstuff authored Aug 2, 2023
2 parents 56d63bf + a8b5867 commit e695fa9
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 e695fa9

Please sign in to comment.