Skip to content

Commit

Permalink
Force generation
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Mar 11, 2024
1 parent 46f1da8 commit 596d1eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mmv1/products/activedirectory/Domain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ error_abort_predicates: ['transport_tpg.Is429QuotaError']
examples:
- !ruby/object:Provider::Terraform::Examples
name: 'active_directory_domain_basic'
primary_resource_id: 'ad-domain'
primary_resource_id: 'ad-domain1'
vars:
name: 'myorg'
# the part of the domain before the first "." must be <15 chars, and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func MetadataRetryWrapper(update func() error) error {
return transport_tpg.MetadataRetryWrapper(update)
}

// force generation
// Update the metadata (serverMD) according to the provided diff (oldMDMap v
// newMDMap).
func MetadataUpdate(oldMDMap map[string]interface{}, newMDMap map[string]interface{}, serverMD *compute.Metadata) {
Expand Down

0 comments on commit 596d1eb

Please sign in to comment.