Skip to content

Commit

Permalink
documenting the behaviour of the helper method
Browse files Browse the repository at this point in the history
  • Loading branch information
tombuildsstuff committed Feb 27, 2019
1 parent 6559967 commit 6a5230b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azurerm/helpers/azure/api_management.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ func SchemaApiManagementDataSourceName() *schema.Schema {
}
}

// SchemaApiManagementChildName returns the Schema for the identifier
// used by resources within nested under the API Management Service resource
func SchemaApiManagementChildName() *schema.Schema {
return &schema.Schema{
Type: schema.TypeString,
Expand All @@ -31,6 +33,8 @@ func SchemaApiManagementChildName() *schema.Schema {
}
}

// SchemaApiManagementChildDataSourceName returns the Schema for the identifier
// used by resources within nested under the API Management Service resource
func SchemaApiManagementChildDataSourceName() *schema.Schema {
return &schema.Schema{
Type: schema.TypeString,
Expand Down

0 comments on commit 6a5230b

Please sign in to comment.