Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor comment fix #27

Merged
merged 1 commit into from
Oct 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion azuredevops/commerce/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var AccountProviderNamespaceValues = accountProviderNamespaceValuesType{
OnPremise: "onPremise",
}

// Encapsulates azure specific plan structure, using a publisher defined publisher name, offer name, and plan name These are all specified by the publisher and can vary from other meta data we store about the extension internally therefore need to be tracked separately for purposes of interacting with Azure
// Encapsulates Azure specific plan structure, using a publisher defined publisher name, offer name, and plan name. These are all specified by the publisher and can vary from other meta data we store about the extension internally therefore need to be tracked separately for purposes of interacting with Azure.
type AzureOfferPlanDefinition struct {
// Determines whether or not this plan is visible to all users
IsPublic *bool `json:"isPublic,omitempty"`
Expand Down
2 changes: 1 addition & 1 deletion azuredevops/test/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ type GetTestRunByIdArgs struct {
Project *string
// (required) ID of the run to get.
RunId *int
// (optional) Default value is true. It includes details like run statistics,release,build,Test environment,Post process state and more
// (optional) Default value is true. It includes details like run statistics, release, build, test environment, post process state, and more.
IncludeDetails *bool
}

Expand Down