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

[AutoPR monitor/mgmt/2020-10-01/insights] Update readme.md(do not merge) #4979

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft
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 services/monitor/mgmt/2020-10-01/insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Change History
# Unreleased Content

6 changes: 3 additions & 3 deletions services/monitor/mgmt/2020-10-01/insights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"commit": "8240593bde5350e6762015523ccd57cb61e32da5",
"commit": "014ea46f886eb8083c7a7b97f23ff2388c4f1e69",
"readme": "/_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md",
"tag": "package-2020-10",
"tag": "package-2020-10-only",
"use": "@microsoft.azure/[email protected]",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"autorest_command": "autorest [email protected]/[email protected] --tag=package-2020-10 --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md",
"autorest_command": "autorest [email protected]/[email protected] --tag=package-2020-10-only --go-sdk-folder=/_/azure-sdk-for-go --go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION /_/azure-rest-api-specs/specification/monitor/resource-manager/readme.md",
"additional_properties": {
"additional_options": "--go --verbose --use-onever --version=V2 --go.license-header=MICROSOFT_MIT_NO_VERSION"
}
Expand Down
3 changes: 2 additions & 1 deletion swagger_to_sdk_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
}
},
"advancedOptions": {
"cloneDir": "src/github.com/Azure/azure-sdk-for-go"
"cloneDir": "src/github.com/Azure/azure-sdk-for-go",
"breakingChangeTracking": true
},
"initOptions": {
"initScript": {
Expand Down
4 changes: 2 additions & 2 deletions tools/generator/pipeline/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ type PackageResult struct {

// Changelog ...
type Changelog struct {
Content *string `json:"content,omitempty"`
HasBreakingChange *bool `json:"hasBreakingChange,omitempty"`
Content *string `json:"content,omitempty"`
HasBreakingChange *bool `json:"hasBreakingChange,omitempty"`
BreakingChangeItems *[]string `json:"breakingChangeItems,omitempty"`
}

Expand Down