Skip to content
Closed
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
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,7 +1,2 @@
# Change History
# Unreleased

## Additive Changes

### New Funcs

1. Resource.MarshalJSON() ([]byte, error)
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "25af5c1c0fae2bc594c1932445d06209745f5917",
"readme": "/_/azure-rest-api-specs/specification/alertsmanagement/resource-manager/readme.md",
"tag": "package-2018-05",
"use": "@microsoft.azure/autorest.go@2.1.183",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Change History
# Unreleased

## Additive Changes

### New Funcs

1. AzureResource.MarshalJSON() ([]byte, error)
1. ProxyResource.MarshalJSON() ([]byte, error)
1. *AlertRulePatchObject.UnmarshalJSON([]byte) error
1. AlertRulePatchObject.MarshalJSON() ([]byte, error)
1. SmartDetectorAlertRulesClient.Patch(context.Context, string, string, AlertRulePatchObject) (AlertRule, error)
1. SmartDetectorAlertRulesClient.PatchPreparer(context.Context, string, string, AlertRulePatchObject) (*http.Request, error)
1. SmartDetectorAlertRulesClient.PatchResponder(*http.Response) (AlertRule, error)
1. SmartDetectorAlertRulesClient.PatchSender(*http.Request) (*http.Response, error)

### Struct Changes

#### New Structs

1. AlertRulePatchObject
1. AlertRulePatchProperties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "25af5c1c0fae2bc594c1932445d06209745f5917",
"readme": "/_/azure-rest-api-specs/specification/alertsmanagement/resource-manager/readme.md",
"tag": "package-2019-03",
"use": "@microsoft.azure/autorest.go@2.1.183",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

102 changes: 102 additions & 0 deletions services/alertsmanagement/mgmt/2019-03-01/alertsmanagement/models.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 1 addition & 15 deletions services/appinsights/mgmt/2015-05-01/insights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,2 @@
# Change History
# Unreleased

## Additive Changes

### New Funcs

1. AnnotationsListResult.MarshalJSON() ([]byte, error)
1. ApplicationInsightsComponentAvailableFeatures.MarshalJSON() ([]byte, error)
1. ApplicationInsightsComponentFeature.MarshalJSON() ([]byte, error)
1. ApplicationInsightsComponentFeatureCapabilities.MarshalJSON() ([]byte, error)
1. ApplicationInsightsComponentFeatureCapability.MarshalJSON() ([]byte, error)
1. ApplicationInsightsComponentQuotaStatus.MarshalJSON() ([]byte, error)
1. ApplicationInsightsComponentWebTestLocation.MarshalJSON() ([]byte, error)
1. MyWorkbooksListResult.MarshalJSON() ([]byte, error)
1. WorkItemConfigurationsListResult.MarshalJSON() ([]byte, error)
1. WorkbooksListResult.MarshalJSON() ([]byte, error)
2 changes: 1 addition & 1 deletion services/appinsights/mgmt/2015-05-01/insights/_meta.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"commit": "3c764635e7d442b3e74caf593029fcd440b3ef82",
"commit": "25af5c1c0fae2bc594c1932445d06209745f5917",
"readme": "/_/azure-rest-api-specs/specification/applicationinsights/resource-manager/readme.md",
"tag": "package-2015-05",
"use": "@microsoft.azure/autorest.go@2.1.183",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions services/appinsights/mgmt/2015-05-01/insights/annotations.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 4 additions & 8 deletions services/appinsights/mgmt/2015-05-01/insights/apikeys.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading