Skip to content

Commit

Permalink
[bugfix] Fix firmware policy empty read issue (CiscoDevNet#1003)
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm authored Jan 29, 2023
1 parent b3caaac commit afe1545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aci/resource_aci_rest_managed.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var WriteOnlyAttr = []string{"childAction"}
var FullClasses = []string{"firmwareFwGrp", "maintMaintGrp", "maintMaintP", "firmwareFwP", "pkiExportEncryptionKey"}

// List of classes where an immediate GET following a POST might not reflect the created/updated object
var AllowEmptyReadClasses = []string{"firmwareFwGrp", "firmwareRsFwgrpp", "fabricNodeBlk"}
var AllowEmptyReadClasses = []string{"firmwareFwGrp", "firmwareRsFwgrpp", "firmwareFwP", "fabricNodeBlk"}

// List of classes which do not support annotations
var NoAnnotationClasses = []string{"tagTag"}
Expand Down

0 comments on commit afe1545

Please sign in to comment.