Skip to content

Commit

Permalink
Automated DCL import.
Browse files Browse the repository at this point in the history
  - 6d5210a37c8864d90c237c5def0cca1cb3af6a95 Automatic import from cloud_mmv2_dcl_20221220_1531_RC00 by DCL Team <[email protected]>

GitOrigin-RevId: 6d5210a37c8864d90c237c5def0cca1cb3af6a95
  • Loading branch information
DCL Team authored and copybara-github committed Dec 20, 2022
1 parent 2365f26 commit a1cb913
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion services/google/osconfig/alpha/osconfig_ga_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (op *updateOSPolicyAssignmentUpdateOSPolicyAssignmentOperation) do(ctx cont
diffs := make([]*dcl.FieldDiff, 0)
for _, d := range op.FieldDiffs {
// skipAwaitUpdate is a custom field not available in the API and should not be included in an update mask
if d.FieldName != "skipAwaitRollout" {
if d.FieldName != "SkipAwaitRollout" {
diffs = append(diffs, d)
}
}
Expand Down
2 changes: 1 addition & 1 deletion services/google/osconfig/beta/osconfig_ga_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (op *updateOSPolicyAssignmentUpdateOSPolicyAssignmentOperation) do(ctx cont
diffs := make([]*dcl.FieldDiff, 0)
for _, d := range op.FieldDiffs {
// skipAwaitUpdate is a custom field not available in the API and should not be included in an update mask
if d.FieldName != "skipAwaitRollout" {
if d.FieldName != "SkipAwaitRollout" {
diffs = append(diffs, d)
}
}
Expand Down
2 changes: 1 addition & 1 deletion services/google/osconfig/osconfig_ga_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func (op *updateOSPolicyAssignmentUpdateOSPolicyAssignmentOperation) do(ctx cont
diffs := make([]*dcl.FieldDiff, 0)
for _, d := range op.FieldDiffs {
// skipAwaitUpdate is a custom field not available in the API and should not be included in an update mask
if d.FieldName != "skipAwaitRollout" {
if d.FieldName != "SkipAwaitRollout" {
diffs = append(diffs, d)
}
}
Expand Down

0 comments on commit a1cb913

Please sign in to comment.