From 55bc0690d45fa08742631159f6d937731e0f56a3 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Fri, 7 Dec 2018 19:12:03 +0000 Subject: [PATCH 1/2] Generated from 0c18095b3c331ec6ecdf91249f29b0eea55b92ee Fixing merge issues --- .../mgmt/costmanagement/models.go | 15 +++++++++------ .../costmanagement/models.go | 18 ++++++++++++------ 2 files changed, 21 insertions(+), 12 deletions(-) diff --git a/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go b/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go index 45fb9c9276b0..d517d133d32e 100644 --- a/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go +++ b/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go @@ -80,11 +80,13 @@ const ( type ExecutionStatus = original.ExecutionStatus const ( - Completed ExecutionStatus = original.Completed - Failed ExecutionStatus = original.Failed - InProgress ExecutionStatus = original.InProgress - Queud ExecutionStatus = original.Queud - Timeout ExecutionStatus = original.Timeout + Completed ExecutionStatus = original.Completed + DataNotAvailable ExecutionStatus = original.DataNotAvailable + Failed ExecutionStatus = original.Failed + InProgress ExecutionStatus = original.InProgress + NewDataNotAvailable ExecutionStatus = original.NewDataNotAvailable + Queued ExecutionStatus = original.Queued + Timeout ExecutionStatus = original.Timeout ) type ExecutionType = original.ExecutionType @@ -103,7 +105,8 @@ const ( type GranularityType = original.GranularityType const ( - Daily GranularityType = original.Daily + Daily GranularityType = original.Daily + Hourly GranularityType = original.Hourly ) type RecurrenceType = original.RecurrenceType diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go index 921d60d59179..801b39bdf661 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go @@ -138,19 +138,23 @@ type ExecutionStatus string const ( // Completed ... Completed ExecutionStatus = "Completed" + // DataNotAvailable ... + DataNotAvailable ExecutionStatus = "DataNotAvailable" // Failed ... Failed ExecutionStatus = "Failed" // InProgress ... InProgress ExecutionStatus = "InProgress" - // Queud ... - Queud ExecutionStatus = "Queud" + // NewDataNotAvailable ... + NewDataNotAvailable ExecutionStatus = "NewDataNotAvailable" + // Queued ... + Queued ExecutionStatus = "Queued" // Timeout ... Timeout ExecutionStatus = "Timeout" ) // PossibleExecutionStatusValues returns an array of possible values for the ExecutionStatus const type. func PossibleExecutionStatusValues() []ExecutionStatus { - return []ExecutionStatus{Completed, Failed, InProgress, Queud, Timeout} + return []ExecutionStatus{Completed, DataNotAvailable, Failed, InProgress, NewDataNotAvailable, Queued, Timeout} } // ExecutionType enumerates the values for execution type. @@ -187,11 +191,13 @@ type GranularityType string const ( // Daily ... Daily GranularityType = "Daily" + // Hourly ... + Hourly GranularityType = "Hourly" ) // PossibleGranularityTypeValues returns an array of possible values for the GranularityType const type. func PossibleGranularityTypeValues() []GranularityType { - return []GranularityType{Daily} + return []GranularityType{Daily, Hourly} } // RecurrenceType enumerates the values for recurrence type. @@ -1274,7 +1280,7 @@ type ReportComparisonExpression struct { // ReportDataset the definition of data present in the report. type ReportDataset struct { - // Granularity - The granularity of rows in the report. Possible values include: 'Daily' + // Granularity - The granularity of rows in the report. Possible values include: 'Daily', 'Hourly' Granularity GranularityType `json:"granularity,omitempty"` // Configuration - Has configuration information for the data in the report. The configuration will be ignored if aggregation and grouping are provided. Configuration *ReportDatasetConfiguration `json:"configuration,omitempty"` @@ -1446,7 +1452,7 @@ type ReportExecutionListResult struct { type ReportExecutionProperties struct { // ExecutionType - The type of the report execution. Possible values include: 'OnDemand', 'Scheduled' ExecutionType ExecutionType `json:"executionType,omitempty"` - // Status - The status of the report execution. Possible values include: 'Queud', 'InProgress', 'Completed', 'Failed', 'Timeout' + // Status - The status of the report execution. Possible values include: 'Queued', 'InProgress', 'Completed', 'Failed', 'Timeout', 'NewDataNotAvailable', 'DataNotAvailable' Status ExecutionStatus `json:"status,omitempty"` // SubmittedBy - The identifier for the entity that executed the report. For OnDemand executions, it is the email id. For Scheduled executions, it is the constant value - System. SubmittedBy *string `json:"submittedBy,omitempty"` From 39b7ec499fb88c2de9946fbb8081784e88153e76 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Wed, 16 Jan 2019 20:28:05 +0000 Subject: [PATCH 2/2] Generated from 759f2458db91fffe36a2743e824abafa2aefb25a Splitting up budgets changes in another PR --- .../compute/mgmt/compute/computeapi/models.go | 2 +- .../2017-03-09/compute/mgmt/compute/models.go | 2 +- .../keyvault/keyvault/keyvaultapi/models.go | 2 +- .../2017-03-09/keyvault/keyvault/models.go | 2 +- .../mgmt/keyvault/keyvaultapi/models.go | 2 +- .../keyvault/mgmt/keyvault/models.go | 2 +- .../2017-03-09/network/mgmt/network/models.go | 2 +- .../network/mgmt/network/networkapi/models.go | 2 +- .../mgmt/features/featuresapi/models.go | 2 +- .../resources/mgmt/features/models.go | 2 +- .../resources/mgmt/links/linksapi/models.go | 2 +- .../2017-03-09/resources/mgmt/links/models.go | 2 +- .../resources/mgmt/locks/locksapi/models.go | 2 +- .../2017-03-09/resources/mgmt/locks/models.go | 2 +- .../resources/mgmt/policy/models.go | 2 +- .../resources/mgmt/resources/models.go | 2 +- .../mgmt/resources/resourcesapi/models.go | 2 +- .../resources/mgmt/subscriptions/models.go | 2 +- .../subscriptions/subscriptionsapi/models.go | 2 +- .../2017-03-09/storage/mgmt/storage/models.go | 2 +- .../storage/mgmt/storage/storageapi/models.go | 2 +- .../authorization/authorizationapi/models.go | 2 +- .../mgmt/authorization/models.go | 2 +- .../compute/mgmt/compute/computeapi/models.go | 2 +- .../2018-03-01/compute/mgmt/compute/models.go | 2 +- .../2018-03-01/dns/mgmt/dns/dnsapi/models.go | 2 +- profiles/2018-03-01/dns/mgmt/dns/models.go | 2 +- .../keyvault/keyvault/keyvaultapi/models.go | 2 +- .../2018-03-01/keyvault/keyvault/models.go | 2 +- .../mgmt/keyvault/keyvaultapi/models.go | 2 +- .../keyvault/mgmt/keyvault/models.go | 2 +- .../2018-03-01/network/mgmt/network/models.go | 2 +- .../network/mgmt/network/networkapi/models.go | 2 +- .../resources/mgmt/links/linksapi/models.go | 2 +- .../2018-03-01/resources/mgmt/links/models.go | 2 +- .../resources/mgmt/locks/locksapi/models.go | 2 +- .../2018-03-01/resources/mgmt/locks/models.go | 2 +- .../resources/mgmt/policy/models.go | 2 +- .../resources/mgmt/policy/policyapi/models.go | 2 +- .../resources/mgmt/resources/models.go | 2 +- .../mgmt/resources/resourcesapi/models.go | 2 +- .../resources/mgmt/subscriptions/models.go | 2 +- .../subscriptions/subscriptionsapi/models.go | 2 +- .../2018-03-01/storage/mgmt/storage/models.go | 2 +- .../storage/mgmt/storage/storageapi/models.go | 2 +- profiles/2018-03-01/web/mgmt/web/models.go | 2 +- .../2018-03-01/web/mgmt/web/webapi/models.go | 2 +- .../latest/advisor/mgmt/advisor/models.go | 2 +- .../mgmt/analysisservices/models.go | 2 +- .../mgmt/apimanagement/models.go | 2 +- .../latest/appinsights/insights/models.go | 2 +- .../appinsights/mgmt/insights/models.go | 2 +- .../mgmt/authorization/models.go | 2 +- .../automation/mgmt/automation/models.go | 2 +- .../latest/azsadmin/mgmt/fabric/models.go | 2 +- .../mgmt/infrastructureinsights/models.go | 2 +- profiles/latest/batch/batch/models.go | 2 +- profiles/latest/batch/mgmt/batch/models.go | 2 +- .../latest/batchai/mgmt/batchai/models.go | 2 +- .../computervision/models.go | 2 +- .../contentmoderator/models.go | 2 +- .../cognitiveservices/customsearch/models.go | 2 +- .../cognitiveservices/entitysearch/models.go | 2 +- .../latest/cognitiveservices/face/models.go | 2 +- .../cognitiveservices/imagesearch/models.go | 2 +- .../luis/programmatic/models.go | 2 +- .../cognitiveservices/luis/runtime/models.go | 2 +- .../mgmt/cognitiveservices/models.go | 2 +- .../cognitiveservices/newssearch/models.go | 2 +- .../cognitiveservices/spellcheck/models.go | 2 +- .../cognitiveservices/textanalytics/models.go | 2 +- .../cognitiveservices/videosearch/models.go | 2 +- .../cognitiveservices/websearch/models.go | 2 +- .../latest/compute/mgmt/compute/models.go | 2 +- .../consumption/mgmt/consumption/models.go | 2 +- .../mgmt/containerregistry/models.go | 2 +- .../mgmt/containerservice/models.go | 2 +- .../cosmos-db/mgmt/documentdb/models.go | 2 +- .../mgmt/customerinsights/models.go | 2 +- .../datacatalog/mgmt/datacatalog/models.go | 2 +- .../datalake/analytics/catalog/models.go | 2 +- .../latest/datalake/analytics/job/models.go | 2 +- .../datalake/analytics/mgmt/account/models.go | 2 +- .../datalake/store/filesystem/models.go | 2 +- .../datalake/store/mgmt/account/models.go | 2 +- .../latest/devtestlabs/mgmt/dtl/models.go | 2 +- profiles/latest/dns/mgmt/dns/models.go | 2 +- .../latest/domainservices/mgmt/aad/models.go | 2 +- profiles/latest/eventgrid/eventgrid/models.go | 2 +- .../latest/eventgrid/mgmt/eventgrid/models.go | 2 +- .../latest/eventhub/mgmt/eventhub/models.go | 2 +- profiles/latest/graphrbac/graphrbac/models.go | 2 +- profiles/latest/iothub/mgmt/devices/models.go | 2 +- profiles/latest/keyvault/keyvault/models.go | 2 +- .../latest/keyvault/mgmt/keyvault/models.go | 2 +- profiles/latest/logic/mgmt/logic/models.go | 2 +- .../mgmt/webservices/models.go | 2 +- .../mgmt/marketplaceordering/models.go | 2 +- .../latest/mediaservices/mgmt/media/models.go | 2 +- .../mgmt/mobileengagement/models.go | 2 +- profiles/latest/mysql/mgmt/mysql/models.go | 2 +- .../latest/network/mgmt/network/models.go | 2 +- .../mgmt/notificationhubs/models.go | 2 +- .../mgmt/operationalinsights/models.go | 2 +- .../operationalinsights/models.go | 2 +- .../postgresql/mgmt/postgresql/models.go | 2 +- .../mgmt/powerbidedicated/models.go | 2 +- .../mgmt/powerbiembedded/models.go | 2 +- .../mgmt/iothub/models.go | 2 +- .../recoveryservices/mgmt/backup/models.go | 2 +- .../mgmt/recoveryservices/models.go | 2 +- .../mgmt/siterecovery/models.go | 2 +- profiles/latest/redis/mgmt/redis/models.go | 2 +- profiles/latest/relay/mgmt/relay/models.go | 2 +- .../reservations/mgmt/reservations/models.go | 2 +- .../mgmt/resourcehealth/models.go | 2 +- .../latest/resources/mgmt/features/models.go | 2 +- .../latest/resources/mgmt/links/models.go | 2 +- .../latest/resources/mgmt/locks/models.go | 2 +- .../latest/resources/mgmt/policy/models.go | 2 +- .../latest/resources/mgmt/resources/models.go | 2 +- .../resources/mgmt/subscriptions/models.go | 2 +- .../latest/scheduler/mgmt/scheduler/models.go | 2 +- profiles/latest/search/mgmt/search/models.go | 2 +- .../servicebus/mgmt/servicebus/models.go | 2 +- .../mgmt/servicefabric/models.go | 2 +- .../servicefabric/servicefabric/models.go | 2 +- profiles/latest/sql/mgmt/sql/models.go | 2 +- .../latest/storage/mgmt/storage/models.go | 2 +- .../mgmt/storageimportexport/models.go | 2 +- .../mgmt/storsimple/models.go | 2 +- .../mgmt/streamanalytics/models.go | 2 +- .../mgmt/timeseriesinsights/models.go | 2 +- .../mgmt/trafficmanager/models.go | 2 +- profiles/latest/web/mgmt/web/models.go | 2 +- .../adhybridhealthserviceapi/models.go | 2 +- .../mgmt/adhybridhealthservice/models.go | 2 +- .../advisor/mgmt/advisor/advisorapi/models.go | 2 +- .../preview/advisor/mgmt/advisor/models.go | 2 +- .../alertsmanagementapi/models.go | 2 +- .../mgmt/alertsmanagement/models.go | 2 +- .../analysisservicesapi/models.go | 2 +- .../mgmt/analysisservices/models.go | 2 +- .../apimanagement/apimanagementapi/models.go | 2 +- .../mgmt/apimanagement/models.go | 2 +- .../preview/appinsights/insights/models.go | 2 +- .../mgmt/insights/insightsapi/models.go | 2 +- .../appinsights/mgmt/insights/models.go | 2 +- .../authorization/authorizationapi/models.go | 2 +- .../mgmt/authorization/models.go | 2 +- .../mgmt/automation/automationapi/models.go | 2 +- .../automation/mgmt/automation/models.go | 2 +- .../preview/azsadmin/mgmt/fabric/models.go | 2 +- .../mgmt/infrastructureinsights/models.go | 2 +- .../mgmt/azurestack/azurestackapi/models.go | 2 +- .../azurestack/mgmt/azurestack/models.go | 2 +- .../preview/batch/batch/batchapi/models.go | 2 +- profiles/preview/batch/batch/models.go | 2 +- .../batch/mgmt/batch/batchapi/models.go | 2 +- profiles/preview/batch/mgmt/batch/models.go | 2 +- .../batchai/mgmt/batchai/batchaiapi/models.go | 2 +- .../preview/batchai/mgmt/batchai/models.go | 2 +- .../preview/cdn/mgmt/cdn/cdnapi/models.go | 2 +- profiles/preview/cdn/mgmt/cdn/models.go | 2 +- .../autosuggest/autosuggestapi/models.go | 2 +- .../cognitiveservices/autosuggest/models.go | 2 +- .../computervisionapi/models.go | 2 +- .../computervision/models.go | 2 +- .../contentmoderatorapi/models.go | 2 +- .../contentmoderator/models.go | 2 +- .../customimagesearchapi/models.go | 2 +- .../customimagesearch/models.go | 2 +- .../customsearch/customsearchapi/models.go | 2 +- .../cognitiveservices/customsearch/models.go | 2 +- .../customvision/prediction/models.go | 2 +- .../prediction/predictionapi/models.go | 2 +- .../customvision/training/models.go | 2 +- .../training/trainingapi/models.go | 2 +- .../entitysearch/entitysearchapi/models.go | 2 +- .../cognitiveservices/entitysearch/models.go | 2 +- .../cognitiveservices/face/faceapi/models.go | 2 +- .../preview/cognitiveservices/face/models.go | 2 +- .../imagesearch/imagesearchapi/models.go | 2 +- .../cognitiveservices/imagesearch/models.go | 2 +- .../luis/authoring/authoringapi/models.go | 2 +- .../luis/authoring/models.go | 2 +- .../luis/programmatic/models.go | 2 +- .../cognitiveservices/luis/runtime/models.go | 2 +- .../luis/runtime/runtimeapi/models.go | 2 +- .../cognitiveservicesapi/models.go | 2 +- .../mgmt/cognitiveservices/models.go | 2 +- .../cognitiveservices/newssearch/models.go | 2 +- .../newssearch/newssearchapi/models.go | 2 +- .../cognitiveservices/qnamaker/models.go | 2 +- .../qnamaker/qnamakerapi/models.go | 2 +- .../cognitiveservices/spellcheck/models.go | 2 +- .../spellcheck/spellcheckapi/models.go | 2 +- .../cognitiveservices/textanalytics/models.go | 2 +- .../textanalytics/textanalyticsapi/models.go | 2 +- .../cognitiveservices/videosearch/models.go | 2 +- .../videosearch/videosearchapi/models.go | 2 +- .../cognitiveservices/websearch/models.go | 2 +- .../websearch/websearchapi/models.go | 2 +- .../compute/mgmt/compute/computeapi/models.go | 2 +- .../preview/compute/mgmt/compute/models.go | 2 +- profiles/preview/compute/mgmt/skus/models.go | 2 +- .../compute/mgmt/skus/skusapi/models.go | 2 +- .../mgmt/consumption/consumptionapi/models.go | 2 +- .../consumption/mgmt/consumption/models.go | 2 +- .../containerinstanceapi/models.go | 2 +- .../mgmt/containerinstance/models.go | 2 +- .../containerregistryapi/models.go | 2 +- .../mgmt/containerregistry/models.go | 2 +- .../containerserviceapi/models.go | 2 +- .../mgmt/containerservice/models.go | 2 +- .../mgmt/documentdb/documentdbapi/models.go | 2 +- .../cosmos-db/mgmt/documentdb/models.go | 2 +- .../costmanagementapi/models.go | 2 +- .../mgmt/costmanagement/models.go | 2 +- .../customerinsightsapi/models.go | 2 +- .../mgmt/customerinsights/models.go | 2 +- .../databox/mgmt/databox/databoxapi/models.go | 2 +- .../preview/databox/mgmt/databox/models.go | 2 +- .../mgmt/databricks/databricksapi/models.go | 2 +- .../databricks/mgmt/databricks/models.go | 2 +- .../mgmt/datacatalog/datacatalogapi/models.go | 2 +- .../datacatalog/mgmt/datacatalog/models.go | 2 +- .../mgmt/datafactory/datafactoryapi/models.go | 2 +- .../datafactory/mgmt/datafactory/models.go | 2 +- .../analytics/catalog/catalogapi/models.go | 2 +- .../datalake/analytics/catalog/models.go | 2 +- .../datalake/analytics/job/jobapi/models.go | 2 +- .../preview/datalake/analytics/job/models.go | 2 +- .../mgmt/account/accountapi/models.go | 2 +- .../datalake/analytics/mgmt/account/models.go | 2 +- .../store/filesystem/filesystemapi/models.go | 2 +- .../datalake/store/filesystem/models.go | 2 +- .../store/mgmt/account/accountapi/models.go | 2 +- .../datalake/store/mgmt/account/models.go | 2 +- .../datamigration/datamigrationapi/models.go | 2 +- .../mgmt/datamigration/models.go | 2 +- .../devtestlabs/mgmt/dtl/dtlapi/models.go | 2 +- .../preview/devtestlabs/mgmt/dtl/models.go | 2 +- .../preview/dns/mgmt/dns/dnsapi/models.go | 2 +- profiles/preview/dns/mgmt/dns/models.go | 2 +- .../domainservices/mgmt/aad/aadapi/models.go | 2 +- .../preview/domainservices/mgmt/aad/models.go | 2 +- .../eventgrid/eventgridapi/models.go | 2 +- .../preview/eventgrid/eventgrid/models.go | 2 +- .../mgmt/eventgrid/eventgridapi/models.go | 2 +- .../eventgrid/mgmt/eventgrid/models.go | 2 +- .../mgmt/eventhub/eventhubapi/models.go | 2 +- .../preview/eventhub/mgmt/eventhub/models.go | 2 +- .../graphrbac/graphrbacapi/models.go | 2 +- .../preview/graphrbac/graphrbac/models.go | 2 +- .../mgmt/iotcentral/iotcentralapi/models.go | 2 +- .../iotcentral/mgmt/iotcentral/models.go | 2 +- .../iothub/mgmt/devices/devicesapi/models.go | 2 +- .../preview/iothub/mgmt/devices/models.go | 2 +- .../keyvault/keyvault/keyvaultapi/models.go | 2 +- profiles/preview/keyvault/keyvault/models.go | 2 +- .../mgmt/keyvault/keyvaultapi/models.go | 2 +- .../preview/keyvault/mgmt/keyvault/models.go | 2 +- .../mgmt/labservices/labservicesapi/models.go | 2 +- .../labservices/mgmt/labservices/models.go | 2 +- .../logic/mgmt/logic/logicapi/models.go | 2 +- profiles/preview/logic/mgmt/logic/models.go | 2 +- .../machinelearning/mgmt/compute/models.go | 2 +- .../mgmt/webservices/models.go | 2 +- .../mgmt/webservices/webservicesapi/models.go | 2 +- .../machinelearning/mgmt/workspaces/models.go | 2 +- .../mgmt/workspaces/workspacesapi/models.go | 2 +- .../mgmt/managementpartner/models.go | 2 +- .../preview/maps/mgmt/maps/mapsapi/models.go | 2 +- profiles/preview/maps/mgmt/maps/models.go | 2 +- .../marketplaceorderingapi/models.go | 2 +- .../mgmt/marketplaceordering/models.go | 2 +- .../mgmt/media/mediaapi/models.go | 2 +- .../mediaservices/mgmt/media/models.go | 2 +- .../migrate/mgmt/migrate/migrateapi/models.go | 2 +- .../preview/migrate/mgmt/migrate/models.go | 2 +- .../mgmt/mobileengagement/models.go | 2 +- .../preview/monitor/mgmt/insights/models.go | 2 +- profiles/preview/mysql/mgmt/mysql/models.go | 2 +- .../mysql/mgmt/mysql/mysqlapi/models.go | 2 +- .../preview/network/mgmt/network/models.go | 2 +- .../network/mgmt/network/networkapi/models.go | 2 +- .../mgmt/notificationhubs/models.go | 2 +- .../notificationhubsapi/models.go | 2 +- .../mgmt/operationalinsights/models.go | 2 +- .../operationalinsightsapi/models.go | 2 +- .../operationalinsights/models.go | 2 +- .../operationalinsightsapi/models.go | 2 +- .../mgmt/policyinsights/models.go | 2 +- .../policyinsightsapi/models.go | 2 +- .../postgresql/mgmt/postgresql/models.go | 2 +- .../mgmt/postgresql/postgresqlapi/models.go | 2 +- .../mgmt/powerbidedicated/models.go | 2 +- .../powerbidedicatedapi/models.go | 2 +- .../mgmt/powerbiembedded/models.go | 2 +- .../powerbiembeddedapi/models.go | 2 +- .../addons/mgmt/addons/addonsapi/models.go | 2 +- .../preview/addons/mgmt/addons/models.go | 2 +- .../advisor/mgmt/advisor/advisorapi/models.go | 2 +- .../preview/advisor/mgmt/advisor/models.go | 2 +- .../mgmt/alertsmanagement/models.go | 2 +- .../apimanagement/apimanagementapi/models.go | 2 +- .../ctrl/apimanagement/models.go | 2 +- .../apimanagement/apimanagementapi/models.go | 2 +- .../mgmt/apimanagement/models.go | 2 +- .../insights/insightsapi/models.go | 2 +- .../preview/appinsights/insights/models.go | 2 +- .../authorization/authorizationapi/models.go | 2 +- .../mgmt/authorization/models.go | 2 +- .../mgmt/automation/automationapi/models.go | 2 +- .../automation/mgmt/automation/models.go | 2 +- .../batchai/mgmt/batchai/batchaiapi/models.go | 2 +- .../preview/batchai/mgmt/batchai/models.go | 2 +- .../billing/mgmt/billing/billingapi/models.go | 2 +- .../preview/billing/mgmt/billing/models.go | 2 +- .../mgmt/blueprint/blueprintapi/models.go | 2 +- .../blueprint/mgmt/blueprint/models.go | 2 +- .../mgmt/botservice/botserviceapi/models.go | 2 +- .../botservice/mgmt/botservice/models.go | 2 +- .../cognitiveservicesapi/models.go | 2 +- .../mgmt/cognitiveservices/models.go | 2 +- .../cognitiveservices/visualsearch/models.go | 2 +- .../visualsearch/visualsearchapi/models.go | 2 +- .../mgmt/commerce/commerceapi/models.go | 2 +- .../preview/commerce/mgmt/commerce/models.go | 2 +- .../compute/mgmt/compute/computeapi/models.go | 2 +- .../preview/compute/mgmt/compute/models.go | 2 +- .../mgmt/consumption/consumptionapi/models.go | 2 +- .../consumption/mgmt/consumption/models.go | 2 +- .../containerinstanceapi/models.go | 2 +- .../mgmt/containerinstance/models.go | 2 +- .../containerregistryapi/models.go | 2 +- .../mgmt/containerregistry/models.go | 2 +- .../containerserviceapi/models.go | 2 +- .../mgmt/containerservice/models.go | 2 +- .../costmanagementapi/models.go | 2 +- .../mgmt/costmanagement/models.go | 2 +- .../mgmt/datafactory/datafactoryapi/models.go | 2 +- .../datafactory/mgmt/datafactory/models.go | 2 +- .../analytics/catalog/catalogapi/models.go | 2 +- .../datalake/analytics/catalog/models.go | 2 +- .../datalake/analytics/job/jobapi/models.go | 2 +- .../preview/datalake/analytics/job/models.go | 2 +- .../mgmt/account/accountapi/models.go | 2 +- .../datalake/analytics/mgmt/account/models.go | 2 +- .../store/filesystem/filesystemapi/models.go | 2 +- .../datalake/store/filesystem/models.go | 2 +- .../store/mgmt/account/accountapi/models.go | 2 +- .../datalake/store/mgmt/account/models.go | 2 +- .../datamigration/datamigrationapi/models.go | 2 +- .../mgmt/datamigration/models.go | 2 +- .../deploymentmanagerapi/models.go | 2 +- .../mgmt/deploymentmanager/models.go | 2 +- .../mgmt/devspaces/devspacesapi/models.go | 2 +- .../devspaces/mgmt/devspaces/models.go | 2 +- .../devtestlabs/mgmt/dtl/dtlapi/models.go | 2 +- .../preview/devtestlabs/mgmt/dtl/models.go | 2 +- .../preview/dns/mgmt/dns/dnsapi/models.go | 2 +- .../preview/preview/dns/mgmt/dns/models.go | 2 +- .../engagementfabricapi/models.go | 2 +- .../mgmt/engagementfabric/models.go | 2 +- .../mgmt/eventgrid/eventgridapi/models.go | 2 +- .../eventgrid/mgmt/eventgrid/models.go | 2 +- .../mgmt/eventhub/eventhubapi/models.go | 2 +- .../preview/eventhub/mgmt/eventhub/models.go | 2 +- .../mgmt/frontdoor/frontdoorapi/models.go | 2 +- .../frontdoor/mgmt/frontdoor/models.go | 2 +- .../mgmt/hanaonazure/hanaonazureapi/models.go | 2 +- .../hanaonazure/mgmt/hanaonazure/models.go | 2 +- .../mgmt/hdinsight/hdinsightapi/models.go | 2 +- .../hdinsight/mgmt/hdinsight/models.go | 2 +- .../mgmt/iotspaces/iotspacesapi/models.go | 2 +- .../iotspaces/mgmt/iotspaces/models.go | 2 +- .../kusto/mgmt/kusto/kustoapi/models.go | 2 +- .../preview/kusto/mgmt/kusto/models.go | 2 +- .../logic/mgmt/logic/logicapi/models.go | 2 +- .../preview/logic/mgmt/logic/models.go | 2 +- .../commitmentplansapi/models.go | 2 +- .../mgmt/commitmentplans/models.go | 2 +- .../mgmt/compute/computeapi/models.go | 2 +- .../machinelearning/mgmt/compute/models.go | 2 +- .../experimentationapi/models.go | 2 +- .../mgmt/experimentation/models.go | 2 +- .../machinelearning/mgmt/services/models.go | 2 +- .../mgmt/services/servicesapi/models.go | 2 +- .../mgmt/webservices/models.go | 2 +- .../mgmt/webservices/webservicesapi/models.go | 2 +- .../managementpartnerapi/models.go | 2 +- .../mgmt/managementpartner/models.go | 2 +- .../mariadb/mgmt/mariadb/mariadbapi/models.go | 2 +- .../preview/mariadb/mgmt/mariadb/models.go | 2 +- .../mgmt/media/mediaapi/models.go | 2 +- .../mediaservices/mgmt/media/models.go | 2 +- .../mgmt/insights/insightsapi/models.go | 2 +- .../preview/monitor/mgmt/insights/models.go | 2 +- .../preview/preview/monitor/monitor/models.go | 2 +- .../monitor/monitor/monitorapi/models.go | 2 +- .../preview/preview/msi/mgmt/msi/models.go | 2 +- .../preview/msi/mgmt/msi/msiapi/models.go | 2 +- .../preview/network/mgmt/network/models.go | 2 +- .../network/mgmt/network/networkapi/models.go | 2 +- .../mgmt/operationalinsights/models.go | 2 +- .../operationalinsightsapi/models.go | 2 +- .../mgmt/servicemap/models.go | 2 +- .../mgmt/servicemap/servicemapapi/models.go | 2 +- .../mgmt/operationsmanagement/models.go | 2 +- .../operationsmanagementapi/models.go | 2 +- .../mgmt/policyinsights/models.go | 2 +- .../policyinsightsapi/models.go | 2 +- .../mgmt/iothub/iothubapi/models.go | 2 +- .../mgmt/iothub/models.go | 2 +- .../reservations/mgmt/reservations/models.go | 2 +- .../reservations/reservationsapi/models.go | 2 +- .../managedapplicationsapi/models.go | 2 +- .../mgmt/managedapplications/models.go | 2 +- .../managementgroupsapi/models.go | 2 +- .../resources/mgmt/managementgroups/models.go | 2 +- .../preview/resources/mgmt/policy/models.go | 2 +- .../resources/mgmt/policy/policyapi/models.go | 2 +- .../scheduler/mgmt/scheduler/models.go | 2 +- .../mgmt/scheduler/schedulerapi/models.go | 2 +- .../preview/security/mgmt/security/models.go | 2 +- .../mgmt/security/securityapi/models.go | 2 +- .../mgmt/servicefabric/models.go | 2 +- .../mgmt/servicefabricmesh/models.go | 2 +- .../servicefabricmeshapi/models.go | 2 +- .../preview/signalr/mgmt/signalr/models.go | 2 +- .../signalr/mgmt/signalr/signalrapi/models.go | 2 +- .../preview/preview/sql/mgmt/sql/models.go | 2 +- .../preview/sql/mgmt/sql/sqlapi/models.go | 2 +- .../mgmt/sqlvirtualmachine/models.go | 2 +- .../sqlvirtualmachineapi/models.go | 2 +- .../preview/storage/mgmt/storage/models.go | 2 +- .../storage/mgmt/storage/storageapi/models.go | 2 +- .../storagesync/mgmt/storagesync/models.go | 2 +- .../mgmt/storagesync/storagesyncapi/models.go | 2 +- .../subscription/mgmt/subscription/models.go | 2 +- .../subscription/subscriptionapi/models.go | 2 +- .../mgmt/timeseriesinsights/models.go | 2 +- .../timeseriesinsightsapi/models.go | 2 +- .../mgmt/trafficmanager/models.go | 2 +- .../trafficmanagerapi/models.go | 2 +- .../visualstudio/mgmt/visualstudio/models.go | 2 +- .../visualstudio/visualstudioapi/models.go | 2 +- .../preview/preview/web/mgmt/web/models.go | 2 +- .../preview/web/mgmt/web/webapi/models.go | 2 +- .../mgmt/workloadmonitor/models.go | 2 +- .../workloadmonitorapi/models.go | 2 +- .../mgmt/iothub/iothubapi/models.go | 2 +- .../mgmt/iothub/models.go | 2 +- .../mgmt/backup/backupapi/models.go | 2 +- .../recoveryservices/mgmt/backup/models.go | 2 +- .../mgmt/recoveryservices/models.go | 2 +- .../recoveryservicesapi/models.go | 2 +- .../mgmt/siterecovery/models.go | 2 +- .../siterecovery/siterecoveryapi/models.go | 2 +- profiles/preview/redis/mgmt/redis/models.go | 2 +- .../redis/mgmt/redis/redisapi/models.go | 2 +- profiles/preview/relay/mgmt/relay/models.go | 2 +- .../relay/mgmt/relay/relayapi/models.go | 2 +- .../reservations/mgmt/reservations/models.go | 2 +- .../reservations/reservationsapi/models.go | 2 +- .../mgmt/resourcehealth/models.go | 2 +- .../resourcehealthapi/models.go | 2 +- .../mgmt/features/featuresapi/models.go | 2 +- .../preview/resources/mgmt/features/models.go | 2 +- .../resources/mgmt/links/linksapi/models.go | 2 +- .../preview/resources/mgmt/links/models.go | 2 +- .../resources/mgmt/locks/locksapi/models.go | 2 +- .../preview/resources/mgmt/locks/models.go | 2 +- .../managedapplicationsapi/models.go | 2 +- .../mgmt/managedapplications/models.go | 2 +- .../preview/resources/mgmt/policy/models.go | 2 +- .../resources/mgmt/policy/policyapi/models.go | 2 +- .../resources/mgmt/resources/models.go | 2 +- .../mgmt/resources/resourcesapi/models.go | 2 +- .../resources/mgmt/subscriptions/models.go | 2 +- .../subscriptions/subscriptionsapi/models.go | 2 +- .../scheduler/mgmt/scheduler/models.go | 2 +- .../mgmt/scheduler/schedulerapi/models.go | 2 +- profiles/preview/search/mgmt/search/models.go | 2 +- .../search/mgmt/search/searchapi/models.go | 2 +- .../servicebus/mgmt/servicebus/models.go | 2 +- .../mgmt/servicebus/servicebusapi/models.go | 2 +- .../mgmt/servicefabric/models.go | 2 +- .../servicefabric/servicefabric/models.go | 2 +- .../servicefabric/servicefabricapi/models.go | 2 +- .../preview/signalr/mgmt/signalr/models.go | 2 +- .../signalr/mgmt/signalr/signalrapi/models.go | 2 +- profiles/preview/sql/mgmt/sql/models.go | 2 +- .../preview/sql/mgmt/sql/sqlapi/models.go | 2 +- .../datalake/storagedatalake/models.go | 2 +- .../storagedatalakeapi/models.go | 2 +- .../preview/storage/mgmt/storage/models.go | 2 +- .../storage/mgmt/storage/storageapi/models.go | 2 +- .../mgmt/storageimportexport/models.go | 2 +- .../storageimportexportapi/models.go | 2 +- .../storagesync/mgmt/storagesync/models.go | 2 +- .../mgmt/storagesync/storagesyncapi/models.go | 2 +- .../mgmt/storsimple/models.go | 2 +- .../mgmt/storsimple/storsimpleapi/models.go | 2 +- .../mgmt/storsimple/models.go | 2 +- .../mgmt/storsimple/storsimpleapi/models.go | 2 +- .../mgmt/streamanalytics/models.go | 2 +- .../streamanalyticsapi/models.go | 2 +- .../mgmt/timeseriesinsights/models.go | 2 +- .../timeseriesinsightsapi/models.go | 2 +- .../mgmt/trafficmanager/models.go | 2 +- .../trafficmanagerapi/models.go | 2 +- profiles/preview/web/mgmt/web/models.go | 2 +- .../preview/web/mgmt/web/webapi/models.go | 2 +- .../costmanagement/alerts.go | 1404 ++++++++++++++++- .../costmanagementapi/interfaces.go | 14 + .../costmanagement/models.go | 15 + 519 files changed, 1916 insertions(+), 549 deletions(-) diff --git a/profiles/2017-03-09/compute/mgmt/compute/computeapi/models.go b/profiles/2017-03-09/compute/mgmt/compute/computeapi/models.go index 07ee885ee51b..2d15ffd1c270 100644 --- a/profiles/2017-03-09/compute/mgmt/compute/computeapi/models.go +++ b/profiles/2017-03-09/compute/mgmt/compute/computeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/compute/mgmt/compute/models.go b/profiles/2017-03-09/compute/mgmt/compute/models.go index df548ef8651a..6100bd0f7c1b 100644 --- a/profiles/2017-03-09/compute/mgmt/compute/models.go +++ b/profiles/2017-03-09/compute/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/keyvault/keyvault/keyvaultapi/models.go b/profiles/2017-03-09/keyvault/keyvault/keyvaultapi/models.go index 68a7e5165339..8eb7279d9471 100644 --- a/profiles/2017-03-09/keyvault/keyvault/keyvaultapi/models.go +++ b/profiles/2017-03-09/keyvault/keyvault/keyvaultapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/keyvault/keyvault/models.go b/profiles/2017-03-09/keyvault/keyvault/models.go index 54aef6e5e210..1831ae1581f5 100644 --- a/profiles/2017-03-09/keyvault/keyvault/models.go +++ b/profiles/2017-03-09/keyvault/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/keyvault/mgmt/keyvault/keyvaultapi/models.go b/profiles/2017-03-09/keyvault/mgmt/keyvault/keyvaultapi/models.go index b6b21df31bd4..c34497fcec1b 100644 --- a/profiles/2017-03-09/keyvault/mgmt/keyvault/keyvaultapi/models.go +++ b/profiles/2017-03-09/keyvault/mgmt/keyvault/keyvaultapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/keyvault/mgmt/keyvault/models.go b/profiles/2017-03-09/keyvault/mgmt/keyvault/models.go index 842914137f81..7c140d2cb6bf 100644 --- a/profiles/2017-03-09/keyvault/mgmt/keyvault/models.go +++ b/profiles/2017-03-09/keyvault/mgmt/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/network/mgmt/network/models.go b/profiles/2017-03-09/network/mgmt/network/models.go index f7a718fefbdf..2cf9fe3ccd05 100644 --- a/profiles/2017-03-09/network/mgmt/network/models.go +++ b/profiles/2017-03-09/network/mgmt/network/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/network/mgmt/network/networkapi/models.go b/profiles/2017-03-09/network/mgmt/network/networkapi/models.go index a4aab052e70f..c3f0cfef3de1 100644 --- a/profiles/2017-03-09/network/mgmt/network/networkapi/models.go +++ b/profiles/2017-03-09/network/mgmt/network/networkapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/features/featuresapi/models.go b/profiles/2017-03-09/resources/mgmt/features/featuresapi/models.go index 6437e561a623..2e397b85d5a8 100644 --- a/profiles/2017-03-09/resources/mgmt/features/featuresapi/models.go +++ b/profiles/2017-03-09/resources/mgmt/features/featuresapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/features/models.go b/profiles/2017-03-09/resources/mgmt/features/models.go index 04f70e03c939..003dcd49e98e 100644 --- a/profiles/2017-03-09/resources/mgmt/features/models.go +++ b/profiles/2017-03-09/resources/mgmt/features/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/links/linksapi/models.go b/profiles/2017-03-09/resources/mgmt/links/linksapi/models.go index 0a921ac9d266..b0dbc943edc6 100644 --- a/profiles/2017-03-09/resources/mgmt/links/linksapi/models.go +++ b/profiles/2017-03-09/resources/mgmt/links/linksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/links/models.go b/profiles/2017-03-09/resources/mgmt/links/models.go index 9649d6b9e4f8..6b3c2bdb7abe 100644 --- a/profiles/2017-03-09/resources/mgmt/links/models.go +++ b/profiles/2017-03-09/resources/mgmt/links/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/locks/locksapi/models.go b/profiles/2017-03-09/resources/mgmt/locks/locksapi/models.go index 4b8548b9f487..1ec8c0a6f3d2 100644 --- a/profiles/2017-03-09/resources/mgmt/locks/locksapi/models.go +++ b/profiles/2017-03-09/resources/mgmt/locks/locksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/locks/models.go b/profiles/2017-03-09/resources/mgmt/locks/models.go index 438977bcdea9..6b38c8bf8fa4 100644 --- a/profiles/2017-03-09/resources/mgmt/locks/models.go +++ b/profiles/2017-03-09/resources/mgmt/locks/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/policy/models.go b/profiles/2017-03-09/resources/mgmt/policy/models.go index 2ae37cd993ed..2cca9b2f1cdd 100644 --- a/profiles/2017-03-09/resources/mgmt/policy/models.go +++ b/profiles/2017-03-09/resources/mgmt/policy/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/resources/models.go b/profiles/2017-03-09/resources/mgmt/resources/models.go index cbe939d82b38..c791818c4e2b 100644 --- a/profiles/2017-03-09/resources/mgmt/resources/models.go +++ b/profiles/2017-03-09/resources/mgmt/resources/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/resources/resourcesapi/models.go b/profiles/2017-03-09/resources/mgmt/resources/resourcesapi/models.go index a3370d78dbed..0429d6e102d7 100644 --- a/profiles/2017-03-09/resources/mgmt/resources/resourcesapi/models.go +++ b/profiles/2017-03-09/resources/mgmt/resources/resourcesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/subscriptions/models.go b/profiles/2017-03-09/resources/mgmt/subscriptions/models.go index 78dc271b17e3..cb1aa0b6f920 100644 --- a/profiles/2017-03-09/resources/mgmt/subscriptions/models.go +++ b/profiles/2017-03-09/resources/mgmt/subscriptions/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/resources/mgmt/subscriptions/subscriptionsapi/models.go b/profiles/2017-03-09/resources/mgmt/subscriptions/subscriptionsapi/models.go index 68a56e8ddf96..5d49a61a940e 100644 --- a/profiles/2017-03-09/resources/mgmt/subscriptions/subscriptionsapi/models.go +++ b/profiles/2017-03-09/resources/mgmt/subscriptions/subscriptionsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/storage/mgmt/storage/models.go b/profiles/2017-03-09/storage/mgmt/storage/models.go index 334532511859..1af1d6eb0304 100644 --- a/profiles/2017-03-09/storage/mgmt/storage/models.go +++ b/profiles/2017-03-09/storage/mgmt/storage/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2017-03-09/storage/mgmt/storage/storageapi/models.go b/profiles/2017-03-09/storage/mgmt/storage/storageapi/models.go index 2ff9fba8f872..10bc022e37b5 100644 --- a/profiles/2017-03-09/storage/mgmt/storage/storageapi/models.go +++ b/profiles/2017-03-09/storage/mgmt/storage/storageapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/authorization/mgmt/authorization/authorizationapi/models.go b/profiles/2018-03-01/authorization/mgmt/authorization/authorizationapi/models.go index dc9bf8a8c632..1d3a9dcb0495 100644 --- a/profiles/2018-03-01/authorization/mgmt/authorization/authorizationapi/models.go +++ b/profiles/2018-03-01/authorization/mgmt/authorization/authorizationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/authorization/mgmt/authorization/models.go b/profiles/2018-03-01/authorization/mgmt/authorization/models.go index b25221283d40..f2d8876feb0a 100644 --- a/profiles/2018-03-01/authorization/mgmt/authorization/models.go +++ b/profiles/2018-03-01/authorization/mgmt/authorization/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/compute/mgmt/compute/computeapi/models.go b/profiles/2018-03-01/compute/mgmt/compute/computeapi/models.go index 59218ea13c7b..7ba6567c83e2 100644 --- a/profiles/2018-03-01/compute/mgmt/compute/computeapi/models.go +++ b/profiles/2018-03-01/compute/mgmt/compute/computeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/compute/mgmt/compute/models.go b/profiles/2018-03-01/compute/mgmt/compute/models.go index 12ab5cf006a2..aaa74bdc5ec8 100644 --- a/profiles/2018-03-01/compute/mgmt/compute/models.go +++ b/profiles/2018-03-01/compute/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/dns/mgmt/dns/dnsapi/models.go b/profiles/2018-03-01/dns/mgmt/dns/dnsapi/models.go index 1743bcadde0b..ae04cf57d981 100644 --- a/profiles/2018-03-01/dns/mgmt/dns/dnsapi/models.go +++ b/profiles/2018-03-01/dns/mgmt/dns/dnsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/dns/mgmt/dns/models.go b/profiles/2018-03-01/dns/mgmt/dns/models.go index 320a82ff34d5..2b8f1db99547 100644 --- a/profiles/2018-03-01/dns/mgmt/dns/models.go +++ b/profiles/2018-03-01/dns/mgmt/dns/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/keyvault/keyvault/keyvaultapi/models.go b/profiles/2018-03-01/keyvault/keyvault/keyvaultapi/models.go index 68a7e5165339..8eb7279d9471 100644 --- a/profiles/2018-03-01/keyvault/keyvault/keyvaultapi/models.go +++ b/profiles/2018-03-01/keyvault/keyvault/keyvaultapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/keyvault/keyvault/models.go b/profiles/2018-03-01/keyvault/keyvault/models.go index 308232999eb6..4c8d1ee9871b 100644 --- a/profiles/2018-03-01/keyvault/keyvault/models.go +++ b/profiles/2018-03-01/keyvault/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/keyvault/mgmt/keyvault/keyvaultapi/models.go b/profiles/2018-03-01/keyvault/mgmt/keyvault/keyvaultapi/models.go index b6b21df31bd4..c34497fcec1b 100644 --- a/profiles/2018-03-01/keyvault/mgmt/keyvault/keyvaultapi/models.go +++ b/profiles/2018-03-01/keyvault/mgmt/keyvault/keyvaultapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/keyvault/mgmt/keyvault/models.go b/profiles/2018-03-01/keyvault/mgmt/keyvault/models.go index d4b5a1181b3a..d1b56baf72e7 100644 --- a/profiles/2018-03-01/keyvault/mgmt/keyvault/models.go +++ b/profiles/2018-03-01/keyvault/mgmt/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/network/mgmt/network/models.go b/profiles/2018-03-01/network/mgmt/network/models.go index e0489e83d4d5..58f61affd67a 100644 --- a/profiles/2018-03-01/network/mgmt/network/models.go +++ b/profiles/2018-03-01/network/mgmt/network/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/network/mgmt/network/networkapi/models.go b/profiles/2018-03-01/network/mgmt/network/networkapi/models.go index ef916c3d11fa..53b52aa78812 100644 --- a/profiles/2018-03-01/network/mgmt/network/networkapi/models.go +++ b/profiles/2018-03-01/network/mgmt/network/networkapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/links/linksapi/models.go b/profiles/2018-03-01/resources/mgmt/links/linksapi/models.go index 0a921ac9d266..b0dbc943edc6 100644 --- a/profiles/2018-03-01/resources/mgmt/links/linksapi/models.go +++ b/profiles/2018-03-01/resources/mgmt/links/linksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/links/models.go b/profiles/2018-03-01/resources/mgmt/links/models.go index 4c4211782849..c2e29b6b5bcb 100644 --- a/profiles/2018-03-01/resources/mgmt/links/models.go +++ b/profiles/2018-03-01/resources/mgmt/links/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/locks/locksapi/models.go b/profiles/2018-03-01/resources/mgmt/locks/locksapi/models.go index a533105f3454..de8c2e5d8d74 100644 --- a/profiles/2018-03-01/resources/mgmt/locks/locksapi/models.go +++ b/profiles/2018-03-01/resources/mgmt/locks/locksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/locks/models.go b/profiles/2018-03-01/resources/mgmt/locks/models.go index 0a8ab2911f99..c46e1441c11b 100644 --- a/profiles/2018-03-01/resources/mgmt/locks/models.go +++ b/profiles/2018-03-01/resources/mgmt/locks/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/policy/models.go b/profiles/2018-03-01/resources/mgmt/policy/models.go index 30af2efe6597..1135000b9f51 100644 --- a/profiles/2018-03-01/resources/mgmt/policy/models.go +++ b/profiles/2018-03-01/resources/mgmt/policy/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/policy/policyapi/models.go b/profiles/2018-03-01/resources/mgmt/policy/policyapi/models.go index a8a398beb98d..b11f221e60a5 100644 --- a/profiles/2018-03-01/resources/mgmt/policy/policyapi/models.go +++ b/profiles/2018-03-01/resources/mgmt/policy/policyapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/resources/models.go b/profiles/2018-03-01/resources/mgmt/resources/models.go index 714b2057b625..ec792b7371b4 100644 --- a/profiles/2018-03-01/resources/mgmt/resources/models.go +++ b/profiles/2018-03-01/resources/mgmt/resources/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/resources/resourcesapi/models.go b/profiles/2018-03-01/resources/mgmt/resources/resourcesapi/models.go index ded053037ec9..a7751111f006 100644 --- a/profiles/2018-03-01/resources/mgmt/resources/resourcesapi/models.go +++ b/profiles/2018-03-01/resources/mgmt/resources/resourcesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/subscriptions/models.go b/profiles/2018-03-01/resources/mgmt/subscriptions/models.go index 1048d33122a9..3fc0a30b7ef5 100644 --- a/profiles/2018-03-01/resources/mgmt/subscriptions/models.go +++ b/profiles/2018-03-01/resources/mgmt/subscriptions/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/resources/mgmt/subscriptions/subscriptionsapi/models.go b/profiles/2018-03-01/resources/mgmt/subscriptions/subscriptionsapi/models.go index 68a56e8ddf96..5d49a61a940e 100644 --- a/profiles/2018-03-01/resources/mgmt/subscriptions/subscriptionsapi/models.go +++ b/profiles/2018-03-01/resources/mgmt/subscriptions/subscriptionsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/storage/mgmt/storage/models.go b/profiles/2018-03-01/storage/mgmt/storage/models.go index 47bfc098c560..83cc89864c98 100644 --- a/profiles/2018-03-01/storage/mgmt/storage/models.go +++ b/profiles/2018-03-01/storage/mgmt/storage/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/storage/mgmt/storage/storageapi/models.go b/profiles/2018-03-01/storage/mgmt/storage/storageapi/models.go index 2ff9fba8f872..10bc022e37b5 100644 --- a/profiles/2018-03-01/storage/mgmt/storage/storageapi/models.go +++ b/profiles/2018-03-01/storage/mgmt/storage/storageapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/web/mgmt/web/models.go b/profiles/2018-03-01/web/mgmt/web/models.go index e4e1ebab6db2..628843b1ea3e 100644 --- a/profiles/2018-03-01/web/mgmt/web/models.go +++ b/profiles/2018-03-01/web/mgmt/web/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/2018-03-01/web/mgmt/web/webapi/models.go b/profiles/2018-03-01/web/mgmt/web/webapi/models.go index 2d5330fc6282..18e527ffb27b 100644 --- a/profiles/2018-03-01/web/mgmt/web/webapi/models.go +++ b/profiles/2018-03-01/web/mgmt/web/webapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/advisor/mgmt/advisor/models.go b/profiles/latest/advisor/mgmt/advisor/models.go index c89920014876..7b6d7c530d5d 100644 --- a/profiles/latest/advisor/mgmt/advisor/models.go +++ b/profiles/latest/advisor/mgmt/advisor/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/analysisservices/mgmt/analysisservices/models.go b/profiles/latest/analysisservices/mgmt/analysisservices/models.go index 6e92c1164431..e740b1301b82 100644 --- a/profiles/latest/analysisservices/mgmt/analysisservices/models.go +++ b/profiles/latest/analysisservices/mgmt/analysisservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/apimanagement/mgmt/apimanagement/models.go b/profiles/latest/apimanagement/mgmt/apimanagement/models.go index 7dee7c335d2e..3068ef000754 100644 --- a/profiles/latest/apimanagement/mgmt/apimanagement/models.go +++ b/profiles/latest/apimanagement/mgmt/apimanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/appinsights/insights/models.go b/profiles/latest/appinsights/insights/models.go index 31419b5a01d5..af0714dbc2bb 100644 --- a/profiles/latest/appinsights/insights/models.go +++ b/profiles/latest/appinsights/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/appinsights/mgmt/insights/models.go b/profiles/latest/appinsights/mgmt/insights/models.go index 76570255772c..f6c5ca747cd8 100644 --- a/profiles/latest/appinsights/mgmt/insights/models.go +++ b/profiles/latest/appinsights/mgmt/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/authorization/mgmt/authorization/models.go b/profiles/latest/authorization/mgmt/authorization/models.go index 324c16c0f834..f965088d0b2f 100644 --- a/profiles/latest/authorization/mgmt/authorization/models.go +++ b/profiles/latest/authorization/mgmt/authorization/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/automation/mgmt/automation/models.go b/profiles/latest/automation/mgmt/automation/models.go index 5e7ccb2b2e21..70b8bb749ee3 100644 --- a/profiles/latest/automation/mgmt/automation/models.go +++ b/profiles/latest/automation/mgmt/automation/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/azsadmin/mgmt/fabric/models.go b/profiles/latest/azsadmin/mgmt/fabric/models.go index 56af74e23e76..4239e19f678e 100644 --- a/profiles/latest/azsadmin/mgmt/fabric/models.go +++ b/profiles/latest/azsadmin/mgmt/fabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/azsadmin/mgmt/infrastructureinsights/models.go b/profiles/latest/azsadmin/mgmt/infrastructureinsights/models.go index c27041515a5c..c6c736e3dec5 100644 --- a/profiles/latest/azsadmin/mgmt/infrastructureinsights/models.go +++ b/profiles/latest/azsadmin/mgmt/infrastructureinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/batch/batch/models.go b/profiles/latest/batch/batch/models.go index 366eda0c45da..a1608ddba2db 100644 --- a/profiles/latest/batch/batch/models.go +++ b/profiles/latest/batch/batch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/batch/mgmt/batch/models.go b/profiles/latest/batch/mgmt/batch/models.go index 57232fa6ecb1..1a5625034d52 100644 --- a/profiles/latest/batch/mgmt/batch/models.go +++ b/profiles/latest/batch/mgmt/batch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/batchai/mgmt/batchai/models.go b/profiles/latest/batchai/mgmt/batchai/models.go index 1fc51c1ab5e5..2f7718a5e94f 100644 --- a/profiles/latest/batchai/mgmt/batchai/models.go +++ b/profiles/latest/batchai/mgmt/batchai/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/computervision/models.go b/profiles/latest/cognitiveservices/computervision/models.go index 9720192e714f..1421407e5563 100644 --- a/profiles/latest/cognitiveservices/computervision/models.go +++ b/profiles/latest/cognitiveservices/computervision/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/contentmoderator/models.go b/profiles/latest/cognitiveservices/contentmoderator/models.go index 3789448839b8..64a370b71a96 100644 --- a/profiles/latest/cognitiveservices/contentmoderator/models.go +++ b/profiles/latest/cognitiveservices/contentmoderator/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/customsearch/models.go b/profiles/latest/cognitiveservices/customsearch/models.go index 8e1f078e3133..532783df69a1 100644 --- a/profiles/latest/cognitiveservices/customsearch/models.go +++ b/profiles/latest/cognitiveservices/customsearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/entitysearch/models.go b/profiles/latest/cognitiveservices/entitysearch/models.go index d16b410e9639..89669296f7ba 100644 --- a/profiles/latest/cognitiveservices/entitysearch/models.go +++ b/profiles/latest/cognitiveservices/entitysearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/face/models.go b/profiles/latest/cognitiveservices/face/models.go index 2514dbfc5dcc..a342afcc93e5 100644 --- a/profiles/latest/cognitiveservices/face/models.go +++ b/profiles/latest/cognitiveservices/face/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/imagesearch/models.go b/profiles/latest/cognitiveservices/imagesearch/models.go index 52dd7416efe9..80306f13fb0b 100644 --- a/profiles/latest/cognitiveservices/imagesearch/models.go +++ b/profiles/latest/cognitiveservices/imagesearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/luis/programmatic/models.go b/profiles/latest/cognitiveservices/luis/programmatic/models.go index fb0f02f7b060..7cb4f4e642ef 100644 --- a/profiles/latest/cognitiveservices/luis/programmatic/models.go +++ b/profiles/latest/cognitiveservices/luis/programmatic/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/luis/runtime/models.go b/profiles/latest/cognitiveservices/luis/runtime/models.go index 4da5132e2b69..874c6edc8fb4 100644 --- a/profiles/latest/cognitiveservices/luis/runtime/models.go +++ b/profiles/latest/cognitiveservices/luis/runtime/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/mgmt/cognitiveservices/models.go b/profiles/latest/cognitiveservices/mgmt/cognitiveservices/models.go index 0289a6157d39..974f41b6e09a 100644 --- a/profiles/latest/cognitiveservices/mgmt/cognitiveservices/models.go +++ b/profiles/latest/cognitiveservices/mgmt/cognitiveservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/newssearch/models.go b/profiles/latest/cognitiveservices/newssearch/models.go index e6ae31abf5ea..98d24451f878 100644 --- a/profiles/latest/cognitiveservices/newssearch/models.go +++ b/profiles/latest/cognitiveservices/newssearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/spellcheck/models.go b/profiles/latest/cognitiveservices/spellcheck/models.go index af1360563667..d73ba80d8c49 100644 --- a/profiles/latest/cognitiveservices/spellcheck/models.go +++ b/profiles/latest/cognitiveservices/spellcheck/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/textanalytics/models.go b/profiles/latest/cognitiveservices/textanalytics/models.go index a9b01ce73f34..529484698c60 100644 --- a/profiles/latest/cognitiveservices/textanalytics/models.go +++ b/profiles/latest/cognitiveservices/textanalytics/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/videosearch/models.go b/profiles/latest/cognitiveservices/videosearch/models.go index 64cabbbb5d8a..a2f0de6d9b6b 100644 --- a/profiles/latest/cognitiveservices/videosearch/models.go +++ b/profiles/latest/cognitiveservices/videosearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cognitiveservices/websearch/models.go b/profiles/latest/cognitiveservices/websearch/models.go index a391c9754a4e..02115f4faefa 100644 --- a/profiles/latest/cognitiveservices/websearch/models.go +++ b/profiles/latest/cognitiveservices/websearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/compute/mgmt/compute/models.go b/profiles/latest/compute/mgmt/compute/models.go index 2a69a6071a77..32b141866e5a 100644 --- a/profiles/latest/compute/mgmt/compute/models.go +++ b/profiles/latest/compute/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/consumption/mgmt/consumption/models.go b/profiles/latest/consumption/mgmt/consumption/models.go index 3e503659386d..5dae1141893c 100644 --- a/profiles/latest/consumption/mgmt/consumption/models.go +++ b/profiles/latest/consumption/mgmt/consumption/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/containerregistry/mgmt/containerregistry/models.go b/profiles/latest/containerregistry/mgmt/containerregistry/models.go index 494f0e6f9768..d6d1a2c5d25e 100644 --- a/profiles/latest/containerregistry/mgmt/containerregistry/models.go +++ b/profiles/latest/containerregistry/mgmt/containerregistry/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/containerservice/mgmt/containerservice/models.go b/profiles/latest/containerservice/mgmt/containerservice/models.go index 904d53fe59d7..4c194b90bedc 100644 --- a/profiles/latest/containerservice/mgmt/containerservice/models.go +++ b/profiles/latest/containerservice/mgmt/containerservice/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/cosmos-db/mgmt/documentdb/models.go b/profiles/latest/cosmos-db/mgmt/documentdb/models.go index 86f889b31036..22b771cc3c28 100644 --- a/profiles/latest/cosmos-db/mgmt/documentdb/models.go +++ b/profiles/latest/cosmos-db/mgmt/documentdb/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/customerinsights/mgmt/customerinsights/models.go b/profiles/latest/customerinsights/mgmt/customerinsights/models.go index b364c82a4711..f26d2607ed4b 100644 --- a/profiles/latest/customerinsights/mgmt/customerinsights/models.go +++ b/profiles/latest/customerinsights/mgmt/customerinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/datacatalog/mgmt/datacatalog/models.go b/profiles/latest/datacatalog/mgmt/datacatalog/models.go index 26dcd962cacf..92cd19d8a763 100644 --- a/profiles/latest/datacatalog/mgmt/datacatalog/models.go +++ b/profiles/latest/datacatalog/mgmt/datacatalog/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/datalake/analytics/catalog/models.go b/profiles/latest/datalake/analytics/catalog/models.go index 43c701bcb15d..4d15cfcac910 100644 --- a/profiles/latest/datalake/analytics/catalog/models.go +++ b/profiles/latest/datalake/analytics/catalog/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/datalake/analytics/job/models.go b/profiles/latest/datalake/analytics/job/models.go index 26e07143031f..bab45184315f 100644 --- a/profiles/latest/datalake/analytics/job/models.go +++ b/profiles/latest/datalake/analytics/job/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/datalake/analytics/mgmt/account/models.go b/profiles/latest/datalake/analytics/mgmt/account/models.go index e0a8fcf7ceb6..98f8eada9475 100644 --- a/profiles/latest/datalake/analytics/mgmt/account/models.go +++ b/profiles/latest/datalake/analytics/mgmt/account/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/datalake/store/filesystem/models.go b/profiles/latest/datalake/store/filesystem/models.go index aa137da80117..4712b09bb40d 100644 --- a/profiles/latest/datalake/store/filesystem/models.go +++ b/profiles/latest/datalake/store/filesystem/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/datalake/store/mgmt/account/models.go b/profiles/latest/datalake/store/mgmt/account/models.go index 08ab33a8420a..ec5f4a76cdc4 100644 --- a/profiles/latest/datalake/store/mgmt/account/models.go +++ b/profiles/latest/datalake/store/mgmt/account/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/devtestlabs/mgmt/dtl/models.go b/profiles/latest/devtestlabs/mgmt/dtl/models.go index 3ca2a44e8772..308250fdf96e 100644 --- a/profiles/latest/devtestlabs/mgmt/dtl/models.go +++ b/profiles/latest/devtestlabs/mgmt/dtl/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/dns/mgmt/dns/models.go b/profiles/latest/dns/mgmt/dns/models.go index 6dff3aae7abc..7fe501bbbdc7 100644 --- a/profiles/latest/dns/mgmt/dns/models.go +++ b/profiles/latest/dns/mgmt/dns/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/domainservices/mgmt/aad/models.go b/profiles/latest/domainservices/mgmt/aad/models.go index 206d104e6d87..d29c55f1d759 100644 --- a/profiles/latest/domainservices/mgmt/aad/models.go +++ b/profiles/latest/domainservices/mgmt/aad/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/eventgrid/eventgrid/models.go b/profiles/latest/eventgrid/eventgrid/models.go index 15fb12b9df00..36c363e210cb 100644 --- a/profiles/latest/eventgrid/eventgrid/models.go +++ b/profiles/latest/eventgrid/eventgrid/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/eventgrid/mgmt/eventgrid/models.go b/profiles/latest/eventgrid/mgmt/eventgrid/models.go index 54cdbaafe6aa..612b2f28d037 100644 --- a/profiles/latest/eventgrid/mgmt/eventgrid/models.go +++ b/profiles/latest/eventgrid/mgmt/eventgrid/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/eventhub/mgmt/eventhub/models.go b/profiles/latest/eventhub/mgmt/eventhub/models.go index 272edfaa3520..c8076765645b 100644 --- a/profiles/latest/eventhub/mgmt/eventhub/models.go +++ b/profiles/latest/eventhub/mgmt/eventhub/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/graphrbac/graphrbac/models.go b/profiles/latest/graphrbac/graphrbac/models.go index f1e8750cb9df..e2b3cbfb9cea 100644 --- a/profiles/latest/graphrbac/graphrbac/models.go +++ b/profiles/latest/graphrbac/graphrbac/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/iothub/mgmt/devices/models.go b/profiles/latest/iothub/mgmt/devices/models.go index 3a207d627bf7..882e2fdf89cc 100644 --- a/profiles/latest/iothub/mgmt/devices/models.go +++ b/profiles/latest/iothub/mgmt/devices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/keyvault/keyvault/models.go b/profiles/latest/keyvault/keyvault/models.go index e3f4496a6808..85f49ba19c65 100644 --- a/profiles/latest/keyvault/keyvault/models.go +++ b/profiles/latest/keyvault/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/keyvault/mgmt/keyvault/models.go b/profiles/latest/keyvault/mgmt/keyvault/models.go index 70637010275b..3e8df7959b52 100644 --- a/profiles/latest/keyvault/mgmt/keyvault/models.go +++ b/profiles/latest/keyvault/mgmt/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/logic/mgmt/logic/models.go b/profiles/latest/logic/mgmt/logic/models.go index a3f693dbe96a..7acb3beca961 100644 --- a/profiles/latest/logic/mgmt/logic/models.go +++ b/profiles/latest/logic/mgmt/logic/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/machinelearning/mgmt/webservices/models.go b/profiles/latest/machinelearning/mgmt/webservices/models.go index 81d0550bd3ed..bbaa06c8547a 100644 --- a/profiles/latest/machinelearning/mgmt/webservices/models.go +++ b/profiles/latest/machinelearning/mgmt/webservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/marketplaceordering/mgmt/marketplaceordering/models.go b/profiles/latest/marketplaceordering/mgmt/marketplaceordering/models.go index dc06144d0776..c36ef0dfd3e6 100644 --- a/profiles/latest/marketplaceordering/mgmt/marketplaceordering/models.go +++ b/profiles/latest/marketplaceordering/mgmt/marketplaceordering/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/mediaservices/mgmt/media/models.go b/profiles/latest/mediaservices/mgmt/media/models.go index fc3bd498ac98..c676b81668b3 100644 --- a/profiles/latest/mediaservices/mgmt/media/models.go +++ b/profiles/latest/mediaservices/mgmt/media/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/mobileengagement/mgmt/mobileengagement/models.go b/profiles/latest/mobileengagement/mgmt/mobileengagement/models.go index 5db6060bedf8..aa0e123aae85 100644 --- a/profiles/latest/mobileengagement/mgmt/mobileengagement/models.go +++ b/profiles/latest/mobileengagement/mgmt/mobileengagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/mysql/mgmt/mysql/models.go b/profiles/latest/mysql/mgmt/mysql/models.go index 5955b46287a9..7329108ae49f 100644 --- a/profiles/latest/mysql/mgmt/mysql/models.go +++ b/profiles/latest/mysql/mgmt/mysql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/network/mgmt/network/models.go b/profiles/latest/network/mgmt/network/models.go index f416275f9d69..22a4df6de112 100644 --- a/profiles/latest/network/mgmt/network/models.go +++ b/profiles/latest/network/mgmt/network/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/notificationhubs/mgmt/notificationhubs/models.go b/profiles/latest/notificationhubs/mgmt/notificationhubs/models.go index 9ce6a13d04b0..27df750b1595 100644 --- a/profiles/latest/notificationhubs/mgmt/notificationhubs/models.go +++ b/profiles/latest/notificationhubs/mgmt/notificationhubs/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/operationalinsights/mgmt/operationalinsights/models.go b/profiles/latest/operationalinsights/mgmt/operationalinsights/models.go index c74c442a5aa2..d0a4679c911f 100644 --- a/profiles/latest/operationalinsights/mgmt/operationalinsights/models.go +++ b/profiles/latest/operationalinsights/mgmt/operationalinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/operationalinsights/operationalinsights/models.go b/profiles/latest/operationalinsights/operationalinsights/models.go index 478366802e80..5fd2b176f1de 100644 --- a/profiles/latest/operationalinsights/operationalinsights/models.go +++ b/profiles/latest/operationalinsights/operationalinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/postgresql/mgmt/postgresql/models.go b/profiles/latest/postgresql/mgmt/postgresql/models.go index 35b1a16f0509..27f082c8cb33 100644 --- a/profiles/latest/postgresql/mgmt/postgresql/models.go +++ b/profiles/latest/postgresql/mgmt/postgresql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/powerbidedicated/mgmt/powerbidedicated/models.go b/profiles/latest/powerbidedicated/mgmt/powerbidedicated/models.go index e2323590d46d..2e5a294e9497 100644 --- a/profiles/latest/powerbidedicated/mgmt/powerbidedicated/models.go +++ b/profiles/latest/powerbidedicated/mgmt/powerbidedicated/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/powerbiembedded/mgmt/powerbiembedded/models.go b/profiles/latest/powerbiembedded/mgmt/powerbiembedded/models.go index 2c619858d7dd..07f4ca8f7bc8 100644 --- a/profiles/latest/powerbiembedded/mgmt/powerbiembedded/models.go +++ b/profiles/latest/powerbiembedded/mgmt/powerbiembedded/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/provisioningservices/mgmt/iothub/models.go b/profiles/latest/provisioningservices/mgmt/iothub/models.go index 0960af86521a..69e6afef28d1 100644 --- a/profiles/latest/provisioningservices/mgmt/iothub/models.go +++ b/profiles/latest/provisioningservices/mgmt/iothub/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/recoveryservices/mgmt/backup/models.go b/profiles/latest/recoveryservices/mgmt/backup/models.go index 781aaf307911..59425869468b 100644 --- a/profiles/latest/recoveryservices/mgmt/backup/models.go +++ b/profiles/latest/recoveryservices/mgmt/backup/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/recoveryservices/mgmt/recoveryservices/models.go b/profiles/latest/recoveryservices/mgmt/recoveryservices/models.go index 490a9abc8a5c..f1c1cb6d47c0 100644 --- a/profiles/latest/recoveryservices/mgmt/recoveryservices/models.go +++ b/profiles/latest/recoveryservices/mgmt/recoveryservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/recoveryservices/mgmt/siterecovery/models.go b/profiles/latest/recoveryservices/mgmt/siterecovery/models.go index e148e52fd7e2..44935a27634d 100644 --- a/profiles/latest/recoveryservices/mgmt/siterecovery/models.go +++ b/profiles/latest/recoveryservices/mgmt/siterecovery/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/redis/mgmt/redis/models.go b/profiles/latest/redis/mgmt/redis/models.go index 624ac4afbca0..e890926684fd 100644 --- a/profiles/latest/redis/mgmt/redis/models.go +++ b/profiles/latest/redis/mgmt/redis/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/relay/mgmt/relay/models.go b/profiles/latest/relay/mgmt/relay/models.go index c100467a9379..25501b15456f 100644 --- a/profiles/latest/relay/mgmt/relay/models.go +++ b/profiles/latest/relay/mgmt/relay/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/reservations/mgmt/reservations/models.go b/profiles/latest/reservations/mgmt/reservations/models.go index 446431f2ab77..bc759fa13acf 100644 --- a/profiles/latest/reservations/mgmt/reservations/models.go +++ b/profiles/latest/reservations/mgmt/reservations/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resourcehealth/mgmt/resourcehealth/models.go b/profiles/latest/resourcehealth/mgmt/resourcehealth/models.go index 5a5c2a25f4b3..c960bff14a85 100644 --- a/profiles/latest/resourcehealth/mgmt/resourcehealth/models.go +++ b/profiles/latest/resourcehealth/mgmt/resourcehealth/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resources/mgmt/features/models.go b/profiles/latest/resources/mgmt/features/models.go index 27000774dd80..c93527a34eb8 100644 --- a/profiles/latest/resources/mgmt/features/models.go +++ b/profiles/latest/resources/mgmt/features/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resources/mgmt/links/models.go b/profiles/latest/resources/mgmt/links/models.go index 79e4723dd33b..6ace6dfb3b3b 100644 --- a/profiles/latest/resources/mgmt/links/models.go +++ b/profiles/latest/resources/mgmt/links/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resources/mgmt/locks/models.go b/profiles/latest/resources/mgmt/locks/models.go index 5ba02b49c190..0989b2277b06 100644 --- a/profiles/latest/resources/mgmt/locks/models.go +++ b/profiles/latest/resources/mgmt/locks/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resources/mgmt/policy/models.go b/profiles/latest/resources/mgmt/policy/models.go index f92025988c29..326fbfa9fe50 100644 --- a/profiles/latest/resources/mgmt/policy/models.go +++ b/profiles/latest/resources/mgmt/policy/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resources/mgmt/resources/models.go b/profiles/latest/resources/mgmt/resources/models.go index f6729f8a9976..e1c377f646df 100644 --- a/profiles/latest/resources/mgmt/resources/models.go +++ b/profiles/latest/resources/mgmt/resources/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/resources/mgmt/subscriptions/models.go b/profiles/latest/resources/mgmt/subscriptions/models.go index 57ce9bcf745a..1c11d961eef8 100644 --- a/profiles/latest/resources/mgmt/subscriptions/models.go +++ b/profiles/latest/resources/mgmt/subscriptions/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/scheduler/mgmt/scheduler/models.go b/profiles/latest/scheduler/mgmt/scheduler/models.go index 88255e590959..4a04c0f60678 100644 --- a/profiles/latest/scheduler/mgmt/scheduler/models.go +++ b/profiles/latest/scheduler/mgmt/scheduler/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/search/mgmt/search/models.go b/profiles/latest/search/mgmt/search/models.go index 9dd8a8e31d90..e5e64444bf4d 100644 --- a/profiles/latest/search/mgmt/search/models.go +++ b/profiles/latest/search/mgmt/search/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/servicebus/mgmt/servicebus/models.go b/profiles/latest/servicebus/mgmt/servicebus/models.go index 13cb24bfb3f6..19367678f639 100644 --- a/profiles/latest/servicebus/mgmt/servicebus/models.go +++ b/profiles/latest/servicebus/mgmt/servicebus/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/servicefabric/mgmt/servicefabric/models.go b/profiles/latest/servicefabric/mgmt/servicefabric/models.go index d5c407ccd7f7..222b49cf84a8 100644 --- a/profiles/latest/servicefabric/mgmt/servicefabric/models.go +++ b/profiles/latest/servicefabric/mgmt/servicefabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/servicefabric/servicefabric/models.go b/profiles/latest/servicefabric/servicefabric/models.go index ecb514b59f97..2daf4d883c6f 100644 --- a/profiles/latest/servicefabric/servicefabric/models.go +++ b/profiles/latest/servicefabric/servicefabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/sql/mgmt/sql/models.go b/profiles/latest/sql/mgmt/sql/models.go index a431f3571681..9867fda53f46 100644 --- a/profiles/latest/sql/mgmt/sql/models.go +++ b/profiles/latest/sql/mgmt/sql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/storage/mgmt/storage/models.go b/profiles/latest/storage/mgmt/storage/models.go index 7b85fcbbdc4e..b4c53bb00e2a 100644 --- a/profiles/latest/storage/mgmt/storage/models.go +++ b/profiles/latest/storage/mgmt/storage/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/storageimportexport/mgmt/storageimportexport/models.go b/profiles/latest/storageimportexport/mgmt/storageimportexport/models.go index 07cef3c0c7ad..b8d48d00dd05 100644 --- a/profiles/latest/storageimportexport/mgmt/storageimportexport/models.go +++ b/profiles/latest/storageimportexport/mgmt/storageimportexport/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/storsimple8000series/mgmt/storsimple/models.go b/profiles/latest/storsimple8000series/mgmt/storsimple/models.go index 24cb2d99065c..facf91ceac3a 100644 --- a/profiles/latest/storsimple8000series/mgmt/storsimple/models.go +++ b/profiles/latest/storsimple8000series/mgmt/storsimple/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/streamanalytics/mgmt/streamanalytics/models.go b/profiles/latest/streamanalytics/mgmt/streamanalytics/models.go index d1cec79e0aa6..b54ec101ab7f 100644 --- a/profiles/latest/streamanalytics/mgmt/streamanalytics/models.go +++ b/profiles/latest/streamanalytics/mgmt/streamanalytics/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/timeseriesinsights/mgmt/timeseriesinsights/models.go b/profiles/latest/timeseriesinsights/mgmt/timeseriesinsights/models.go index 4844defe3280..c987aee85a4a 100644 --- a/profiles/latest/timeseriesinsights/mgmt/timeseriesinsights/models.go +++ b/profiles/latest/timeseriesinsights/mgmt/timeseriesinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/trafficmanager/mgmt/trafficmanager/models.go b/profiles/latest/trafficmanager/mgmt/trafficmanager/models.go index d0959926ac16..ed56858e1041 100644 --- a/profiles/latest/trafficmanager/mgmt/trafficmanager/models.go +++ b/profiles/latest/trafficmanager/mgmt/trafficmanager/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/latest/web/mgmt/web/models.go b/profiles/latest/web/mgmt/web/models.go index cd44d3a7e7b6..58bf875ce65f 100644 --- a/profiles/latest/web/mgmt/web/models.go +++ b/profiles/latest/web/mgmt/web/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/adhybridhealthserviceapi/models.go b/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/adhybridhealthserviceapi/models.go index 07e3ac854cf6..d0430824e120 100644 --- a/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/adhybridhealthserviceapi/models.go +++ b/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/adhybridhealthserviceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/models.go b/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/models.go index 61ebb3d32e85..a0348ed00fac 100644 --- a/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/models.go +++ b/profiles/preview/adhybridhealthservice/mgmt/adhybridhealthservice/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/advisor/mgmt/advisor/advisorapi/models.go b/profiles/preview/advisor/mgmt/advisor/advisorapi/models.go index dd5ce30ff467..7981a26eaeba 100644 --- a/profiles/preview/advisor/mgmt/advisor/advisorapi/models.go +++ b/profiles/preview/advisor/mgmt/advisor/advisorapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/advisor/mgmt/advisor/models.go b/profiles/preview/advisor/mgmt/advisor/models.go index a30e1b39d2f4..72606b4a1fd8 100644 --- a/profiles/preview/advisor/mgmt/advisor/models.go +++ b/profiles/preview/advisor/mgmt/advisor/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/alertsmanagement/mgmt/alertsmanagement/alertsmanagementapi/models.go b/profiles/preview/alertsmanagement/mgmt/alertsmanagement/alertsmanagementapi/models.go index 9a3dd1f19bb6..b81b0d37c69b 100644 --- a/profiles/preview/alertsmanagement/mgmt/alertsmanagement/alertsmanagementapi/models.go +++ b/profiles/preview/alertsmanagement/mgmt/alertsmanagement/alertsmanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/alertsmanagement/mgmt/alertsmanagement/models.go b/profiles/preview/alertsmanagement/mgmt/alertsmanagement/models.go index 69f9635d4da8..2ca7f0eba322 100644 --- a/profiles/preview/alertsmanagement/mgmt/alertsmanagement/models.go +++ b/profiles/preview/alertsmanagement/mgmt/alertsmanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/analysisservices/mgmt/analysisservices/analysisservicesapi/models.go b/profiles/preview/analysisservices/mgmt/analysisservices/analysisservicesapi/models.go index 722df0596fd2..f0e384bd4cdb 100644 --- a/profiles/preview/analysisservices/mgmt/analysisservices/analysisservicesapi/models.go +++ b/profiles/preview/analysisservices/mgmt/analysisservices/analysisservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/analysisservices/mgmt/analysisservices/models.go b/profiles/preview/analysisservices/mgmt/analysisservices/models.go index ca1693607ec4..23299fabe447 100644 --- a/profiles/preview/analysisservices/mgmt/analysisservices/models.go +++ b/profiles/preview/analysisservices/mgmt/analysisservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go b/profiles/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go index c4668dba6535..c2b5e88624ae 100644 --- a/profiles/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go +++ b/profiles/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/apimanagement/mgmt/apimanagement/models.go b/profiles/preview/apimanagement/mgmt/apimanagement/models.go index edb89d47ea66..eb158b3e14d7 100644 --- a/profiles/preview/apimanagement/mgmt/apimanagement/models.go +++ b/profiles/preview/apimanagement/mgmt/apimanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/appinsights/insights/models.go b/profiles/preview/appinsights/insights/models.go index 18c4b0d19477..cc63022b1de0 100644 --- a/profiles/preview/appinsights/insights/models.go +++ b/profiles/preview/appinsights/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/appinsights/mgmt/insights/insightsapi/models.go b/profiles/preview/appinsights/mgmt/insights/insightsapi/models.go index 9034c0b8c9cd..b5609afe38de 100644 --- a/profiles/preview/appinsights/mgmt/insights/insightsapi/models.go +++ b/profiles/preview/appinsights/mgmt/insights/insightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/appinsights/mgmt/insights/models.go b/profiles/preview/appinsights/mgmt/insights/models.go index 46fd2628cc03..609896b561ec 100644 --- a/profiles/preview/appinsights/mgmt/insights/models.go +++ b/profiles/preview/appinsights/mgmt/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/authorization/mgmt/authorization/authorizationapi/models.go b/profiles/preview/authorization/mgmt/authorization/authorizationapi/models.go index dc9bf8a8c632..1d3a9dcb0495 100644 --- a/profiles/preview/authorization/mgmt/authorization/authorizationapi/models.go +++ b/profiles/preview/authorization/mgmt/authorization/authorizationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/authorization/mgmt/authorization/models.go b/profiles/preview/authorization/mgmt/authorization/models.go index ed2e3ff5ef75..91c70efa4297 100644 --- a/profiles/preview/authorization/mgmt/authorization/models.go +++ b/profiles/preview/authorization/mgmt/authorization/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/automation/mgmt/automation/automationapi/models.go b/profiles/preview/automation/mgmt/automation/automationapi/models.go index 1907748fccfb..4ecdab7a9cce 100644 --- a/profiles/preview/automation/mgmt/automation/automationapi/models.go +++ b/profiles/preview/automation/mgmt/automation/automationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/automation/mgmt/automation/models.go b/profiles/preview/automation/mgmt/automation/models.go index 294c21ad3191..695ad63fef95 100644 --- a/profiles/preview/automation/mgmt/automation/models.go +++ b/profiles/preview/automation/mgmt/automation/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/azsadmin/mgmt/fabric/models.go b/profiles/preview/azsadmin/mgmt/fabric/models.go index 8322f3201a4e..c59fbaef7418 100644 --- a/profiles/preview/azsadmin/mgmt/fabric/models.go +++ b/profiles/preview/azsadmin/mgmt/fabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/azsadmin/mgmt/infrastructureinsights/models.go b/profiles/preview/azsadmin/mgmt/infrastructureinsights/models.go index be84a781aa08..b42c63f62db4 100644 --- a/profiles/preview/azsadmin/mgmt/infrastructureinsights/models.go +++ b/profiles/preview/azsadmin/mgmt/infrastructureinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/azurestack/mgmt/azurestack/azurestackapi/models.go b/profiles/preview/azurestack/mgmt/azurestack/azurestackapi/models.go index 72bde20c4b9c..b741f8bbb411 100644 --- a/profiles/preview/azurestack/mgmt/azurestack/azurestackapi/models.go +++ b/profiles/preview/azurestack/mgmt/azurestack/azurestackapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/azurestack/mgmt/azurestack/models.go b/profiles/preview/azurestack/mgmt/azurestack/models.go index 72cf1abaac85..c7c59493bcf9 100644 --- a/profiles/preview/azurestack/mgmt/azurestack/models.go +++ b/profiles/preview/azurestack/mgmt/azurestack/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/batch/batch/batchapi/models.go b/profiles/preview/batch/batch/batchapi/models.go index 9ac3cede4311..7f282635274c 100644 --- a/profiles/preview/batch/batch/batchapi/models.go +++ b/profiles/preview/batch/batch/batchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/batch/batch/models.go b/profiles/preview/batch/batch/models.go index d9d5f4853848..583747dc03d7 100644 --- a/profiles/preview/batch/batch/models.go +++ b/profiles/preview/batch/batch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/batch/mgmt/batch/batchapi/models.go b/profiles/preview/batch/mgmt/batch/batchapi/models.go index aae8ed0ab485..34fbb3695055 100644 --- a/profiles/preview/batch/mgmt/batch/batchapi/models.go +++ b/profiles/preview/batch/mgmt/batch/batchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/batch/mgmt/batch/models.go b/profiles/preview/batch/mgmt/batch/models.go index e912b9fc64d0..bb64c36857c8 100644 --- a/profiles/preview/batch/mgmt/batch/models.go +++ b/profiles/preview/batch/mgmt/batch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/batchai/mgmt/batchai/batchaiapi/models.go b/profiles/preview/batchai/mgmt/batchai/batchaiapi/models.go index 74f73b822e77..2444beec7a48 100644 --- a/profiles/preview/batchai/mgmt/batchai/batchaiapi/models.go +++ b/profiles/preview/batchai/mgmt/batchai/batchaiapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/batchai/mgmt/batchai/models.go b/profiles/preview/batchai/mgmt/batchai/models.go index ebb90e297388..41b871e06931 100644 --- a/profiles/preview/batchai/mgmt/batchai/models.go +++ b/profiles/preview/batchai/mgmt/batchai/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cdn/mgmt/cdn/cdnapi/models.go b/profiles/preview/cdn/mgmt/cdn/cdnapi/models.go index 775f910044eb..0fc9c4a5d9c6 100644 --- a/profiles/preview/cdn/mgmt/cdn/cdnapi/models.go +++ b/profiles/preview/cdn/mgmt/cdn/cdnapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cdn/mgmt/cdn/models.go b/profiles/preview/cdn/mgmt/cdn/models.go index 82f62ce7ea04..9cad75823547 100644 --- a/profiles/preview/cdn/mgmt/cdn/models.go +++ b/profiles/preview/cdn/mgmt/cdn/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/autosuggest/autosuggestapi/models.go b/profiles/preview/cognitiveservices/autosuggest/autosuggestapi/models.go index 1a5a34c58d32..eede70a18dc6 100644 --- a/profiles/preview/cognitiveservices/autosuggest/autosuggestapi/models.go +++ b/profiles/preview/cognitiveservices/autosuggest/autosuggestapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/autosuggest/models.go b/profiles/preview/cognitiveservices/autosuggest/models.go index 50a7c789b23f..1c86625c2af8 100644 --- a/profiles/preview/cognitiveservices/autosuggest/models.go +++ b/profiles/preview/cognitiveservices/autosuggest/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/computervision/computervisionapi/models.go b/profiles/preview/cognitiveservices/computervision/computervisionapi/models.go index 5b85910d11d5..f6a25fe21a6e 100644 --- a/profiles/preview/cognitiveservices/computervision/computervisionapi/models.go +++ b/profiles/preview/cognitiveservices/computervision/computervisionapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/computervision/models.go b/profiles/preview/cognitiveservices/computervision/models.go index a39a45c509cc..d84e90a1f962 100644 --- a/profiles/preview/cognitiveservices/computervision/models.go +++ b/profiles/preview/cognitiveservices/computervision/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/contentmoderator/contentmoderatorapi/models.go b/profiles/preview/cognitiveservices/contentmoderator/contentmoderatorapi/models.go index fcfba6ab00ee..e1c9ff1ff0e7 100644 --- a/profiles/preview/cognitiveservices/contentmoderator/contentmoderatorapi/models.go +++ b/profiles/preview/cognitiveservices/contentmoderator/contentmoderatorapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/contentmoderator/models.go b/profiles/preview/cognitiveservices/contentmoderator/models.go index dfb6fe68a24f..6837e347c4a3 100644 --- a/profiles/preview/cognitiveservices/contentmoderator/models.go +++ b/profiles/preview/cognitiveservices/contentmoderator/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customimagesearch/customimagesearchapi/models.go b/profiles/preview/cognitiveservices/customimagesearch/customimagesearchapi/models.go index c572a288647e..e63ba5931467 100644 --- a/profiles/preview/cognitiveservices/customimagesearch/customimagesearchapi/models.go +++ b/profiles/preview/cognitiveservices/customimagesearch/customimagesearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customimagesearch/models.go b/profiles/preview/cognitiveservices/customimagesearch/models.go index 4269d22fb6ab..219372e3f473 100644 --- a/profiles/preview/cognitiveservices/customimagesearch/models.go +++ b/profiles/preview/cognitiveservices/customimagesearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customsearch/customsearchapi/models.go b/profiles/preview/cognitiveservices/customsearch/customsearchapi/models.go index bc6d7a9ce8aa..3d40c669a132 100644 --- a/profiles/preview/cognitiveservices/customsearch/customsearchapi/models.go +++ b/profiles/preview/cognitiveservices/customsearch/customsearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customsearch/models.go b/profiles/preview/cognitiveservices/customsearch/models.go index ba0a887e03ef..c329b89a611b 100644 --- a/profiles/preview/cognitiveservices/customsearch/models.go +++ b/profiles/preview/cognitiveservices/customsearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customvision/prediction/models.go b/profiles/preview/cognitiveservices/customvision/prediction/models.go index cddaa400d0e0..f4a167743fd2 100644 --- a/profiles/preview/cognitiveservices/customvision/prediction/models.go +++ b/profiles/preview/cognitiveservices/customvision/prediction/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customvision/prediction/predictionapi/models.go b/profiles/preview/cognitiveservices/customvision/prediction/predictionapi/models.go index 0af29a2c6e7a..26c8eb145ea8 100644 --- a/profiles/preview/cognitiveservices/customvision/prediction/predictionapi/models.go +++ b/profiles/preview/cognitiveservices/customvision/prediction/predictionapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customvision/training/models.go b/profiles/preview/cognitiveservices/customvision/training/models.go index f17afe58e812..90f33e294176 100644 --- a/profiles/preview/cognitiveservices/customvision/training/models.go +++ b/profiles/preview/cognitiveservices/customvision/training/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/customvision/training/trainingapi/models.go b/profiles/preview/cognitiveservices/customvision/training/trainingapi/models.go index f3a05926a689..5a918ba9c2f5 100644 --- a/profiles/preview/cognitiveservices/customvision/training/trainingapi/models.go +++ b/profiles/preview/cognitiveservices/customvision/training/trainingapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/entitysearch/entitysearchapi/models.go b/profiles/preview/cognitiveservices/entitysearch/entitysearchapi/models.go index 2ca45db3b057..2d2dfa809af8 100644 --- a/profiles/preview/cognitiveservices/entitysearch/entitysearchapi/models.go +++ b/profiles/preview/cognitiveservices/entitysearch/entitysearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/entitysearch/models.go b/profiles/preview/cognitiveservices/entitysearch/models.go index b6583120fa23..01becbedaf0f 100644 --- a/profiles/preview/cognitiveservices/entitysearch/models.go +++ b/profiles/preview/cognitiveservices/entitysearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/face/faceapi/models.go b/profiles/preview/cognitiveservices/face/faceapi/models.go index 6ee1c8c6ccbe..2be0e3d023f1 100644 --- a/profiles/preview/cognitiveservices/face/faceapi/models.go +++ b/profiles/preview/cognitiveservices/face/faceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/face/models.go b/profiles/preview/cognitiveservices/face/models.go index d8d40554d517..30e0cb11b1e7 100644 --- a/profiles/preview/cognitiveservices/face/models.go +++ b/profiles/preview/cognitiveservices/face/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/imagesearch/imagesearchapi/models.go b/profiles/preview/cognitiveservices/imagesearch/imagesearchapi/models.go index f16f7a6dd412..256da2ec0e2c 100644 --- a/profiles/preview/cognitiveservices/imagesearch/imagesearchapi/models.go +++ b/profiles/preview/cognitiveservices/imagesearch/imagesearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/imagesearch/models.go b/profiles/preview/cognitiveservices/imagesearch/models.go index 01a85f5f20cc..4e1eeb49a9da 100644 --- a/profiles/preview/cognitiveservices/imagesearch/models.go +++ b/profiles/preview/cognitiveservices/imagesearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/luis/authoring/authoringapi/models.go b/profiles/preview/cognitiveservices/luis/authoring/authoringapi/models.go index ceb973c7adbb..0c8f397eb73d 100644 --- a/profiles/preview/cognitiveservices/luis/authoring/authoringapi/models.go +++ b/profiles/preview/cognitiveservices/luis/authoring/authoringapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/luis/authoring/models.go b/profiles/preview/cognitiveservices/luis/authoring/models.go index cec4779072ee..54dbd6a24f42 100644 --- a/profiles/preview/cognitiveservices/luis/authoring/models.go +++ b/profiles/preview/cognitiveservices/luis/authoring/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/luis/programmatic/models.go b/profiles/preview/cognitiveservices/luis/programmatic/models.go index 5836992642fd..bb1528ceddbc 100644 --- a/profiles/preview/cognitiveservices/luis/programmatic/models.go +++ b/profiles/preview/cognitiveservices/luis/programmatic/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/luis/runtime/models.go b/profiles/preview/cognitiveservices/luis/runtime/models.go index 812228fd04e2..12591d37c0d6 100644 --- a/profiles/preview/cognitiveservices/luis/runtime/models.go +++ b/profiles/preview/cognitiveservices/luis/runtime/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/luis/runtime/runtimeapi/models.go b/profiles/preview/cognitiveservices/luis/runtime/runtimeapi/models.go index 52acf2dd4a6c..bd78fd1355eb 100644 --- a/profiles/preview/cognitiveservices/luis/runtime/runtimeapi/models.go +++ b/profiles/preview/cognitiveservices/luis/runtime/runtimeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go b/profiles/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go index f636960f5aab..99274caf975c 100644 --- a/profiles/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go +++ b/profiles/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/mgmt/cognitiveservices/models.go b/profiles/preview/cognitiveservices/mgmt/cognitiveservices/models.go index 1fae7af79796..9b84f5e823e3 100644 --- a/profiles/preview/cognitiveservices/mgmt/cognitiveservices/models.go +++ b/profiles/preview/cognitiveservices/mgmt/cognitiveservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/newssearch/models.go b/profiles/preview/cognitiveservices/newssearch/models.go index d9f08b3626c3..a5235973e568 100644 --- a/profiles/preview/cognitiveservices/newssearch/models.go +++ b/profiles/preview/cognitiveservices/newssearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/newssearch/newssearchapi/models.go b/profiles/preview/cognitiveservices/newssearch/newssearchapi/models.go index 6c7f076e1a85..e8154974d69d 100644 --- a/profiles/preview/cognitiveservices/newssearch/newssearchapi/models.go +++ b/profiles/preview/cognitiveservices/newssearch/newssearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/qnamaker/models.go b/profiles/preview/cognitiveservices/qnamaker/models.go index fe8a0b0ffcb8..9c4661ef434a 100644 --- a/profiles/preview/cognitiveservices/qnamaker/models.go +++ b/profiles/preview/cognitiveservices/qnamaker/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/qnamaker/qnamakerapi/models.go b/profiles/preview/cognitiveservices/qnamaker/qnamakerapi/models.go index 75439a062aae..b1ca327587c4 100644 --- a/profiles/preview/cognitiveservices/qnamaker/qnamakerapi/models.go +++ b/profiles/preview/cognitiveservices/qnamaker/qnamakerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/spellcheck/models.go b/profiles/preview/cognitiveservices/spellcheck/models.go index 9580a1811c61..02fcb3544ddd 100644 --- a/profiles/preview/cognitiveservices/spellcheck/models.go +++ b/profiles/preview/cognitiveservices/spellcheck/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/spellcheck/spellcheckapi/models.go b/profiles/preview/cognitiveservices/spellcheck/spellcheckapi/models.go index a1e4b1c4d241..0d1d1a7edeba 100644 --- a/profiles/preview/cognitiveservices/spellcheck/spellcheckapi/models.go +++ b/profiles/preview/cognitiveservices/spellcheck/spellcheckapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/textanalytics/models.go b/profiles/preview/cognitiveservices/textanalytics/models.go index 5911c8c2c32c..9b866f911f96 100644 --- a/profiles/preview/cognitiveservices/textanalytics/models.go +++ b/profiles/preview/cognitiveservices/textanalytics/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/textanalytics/textanalyticsapi/models.go b/profiles/preview/cognitiveservices/textanalytics/textanalyticsapi/models.go index 0d15745f54eb..0c4f37d3ad3d 100644 --- a/profiles/preview/cognitiveservices/textanalytics/textanalyticsapi/models.go +++ b/profiles/preview/cognitiveservices/textanalytics/textanalyticsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/videosearch/models.go b/profiles/preview/cognitiveservices/videosearch/models.go index 69938dae9c21..d3d434584426 100644 --- a/profiles/preview/cognitiveservices/videosearch/models.go +++ b/profiles/preview/cognitiveservices/videosearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/videosearch/videosearchapi/models.go b/profiles/preview/cognitiveservices/videosearch/videosearchapi/models.go index a290f04b5e76..de5a5e36f3a2 100644 --- a/profiles/preview/cognitiveservices/videosearch/videosearchapi/models.go +++ b/profiles/preview/cognitiveservices/videosearch/videosearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/websearch/models.go b/profiles/preview/cognitiveservices/websearch/models.go index e293ddb625a1..5872b0bf5179 100644 --- a/profiles/preview/cognitiveservices/websearch/models.go +++ b/profiles/preview/cognitiveservices/websearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cognitiveservices/websearch/websearchapi/models.go b/profiles/preview/cognitiveservices/websearch/websearchapi/models.go index f6b6c4b8b1e3..fc093cff5ac2 100644 --- a/profiles/preview/cognitiveservices/websearch/websearchapi/models.go +++ b/profiles/preview/cognitiveservices/websearch/websearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/compute/mgmt/compute/computeapi/models.go b/profiles/preview/compute/mgmt/compute/computeapi/models.go index fb6f06de8af3..7545d6220969 100644 --- a/profiles/preview/compute/mgmt/compute/computeapi/models.go +++ b/profiles/preview/compute/mgmt/compute/computeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/compute/mgmt/compute/models.go b/profiles/preview/compute/mgmt/compute/models.go index 4c957d6433b8..4997c66be905 100644 --- a/profiles/preview/compute/mgmt/compute/models.go +++ b/profiles/preview/compute/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/compute/mgmt/skus/models.go b/profiles/preview/compute/mgmt/skus/models.go index 4a11e3d4f22d..b0cccf1787ae 100644 --- a/profiles/preview/compute/mgmt/skus/models.go +++ b/profiles/preview/compute/mgmt/skus/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/compute/mgmt/skus/skusapi/models.go b/profiles/preview/compute/mgmt/skus/skusapi/models.go index b51abe8db832..104f1260f9df 100644 --- a/profiles/preview/compute/mgmt/skus/skusapi/models.go +++ b/profiles/preview/compute/mgmt/skus/skusapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/consumption/mgmt/consumption/consumptionapi/models.go b/profiles/preview/consumption/mgmt/consumption/consumptionapi/models.go index 4b0974d5046f..be45073f1991 100644 --- a/profiles/preview/consumption/mgmt/consumption/consumptionapi/models.go +++ b/profiles/preview/consumption/mgmt/consumption/consumptionapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/consumption/mgmt/consumption/models.go b/profiles/preview/consumption/mgmt/consumption/models.go index 1409915d7d62..08ad587ec097 100644 --- a/profiles/preview/consumption/mgmt/consumption/models.go +++ b/profiles/preview/consumption/mgmt/consumption/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go b/profiles/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go index 13e3b657a236..db97cfec9ec4 100644 --- a/profiles/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go +++ b/profiles/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/containerinstance/mgmt/containerinstance/models.go b/profiles/preview/containerinstance/mgmt/containerinstance/models.go index 771dfe7e14ae..cede8eb597cf 100644 --- a/profiles/preview/containerinstance/mgmt/containerinstance/models.go +++ b/profiles/preview/containerinstance/mgmt/containerinstance/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go b/profiles/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go index 74c5f8b4eeec..15caf33e5150 100644 --- a/profiles/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go +++ b/profiles/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/containerregistry/mgmt/containerregistry/models.go b/profiles/preview/containerregistry/mgmt/containerregistry/models.go index a36460b2ae3c..2830b03f4edc 100644 --- a/profiles/preview/containerregistry/mgmt/containerregistry/models.go +++ b/profiles/preview/containerregistry/mgmt/containerregistry/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go b/profiles/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go index 124e38b96ee6..717c4c8e380f 100644 --- a/profiles/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go +++ b/profiles/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/containerservice/mgmt/containerservice/models.go b/profiles/preview/containerservice/mgmt/containerservice/models.go index f0a695233991..1a5191bb805f 100644 --- a/profiles/preview/containerservice/mgmt/containerservice/models.go +++ b/profiles/preview/containerservice/mgmt/containerservice/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cosmos-db/mgmt/documentdb/documentdbapi/models.go b/profiles/preview/cosmos-db/mgmt/documentdb/documentdbapi/models.go index 3dd4ddb27056..6cd3813c1a28 100644 --- a/profiles/preview/cosmos-db/mgmt/documentdb/documentdbapi/models.go +++ b/profiles/preview/cosmos-db/mgmt/documentdb/documentdbapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/cosmos-db/mgmt/documentdb/models.go b/profiles/preview/cosmos-db/mgmt/documentdb/models.go index bef632e5f621..0259e4b606f7 100644 --- a/profiles/preview/cosmos-db/mgmt/documentdb/models.go +++ b/profiles/preview/cosmos-db/mgmt/documentdb/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go b/profiles/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go index 5155d68c4e3a..d592058fec26 100644 --- a/profiles/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go +++ b/profiles/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/costmanagement/mgmt/costmanagement/models.go b/profiles/preview/costmanagement/mgmt/costmanagement/models.go index dff222c6155d..094a522d7101 100644 --- a/profiles/preview/costmanagement/mgmt/costmanagement/models.go +++ b/profiles/preview/costmanagement/mgmt/costmanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/customerinsights/mgmt/customerinsights/customerinsightsapi/models.go b/profiles/preview/customerinsights/mgmt/customerinsights/customerinsightsapi/models.go index ffd98e2a5180..cc1e4dd9ef64 100644 --- a/profiles/preview/customerinsights/mgmt/customerinsights/customerinsightsapi/models.go +++ b/profiles/preview/customerinsights/mgmt/customerinsights/customerinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/customerinsights/mgmt/customerinsights/models.go b/profiles/preview/customerinsights/mgmt/customerinsights/models.go index 4d94642859b7..9671a6654338 100644 --- a/profiles/preview/customerinsights/mgmt/customerinsights/models.go +++ b/profiles/preview/customerinsights/mgmt/customerinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/databox/mgmt/databox/databoxapi/models.go b/profiles/preview/databox/mgmt/databox/databoxapi/models.go index a40d5c1802bc..4cbd950b6a9b 100644 --- a/profiles/preview/databox/mgmt/databox/databoxapi/models.go +++ b/profiles/preview/databox/mgmt/databox/databoxapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/databox/mgmt/databox/models.go b/profiles/preview/databox/mgmt/databox/models.go index d97f8ebdd39f..ca081e0e77d4 100644 --- a/profiles/preview/databox/mgmt/databox/models.go +++ b/profiles/preview/databox/mgmt/databox/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/databricks/mgmt/databricks/databricksapi/models.go b/profiles/preview/databricks/mgmt/databricks/databricksapi/models.go index 8143dbe87f40..bdd3cda732dc 100644 --- a/profiles/preview/databricks/mgmt/databricks/databricksapi/models.go +++ b/profiles/preview/databricks/mgmt/databricks/databricksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/databricks/mgmt/databricks/models.go b/profiles/preview/databricks/mgmt/databricks/models.go index c6f8cf4de1c3..c62b6371bb17 100644 --- a/profiles/preview/databricks/mgmt/databricks/models.go +++ b/profiles/preview/databricks/mgmt/databricks/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datacatalog/mgmt/datacatalog/datacatalogapi/models.go b/profiles/preview/datacatalog/mgmt/datacatalog/datacatalogapi/models.go index 3ae676c9b995..d6848bb57e4b 100644 --- a/profiles/preview/datacatalog/mgmt/datacatalog/datacatalogapi/models.go +++ b/profiles/preview/datacatalog/mgmt/datacatalog/datacatalogapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datacatalog/mgmt/datacatalog/models.go b/profiles/preview/datacatalog/mgmt/datacatalog/models.go index f87832271161..f524cd6ba258 100644 --- a/profiles/preview/datacatalog/mgmt/datacatalog/models.go +++ b/profiles/preview/datacatalog/mgmt/datacatalog/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go b/profiles/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go index b5bc69d81ba9..dac4234f65c2 100644 --- a/profiles/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go +++ b/profiles/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datafactory/mgmt/datafactory/models.go b/profiles/preview/datafactory/mgmt/datafactory/models.go index 80c8757a21c8..99e1fd233ff8 100644 --- a/profiles/preview/datafactory/mgmt/datafactory/models.go +++ b/profiles/preview/datafactory/mgmt/datafactory/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/analytics/catalog/catalogapi/models.go b/profiles/preview/datalake/analytics/catalog/catalogapi/models.go index 87106b01b960..11d2dcea4676 100644 --- a/profiles/preview/datalake/analytics/catalog/catalogapi/models.go +++ b/profiles/preview/datalake/analytics/catalog/catalogapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/analytics/catalog/models.go b/profiles/preview/datalake/analytics/catalog/models.go index 133952ce807e..97860c4bbeba 100644 --- a/profiles/preview/datalake/analytics/catalog/models.go +++ b/profiles/preview/datalake/analytics/catalog/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/analytics/job/jobapi/models.go b/profiles/preview/datalake/analytics/job/jobapi/models.go index 3707d89190f0..3d3092f45cfa 100644 --- a/profiles/preview/datalake/analytics/job/jobapi/models.go +++ b/profiles/preview/datalake/analytics/job/jobapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/analytics/job/models.go b/profiles/preview/datalake/analytics/job/models.go index f75864a82a23..c46c671b2305 100644 --- a/profiles/preview/datalake/analytics/job/models.go +++ b/profiles/preview/datalake/analytics/job/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/analytics/mgmt/account/accountapi/models.go b/profiles/preview/datalake/analytics/mgmt/account/accountapi/models.go index 75115d28ab3a..83e9df4139d0 100644 --- a/profiles/preview/datalake/analytics/mgmt/account/accountapi/models.go +++ b/profiles/preview/datalake/analytics/mgmt/account/accountapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/analytics/mgmt/account/models.go b/profiles/preview/datalake/analytics/mgmt/account/models.go index 3782d5bb6ccb..5fca6c2bb026 100644 --- a/profiles/preview/datalake/analytics/mgmt/account/models.go +++ b/profiles/preview/datalake/analytics/mgmt/account/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/store/filesystem/filesystemapi/models.go b/profiles/preview/datalake/store/filesystem/filesystemapi/models.go index 272b5571aad0..6093cf28a13a 100644 --- a/profiles/preview/datalake/store/filesystem/filesystemapi/models.go +++ b/profiles/preview/datalake/store/filesystem/filesystemapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/store/filesystem/models.go b/profiles/preview/datalake/store/filesystem/models.go index 6e1b57979538..3cbd8a936c12 100644 --- a/profiles/preview/datalake/store/filesystem/models.go +++ b/profiles/preview/datalake/store/filesystem/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/store/mgmt/account/accountapi/models.go b/profiles/preview/datalake/store/mgmt/account/accountapi/models.go index 19656f68b7c3..78fccb7d3760 100644 --- a/profiles/preview/datalake/store/mgmt/account/accountapi/models.go +++ b/profiles/preview/datalake/store/mgmt/account/accountapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datalake/store/mgmt/account/models.go b/profiles/preview/datalake/store/mgmt/account/models.go index 5d9432dfc718..abe3e4be2d9c 100644 --- a/profiles/preview/datalake/store/mgmt/account/models.go +++ b/profiles/preview/datalake/store/mgmt/account/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go b/profiles/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go index ea967733585c..dad255426d7c 100644 --- a/profiles/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go +++ b/profiles/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/datamigration/mgmt/datamigration/models.go b/profiles/preview/datamigration/mgmt/datamigration/models.go index 1cb4538e451f..3ac6d9b5293f 100644 --- a/profiles/preview/datamigration/mgmt/datamigration/models.go +++ b/profiles/preview/datamigration/mgmt/datamigration/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/devtestlabs/mgmt/dtl/dtlapi/models.go b/profiles/preview/devtestlabs/mgmt/dtl/dtlapi/models.go index c1bd92e6b7c7..86528c2c5600 100644 --- a/profiles/preview/devtestlabs/mgmt/dtl/dtlapi/models.go +++ b/profiles/preview/devtestlabs/mgmt/dtl/dtlapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/devtestlabs/mgmt/dtl/models.go b/profiles/preview/devtestlabs/mgmt/dtl/models.go index 7fbdc4becc9b..7fd008aa8c20 100644 --- a/profiles/preview/devtestlabs/mgmt/dtl/models.go +++ b/profiles/preview/devtestlabs/mgmt/dtl/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/dns/mgmt/dns/dnsapi/models.go b/profiles/preview/dns/mgmt/dns/dnsapi/models.go index 29d2078f9827..53198d06f71f 100644 --- a/profiles/preview/dns/mgmt/dns/dnsapi/models.go +++ b/profiles/preview/dns/mgmt/dns/dnsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/dns/mgmt/dns/models.go b/profiles/preview/dns/mgmt/dns/models.go index d304dbb8ee49..a9e1a7f161c0 100644 --- a/profiles/preview/dns/mgmt/dns/models.go +++ b/profiles/preview/dns/mgmt/dns/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/domainservices/mgmt/aad/aadapi/models.go b/profiles/preview/domainservices/mgmt/aad/aadapi/models.go index abb04a812be6..9f299cf3ee98 100644 --- a/profiles/preview/domainservices/mgmt/aad/aadapi/models.go +++ b/profiles/preview/domainservices/mgmt/aad/aadapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/domainservices/mgmt/aad/models.go b/profiles/preview/domainservices/mgmt/aad/models.go index a6ab7824330f..1988a4bf6b03 100644 --- a/profiles/preview/domainservices/mgmt/aad/models.go +++ b/profiles/preview/domainservices/mgmt/aad/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/eventgrid/eventgrid/eventgridapi/models.go b/profiles/preview/eventgrid/eventgrid/eventgridapi/models.go index f9cf9f07810b..643ca9529c1f 100644 --- a/profiles/preview/eventgrid/eventgrid/eventgridapi/models.go +++ b/profiles/preview/eventgrid/eventgrid/eventgridapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/eventgrid/eventgrid/models.go b/profiles/preview/eventgrid/eventgrid/models.go index b16762195dfa..abf942c3d687 100644 --- a/profiles/preview/eventgrid/eventgrid/models.go +++ b/profiles/preview/eventgrid/eventgrid/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go b/profiles/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go index 2f27b17da2a8..4fbfd8955eee 100644 --- a/profiles/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go +++ b/profiles/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/eventgrid/mgmt/eventgrid/models.go b/profiles/preview/eventgrid/mgmt/eventgrid/models.go index 7931c71bf780..17a2bab310b7 100644 --- a/profiles/preview/eventgrid/mgmt/eventgrid/models.go +++ b/profiles/preview/eventgrid/mgmt/eventgrid/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/eventhub/mgmt/eventhub/eventhubapi/models.go b/profiles/preview/eventhub/mgmt/eventhub/eventhubapi/models.go index d412bc9049ef..77d581207451 100644 --- a/profiles/preview/eventhub/mgmt/eventhub/eventhubapi/models.go +++ b/profiles/preview/eventhub/mgmt/eventhub/eventhubapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/eventhub/mgmt/eventhub/models.go b/profiles/preview/eventhub/mgmt/eventhub/models.go index 5f5836cae5a0..9f63d537443c 100644 --- a/profiles/preview/eventhub/mgmt/eventhub/models.go +++ b/profiles/preview/eventhub/mgmt/eventhub/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/graphrbac/graphrbac/graphrbacapi/models.go b/profiles/preview/graphrbac/graphrbac/graphrbacapi/models.go index a896f7135b82..85c39f45bf00 100644 --- a/profiles/preview/graphrbac/graphrbac/graphrbacapi/models.go +++ b/profiles/preview/graphrbac/graphrbac/graphrbacapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/graphrbac/graphrbac/models.go b/profiles/preview/graphrbac/graphrbac/models.go index d823a69527fb..b459bf4d0b21 100644 --- a/profiles/preview/graphrbac/graphrbac/models.go +++ b/profiles/preview/graphrbac/graphrbac/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/iotcentral/mgmt/iotcentral/iotcentralapi/models.go b/profiles/preview/iotcentral/mgmt/iotcentral/iotcentralapi/models.go index bd36650a0f5e..32bce487f617 100644 --- a/profiles/preview/iotcentral/mgmt/iotcentral/iotcentralapi/models.go +++ b/profiles/preview/iotcentral/mgmt/iotcentral/iotcentralapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/iotcentral/mgmt/iotcentral/models.go b/profiles/preview/iotcentral/mgmt/iotcentral/models.go index b16cec79d5f7..dc7f6a5b83a0 100644 --- a/profiles/preview/iotcentral/mgmt/iotcentral/models.go +++ b/profiles/preview/iotcentral/mgmt/iotcentral/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/iothub/mgmt/devices/devicesapi/models.go b/profiles/preview/iothub/mgmt/devices/devicesapi/models.go index 74e7fb24c39d..70394d93652f 100644 --- a/profiles/preview/iothub/mgmt/devices/devicesapi/models.go +++ b/profiles/preview/iothub/mgmt/devices/devicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/iothub/mgmt/devices/models.go b/profiles/preview/iothub/mgmt/devices/models.go index 824a6f7d4cd2..ad5eca9f6e7d 100644 --- a/profiles/preview/iothub/mgmt/devices/models.go +++ b/profiles/preview/iothub/mgmt/devices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/keyvault/keyvault/keyvaultapi/models.go b/profiles/preview/keyvault/keyvault/keyvaultapi/models.go index 68a7e5165339..8eb7279d9471 100644 --- a/profiles/preview/keyvault/keyvault/keyvaultapi/models.go +++ b/profiles/preview/keyvault/keyvault/keyvaultapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/keyvault/keyvault/models.go b/profiles/preview/keyvault/keyvault/models.go index 27ee9502aeb0..d52c73413b14 100644 --- a/profiles/preview/keyvault/keyvault/models.go +++ b/profiles/preview/keyvault/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/keyvault/mgmt/keyvault/keyvaultapi/models.go b/profiles/preview/keyvault/mgmt/keyvault/keyvaultapi/models.go index 2d6f3cb2fcdd..c81845d4c8a4 100644 --- a/profiles/preview/keyvault/mgmt/keyvault/keyvaultapi/models.go +++ b/profiles/preview/keyvault/mgmt/keyvault/keyvaultapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/keyvault/mgmt/keyvault/models.go b/profiles/preview/keyvault/mgmt/keyvault/models.go index d4eec7ec69d4..de4aaf3310c0 100644 --- a/profiles/preview/keyvault/mgmt/keyvault/models.go +++ b/profiles/preview/keyvault/mgmt/keyvault/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/labservices/mgmt/labservices/labservicesapi/models.go b/profiles/preview/labservices/mgmt/labservices/labservicesapi/models.go index 50e4be861c4b..2350732632cf 100644 --- a/profiles/preview/labservices/mgmt/labservices/labservicesapi/models.go +++ b/profiles/preview/labservices/mgmt/labservices/labservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/labservices/mgmt/labservices/models.go b/profiles/preview/labservices/mgmt/labservices/models.go index ea636bf01e31..459d51c182f1 100644 --- a/profiles/preview/labservices/mgmt/labservices/models.go +++ b/profiles/preview/labservices/mgmt/labservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/logic/mgmt/logic/logicapi/models.go b/profiles/preview/logic/mgmt/logic/logicapi/models.go index 6d654a338d2a..fd8780499286 100644 --- a/profiles/preview/logic/mgmt/logic/logicapi/models.go +++ b/profiles/preview/logic/mgmt/logic/logicapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/logic/mgmt/logic/models.go b/profiles/preview/logic/mgmt/logic/models.go index 81d6620cdb9b..aeac298216ad 100644 --- a/profiles/preview/logic/mgmt/logic/models.go +++ b/profiles/preview/logic/mgmt/logic/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/machinelearning/mgmt/compute/models.go b/profiles/preview/machinelearning/mgmt/compute/models.go index d4271d44a8bf..4c18420624e6 100644 --- a/profiles/preview/machinelearning/mgmt/compute/models.go +++ b/profiles/preview/machinelearning/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/machinelearning/mgmt/webservices/models.go b/profiles/preview/machinelearning/mgmt/webservices/models.go index 122dc3252da9..f3fb201bc630 100644 --- a/profiles/preview/machinelearning/mgmt/webservices/models.go +++ b/profiles/preview/machinelearning/mgmt/webservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/machinelearning/mgmt/webservices/webservicesapi/models.go b/profiles/preview/machinelearning/mgmt/webservices/webservicesapi/models.go index 87b6b21d82ae..402b252e1fee 100644 --- a/profiles/preview/machinelearning/mgmt/webservices/webservicesapi/models.go +++ b/profiles/preview/machinelearning/mgmt/webservices/webservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/machinelearning/mgmt/workspaces/models.go b/profiles/preview/machinelearning/mgmt/workspaces/models.go index d684ad952bac..227a5bc5b2f0 100644 --- a/profiles/preview/machinelearning/mgmt/workspaces/models.go +++ b/profiles/preview/machinelearning/mgmt/workspaces/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/machinelearning/mgmt/workspaces/workspacesapi/models.go b/profiles/preview/machinelearning/mgmt/workspaces/workspacesapi/models.go index 29dd2a743658..fc9027d0588b 100644 --- a/profiles/preview/machinelearning/mgmt/workspaces/workspacesapi/models.go +++ b/profiles/preview/machinelearning/mgmt/workspaces/workspacesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/managementpartner/mgmt/managementpartner/models.go b/profiles/preview/managementpartner/mgmt/managementpartner/models.go index dc0c9fb13eed..20505df78a49 100644 --- a/profiles/preview/managementpartner/mgmt/managementpartner/models.go +++ b/profiles/preview/managementpartner/mgmt/managementpartner/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/maps/mgmt/maps/mapsapi/models.go b/profiles/preview/maps/mgmt/maps/mapsapi/models.go index 6b8776093887..771e3bb12ef0 100644 --- a/profiles/preview/maps/mgmt/maps/mapsapi/models.go +++ b/profiles/preview/maps/mgmt/maps/mapsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/maps/mgmt/maps/models.go b/profiles/preview/maps/mgmt/maps/models.go index a1e6312ca118..2843aa9a4d8e 100644 --- a/profiles/preview/maps/mgmt/maps/models.go +++ b/profiles/preview/maps/mgmt/maps/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/marketplaceordering/mgmt/marketplaceordering/marketplaceorderingapi/models.go b/profiles/preview/marketplaceordering/mgmt/marketplaceordering/marketplaceorderingapi/models.go index 0ca1989b73a6..b1a923973a63 100644 --- a/profiles/preview/marketplaceordering/mgmt/marketplaceordering/marketplaceorderingapi/models.go +++ b/profiles/preview/marketplaceordering/mgmt/marketplaceordering/marketplaceorderingapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/marketplaceordering/mgmt/marketplaceordering/models.go b/profiles/preview/marketplaceordering/mgmt/marketplaceordering/models.go index 42f630d4939f..d47233863694 100644 --- a/profiles/preview/marketplaceordering/mgmt/marketplaceordering/models.go +++ b/profiles/preview/marketplaceordering/mgmt/marketplaceordering/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/mediaservices/mgmt/media/mediaapi/models.go b/profiles/preview/mediaservices/mgmt/media/mediaapi/models.go index 891e3ed39011..7b7e1b77c8df 100644 --- a/profiles/preview/mediaservices/mgmt/media/mediaapi/models.go +++ b/profiles/preview/mediaservices/mgmt/media/mediaapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/mediaservices/mgmt/media/models.go b/profiles/preview/mediaservices/mgmt/media/models.go index ebcf475d31aa..c0b4446f995d 100644 --- a/profiles/preview/mediaservices/mgmt/media/models.go +++ b/profiles/preview/mediaservices/mgmt/media/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/migrate/mgmt/migrate/migrateapi/models.go b/profiles/preview/migrate/mgmt/migrate/migrateapi/models.go index 5c39b4eeebda..a0fc1641708d 100644 --- a/profiles/preview/migrate/mgmt/migrate/migrateapi/models.go +++ b/profiles/preview/migrate/mgmt/migrate/migrateapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/migrate/mgmt/migrate/models.go b/profiles/preview/migrate/mgmt/migrate/models.go index 55cedf8c8a67..0b79a36e5247 100644 --- a/profiles/preview/migrate/mgmt/migrate/models.go +++ b/profiles/preview/migrate/mgmt/migrate/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/mobileengagement/mgmt/mobileengagement/models.go b/profiles/preview/mobileengagement/mgmt/mobileengagement/models.go index 0aca78ce38fa..d00733e2a2db 100644 --- a/profiles/preview/mobileengagement/mgmt/mobileengagement/models.go +++ b/profiles/preview/mobileengagement/mgmt/mobileengagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/monitor/mgmt/insights/models.go b/profiles/preview/monitor/mgmt/insights/models.go index 2494f13cef0c..46cd1a6d4107 100644 --- a/profiles/preview/monitor/mgmt/insights/models.go +++ b/profiles/preview/monitor/mgmt/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/mysql/mgmt/mysql/models.go b/profiles/preview/mysql/mgmt/mysql/models.go index a32921b71f1b..737015440041 100644 --- a/profiles/preview/mysql/mgmt/mysql/models.go +++ b/profiles/preview/mysql/mgmt/mysql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/mysql/mgmt/mysql/mysqlapi/models.go b/profiles/preview/mysql/mgmt/mysql/mysqlapi/models.go index 91124104e5d8..4765fcda409b 100644 --- a/profiles/preview/mysql/mgmt/mysql/mysqlapi/models.go +++ b/profiles/preview/mysql/mgmt/mysql/mysqlapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/network/mgmt/network/models.go b/profiles/preview/network/mgmt/network/models.go index 2b7ca511fc9b..fd9edb6436e5 100644 --- a/profiles/preview/network/mgmt/network/models.go +++ b/profiles/preview/network/mgmt/network/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/network/mgmt/network/networkapi/models.go b/profiles/preview/network/mgmt/network/networkapi/models.go index 9078b8835c64..c2d59c1e09d0 100644 --- a/profiles/preview/network/mgmt/network/networkapi/models.go +++ b/profiles/preview/network/mgmt/network/networkapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/notificationhubs/mgmt/notificationhubs/models.go b/profiles/preview/notificationhubs/mgmt/notificationhubs/models.go index 04f35d04c331..97a886c21f55 100644 --- a/profiles/preview/notificationhubs/mgmt/notificationhubs/models.go +++ b/profiles/preview/notificationhubs/mgmt/notificationhubs/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/notificationhubs/mgmt/notificationhubs/notificationhubsapi/models.go b/profiles/preview/notificationhubs/mgmt/notificationhubs/notificationhubsapi/models.go index f253c8907551..e113b52496dc 100644 --- a/profiles/preview/notificationhubs/mgmt/notificationhubs/notificationhubsapi/models.go +++ b/profiles/preview/notificationhubs/mgmt/notificationhubs/notificationhubsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/operationalinsights/mgmt/operationalinsights/models.go b/profiles/preview/operationalinsights/mgmt/operationalinsights/models.go index b9af94e7dafe..d77d183fbf2c 100644 --- a/profiles/preview/operationalinsights/mgmt/operationalinsights/models.go +++ b/profiles/preview/operationalinsights/mgmt/operationalinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go b/profiles/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go index d9cee28c6c9d..4c2d628cdeea 100644 --- a/profiles/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go +++ b/profiles/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/operationalinsights/operationalinsights/models.go b/profiles/preview/operationalinsights/operationalinsights/models.go index 22e18e5e9d2e..f182a67b3043 100644 --- a/profiles/preview/operationalinsights/operationalinsights/models.go +++ b/profiles/preview/operationalinsights/operationalinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/operationalinsights/operationalinsights/operationalinsightsapi/models.go b/profiles/preview/operationalinsights/operationalinsights/operationalinsightsapi/models.go index c2f3aef8939d..e360aaf3e623 100644 --- a/profiles/preview/operationalinsights/operationalinsights/operationalinsightsapi/models.go +++ b/profiles/preview/operationalinsights/operationalinsights/operationalinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/policyinsights/mgmt/policyinsights/models.go b/profiles/preview/policyinsights/mgmt/policyinsights/models.go index 0da3047d97e4..d6643c95eceb 100644 --- a/profiles/preview/policyinsights/mgmt/policyinsights/models.go +++ b/profiles/preview/policyinsights/mgmt/policyinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go b/profiles/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go index a9ea2288a7e2..68f64baaefe8 100644 --- a/profiles/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go +++ b/profiles/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/postgresql/mgmt/postgresql/models.go b/profiles/preview/postgresql/mgmt/postgresql/models.go index adffd97733fa..da02d597927e 100644 --- a/profiles/preview/postgresql/mgmt/postgresql/models.go +++ b/profiles/preview/postgresql/mgmt/postgresql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/postgresql/mgmt/postgresql/postgresqlapi/models.go b/profiles/preview/postgresql/mgmt/postgresql/postgresqlapi/models.go index c93e61cb34f4..599f4a3c6eda 100644 --- a/profiles/preview/postgresql/mgmt/postgresql/postgresqlapi/models.go +++ b/profiles/preview/postgresql/mgmt/postgresql/postgresqlapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/powerbidedicated/mgmt/powerbidedicated/models.go b/profiles/preview/powerbidedicated/mgmt/powerbidedicated/models.go index f1d70a371621..15861711df00 100644 --- a/profiles/preview/powerbidedicated/mgmt/powerbidedicated/models.go +++ b/profiles/preview/powerbidedicated/mgmt/powerbidedicated/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/powerbidedicated/mgmt/powerbidedicated/powerbidedicatedapi/models.go b/profiles/preview/powerbidedicated/mgmt/powerbidedicated/powerbidedicatedapi/models.go index 6cb3eee2e796..83f3b540190b 100644 --- a/profiles/preview/powerbidedicated/mgmt/powerbidedicated/powerbidedicatedapi/models.go +++ b/profiles/preview/powerbidedicated/mgmt/powerbidedicated/powerbidedicatedapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/powerbiembedded/mgmt/powerbiembedded/models.go b/profiles/preview/powerbiembedded/mgmt/powerbiembedded/models.go index 08c68d547332..f386160049d1 100644 --- a/profiles/preview/powerbiembedded/mgmt/powerbiembedded/models.go +++ b/profiles/preview/powerbiembedded/mgmt/powerbiembedded/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/powerbiembedded/mgmt/powerbiembedded/powerbiembeddedapi/models.go b/profiles/preview/powerbiembedded/mgmt/powerbiembedded/powerbiembeddedapi/models.go index 71a6191a5d07..20f15e177740 100644 --- a/profiles/preview/powerbiembedded/mgmt/powerbiembedded/powerbiembeddedapi/models.go +++ b/profiles/preview/powerbiembedded/mgmt/powerbiembedded/powerbiembeddedapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/addons/mgmt/addons/addonsapi/models.go b/profiles/preview/preview/addons/mgmt/addons/addonsapi/models.go index 9bd5f5327d26..41f9b7da0619 100644 --- a/profiles/preview/preview/addons/mgmt/addons/addonsapi/models.go +++ b/profiles/preview/preview/addons/mgmt/addons/addonsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/addons/mgmt/addons/models.go b/profiles/preview/preview/addons/mgmt/addons/models.go index d3de470ffac9..16d85017a304 100644 --- a/profiles/preview/preview/addons/mgmt/addons/models.go +++ b/profiles/preview/preview/addons/mgmt/addons/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/advisor/mgmt/advisor/advisorapi/models.go b/profiles/preview/preview/advisor/mgmt/advisor/advisorapi/models.go index 91250de58e70..7edd8c897191 100644 --- a/profiles/preview/preview/advisor/mgmt/advisor/advisorapi/models.go +++ b/profiles/preview/preview/advisor/mgmt/advisor/advisorapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/advisor/mgmt/advisor/models.go b/profiles/preview/preview/advisor/mgmt/advisor/models.go index 0901579446c2..c6035ab9e12c 100644 --- a/profiles/preview/preview/advisor/mgmt/advisor/models.go +++ b/profiles/preview/preview/advisor/mgmt/advisor/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/alertsmanagement/mgmt/alertsmanagement/models.go b/profiles/preview/preview/alertsmanagement/mgmt/alertsmanagement/models.go index 1690f47f28b7..5190cf395d51 100644 --- a/profiles/preview/preview/alertsmanagement/mgmt/alertsmanagement/models.go +++ b/profiles/preview/preview/alertsmanagement/mgmt/alertsmanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/apimanagement/ctrl/apimanagement/apimanagementapi/models.go b/profiles/preview/preview/apimanagement/ctrl/apimanagement/apimanagementapi/models.go index f263888d7b84..a2f7eb5c87d5 100644 --- a/profiles/preview/preview/apimanagement/ctrl/apimanagement/apimanagementapi/models.go +++ b/profiles/preview/preview/apimanagement/ctrl/apimanagement/apimanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/apimanagement/ctrl/apimanagement/models.go b/profiles/preview/preview/apimanagement/ctrl/apimanagement/models.go index d106eaf4c82b..105f0158c7a9 100644 --- a/profiles/preview/preview/apimanagement/ctrl/apimanagement/models.go +++ b/profiles/preview/preview/apimanagement/ctrl/apimanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go b/profiles/preview/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go index 0e3a6e58ec72..e0b99d539b18 100644 --- a/profiles/preview/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go +++ b/profiles/preview/preview/apimanagement/mgmt/apimanagement/apimanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/apimanagement/mgmt/apimanagement/models.go b/profiles/preview/preview/apimanagement/mgmt/apimanagement/models.go index 12f4da35193e..0ae3068dc44b 100644 --- a/profiles/preview/preview/apimanagement/mgmt/apimanagement/models.go +++ b/profiles/preview/preview/apimanagement/mgmt/apimanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/appinsights/insights/insightsapi/models.go b/profiles/preview/preview/appinsights/insights/insightsapi/models.go index a8c66feb37c2..b7a70c6af89f 100644 --- a/profiles/preview/preview/appinsights/insights/insightsapi/models.go +++ b/profiles/preview/preview/appinsights/insights/insightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/appinsights/insights/models.go b/profiles/preview/preview/appinsights/insights/models.go index ca669985d979..0fb79ed3c679 100644 --- a/profiles/preview/preview/appinsights/insights/models.go +++ b/profiles/preview/preview/appinsights/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/authorization/mgmt/authorization/authorizationapi/models.go b/profiles/preview/preview/authorization/mgmt/authorization/authorizationapi/models.go index c67f931fc17b..9a8f7090a312 100644 --- a/profiles/preview/preview/authorization/mgmt/authorization/authorizationapi/models.go +++ b/profiles/preview/preview/authorization/mgmt/authorization/authorizationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/authorization/mgmt/authorization/models.go b/profiles/preview/preview/authorization/mgmt/authorization/models.go index 75e4b6736420..d4dd8f1dc159 100644 --- a/profiles/preview/preview/authorization/mgmt/authorization/models.go +++ b/profiles/preview/preview/authorization/mgmt/authorization/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/automation/mgmt/automation/automationapi/models.go b/profiles/preview/preview/automation/mgmt/automation/automationapi/models.go index 9222b918515b..58c69ca8866c 100644 --- a/profiles/preview/preview/automation/mgmt/automation/automationapi/models.go +++ b/profiles/preview/preview/automation/mgmt/automation/automationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/automation/mgmt/automation/models.go b/profiles/preview/preview/automation/mgmt/automation/models.go index 24ccce499a58..d55d349a5065 100644 --- a/profiles/preview/preview/automation/mgmt/automation/models.go +++ b/profiles/preview/preview/automation/mgmt/automation/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/batchai/mgmt/batchai/batchaiapi/models.go b/profiles/preview/preview/batchai/mgmt/batchai/batchaiapi/models.go index 89a48b04eac0..87ab4b6cedd7 100644 --- a/profiles/preview/preview/batchai/mgmt/batchai/batchaiapi/models.go +++ b/profiles/preview/preview/batchai/mgmt/batchai/batchaiapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/batchai/mgmt/batchai/models.go b/profiles/preview/preview/batchai/mgmt/batchai/models.go index 4a31813fa479..d72745a18dcb 100644 --- a/profiles/preview/preview/batchai/mgmt/batchai/models.go +++ b/profiles/preview/preview/batchai/mgmt/batchai/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/billing/mgmt/billing/billingapi/models.go b/profiles/preview/preview/billing/mgmt/billing/billingapi/models.go index 70df8a2a50c9..f5096010e396 100644 --- a/profiles/preview/preview/billing/mgmt/billing/billingapi/models.go +++ b/profiles/preview/preview/billing/mgmt/billing/billingapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/billing/mgmt/billing/models.go b/profiles/preview/preview/billing/mgmt/billing/models.go index f0584fd1d20b..b4430da31da9 100644 --- a/profiles/preview/preview/billing/mgmt/billing/models.go +++ b/profiles/preview/preview/billing/mgmt/billing/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/blueprint/mgmt/blueprint/blueprintapi/models.go b/profiles/preview/preview/blueprint/mgmt/blueprint/blueprintapi/models.go index c50e2f988d38..7fd90d326f9a 100644 --- a/profiles/preview/preview/blueprint/mgmt/blueprint/blueprintapi/models.go +++ b/profiles/preview/preview/blueprint/mgmt/blueprint/blueprintapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/blueprint/mgmt/blueprint/models.go b/profiles/preview/preview/blueprint/mgmt/blueprint/models.go index dda948af1dc7..b884ab4b6cb2 100644 --- a/profiles/preview/preview/blueprint/mgmt/blueprint/models.go +++ b/profiles/preview/preview/blueprint/mgmt/blueprint/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/botservice/mgmt/botservice/botserviceapi/models.go b/profiles/preview/preview/botservice/mgmt/botservice/botserviceapi/models.go index 1f1afcefc7d3..2ce4c13ed440 100644 --- a/profiles/preview/preview/botservice/mgmt/botservice/botserviceapi/models.go +++ b/profiles/preview/preview/botservice/mgmt/botservice/botserviceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/botservice/mgmt/botservice/models.go b/profiles/preview/preview/botservice/mgmt/botservice/models.go index 3ee4f964cb63..4f2595a516a5 100644 --- a/profiles/preview/preview/botservice/mgmt/botservice/models.go +++ b/profiles/preview/preview/botservice/mgmt/botservice/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go b/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go index c9bd4ee08263..7abe1a1321a1 100644 --- a/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go +++ b/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/cognitiveservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/models.go b/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/models.go index 47e26e83c642..9cbb558994fd 100644 --- a/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/models.go +++ b/profiles/preview/preview/cognitiveservices/mgmt/cognitiveservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/cognitiveservices/visualsearch/models.go b/profiles/preview/preview/cognitiveservices/visualsearch/models.go index 6e6831a537d0..6e512b00c2de 100644 --- a/profiles/preview/preview/cognitiveservices/visualsearch/models.go +++ b/profiles/preview/preview/cognitiveservices/visualsearch/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/cognitiveservices/visualsearch/visualsearchapi/models.go b/profiles/preview/preview/cognitiveservices/visualsearch/visualsearchapi/models.go index 205b77e7b94a..f42736d3db71 100644 --- a/profiles/preview/preview/cognitiveservices/visualsearch/visualsearchapi/models.go +++ b/profiles/preview/preview/cognitiveservices/visualsearch/visualsearchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/commerce/mgmt/commerce/commerceapi/models.go b/profiles/preview/preview/commerce/mgmt/commerce/commerceapi/models.go index 7439d44b4aaf..d6eec7c52242 100644 --- a/profiles/preview/preview/commerce/mgmt/commerce/commerceapi/models.go +++ b/profiles/preview/preview/commerce/mgmt/commerce/commerceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/commerce/mgmt/commerce/models.go b/profiles/preview/preview/commerce/mgmt/commerce/models.go index ad10415a24d2..370078b85b7f 100644 --- a/profiles/preview/preview/commerce/mgmt/commerce/models.go +++ b/profiles/preview/preview/commerce/mgmt/commerce/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/compute/mgmt/compute/computeapi/models.go b/profiles/preview/preview/compute/mgmt/compute/computeapi/models.go index 219172f35397..f8a25a47ee75 100644 --- a/profiles/preview/preview/compute/mgmt/compute/computeapi/models.go +++ b/profiles/preview/preview/compute/mgmt/compute/computeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/compute/mgmt/compute/models.go b/profiles/preview/preview/compute/mgmt/compute/models.go index 41684dbc883f..53b4709f1331 100644 --- a/profiles/preview/preview/compute/mgmt/compute/models.go +++ b/profiles/preview/preview/compute/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/consumption/mgmt/consumption/consumptionapi/models.go b/profiles/preview/preview/consumption/mgmt/consumption/consumptionapi/models.go index 4e066770f305..e032d2e7d37d 100644 --- a/profiles/preview/preview/consumption/mgmt/consumption/consumptionapi/models.go +++ b/profiles/preview/preview/consumption/mgmt/consumption/consumptionapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/consumption/mgmt/consumption/models.go b/profiles/preview/preview/consumption/mgmt/consumption/models.go index 4508351138ac..0c499278db98 100644 --- a/profiles/preview/preview/consumption/mgmt/consumption/models.go +++ b/profiles/preview/preview/consumption/mgmt/consumption/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go b/profiles/preview/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go index f77c2e8980b8..b62f1ef667ea 100644 --- a/profiles/preview/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go +++ b/profiles/preview/preview/containerinstance/mgmt/containerinstance/containerinstanceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/containerinstance/mgmt/containerinstance/models.go b/profiles/preview/preview/containerinstance/mgmt/containerinstance/models.go index 6b305cfe7707..23c86e5eb485 100644 --- a/profiles/preview/preview/containerinstance/mgmt/containerinstance/models.go +++ b/profiles/preview/preview/containerinstance/mgmt/containerinstance/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go b/profiles/preview/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go index 3a8ca725fdc6..7e8d7e40812e 100644 --- a/profiles/preview/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go +++ b/profiles/preview/preview/containerregistry/mgmt/containerregistry/containerregistryapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/containerregistry/mgmt/containerregistry/models.go b/profiles/preview/preview/containerregistry/mgmt/containerregistry/models.go index cfa3f736a445..5a92e160c9a8 100644 --- a/profiles/preview/preview/containerregistry/mgmt/containerregistry/models.go +++ b/profiles/preview/preview/containerregistry/mgmt/containerregistry/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go b/profiles/preview/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go index 5c4bca72d113..3a3037bed8f7 100644 --- a/profiles/preview/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go +++ b/profiles/preview/preview/containerservice/mgmt/containerservice/containerserviceapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/containerservice/mgmt/containerservice/models.go b/profiles/preview/preview/containerservice/mgmt/containerservice/models.go index debe076b5cee..2daf97b1c25c 100644 --- a/profiles/preview/preview/containerservice/mgmt/containerservice/models.go +++ b/profiles/preview/preview/containerservice/mgmt/containerservice/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go b/profiles/preview/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go index 74d1ebec03fc..9dba6dc460f3 100644 --- a/profiles/preview/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go +++ b/profiles/preview/preview/costmanagement/mgmt/costmanagement/costmanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go b/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go index d517d133d32e..5f42153222d8 100644 --- a/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go +++ b/profiles/preview/preview/costmanagement/mgmt/costmanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go b/profiles/preview/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go index a39cacfadeb1..c784cabbc38e 100644 --- a/profiles/preview/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go +++ b/profiles/preview/preview/datafactory/mgmt/datafactory/datafactoryapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datafactory/mgmt/datafactory/models.go b/profiles/preview/preview/datafactory/mgmt/datafactory/models.go index f5ab89133c93..3f55e7d7cef6 100644 --- a/profiles/preview/preview/datafactory/mgmt/datafactory/models.go +++ b/profiles/preview/preview/datafactory/mgmt/datafactory/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/analytics/catalog/catalogapi/models.go b/profiles/preview/preview/datalake/analytics/catalog/catalogapi/models.go index d429d0771c42..7c7f4e5c2084 100644 --- a/profiles/preview/preview/datalake/analytics/catalog/catalogapi/models.go +++ b/profiles/preview/preview/datalake/analytics/catalog/catalogapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/analytics/catalog/models.go b/profiles/preview/preview/datalake/analytics/catalog/models.go index 1445a9981cfd..9f3f4b62bcf1 100644 --- a/profiles/preview/preview/datalake/analytics/catalog/models.go +++ b/profiles/preview/preview/datalake/analytics/catalog/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/analytics/job/jobapi/models.go b/profiles/preview/preview/datalake/analytics/job/jobapi/models.go index 62101e693bf4..83fef072b5f6 100644 --- a/profiles/preview/preview/datalake/analytics/job/jobapi/models.go +++ b/profiles/preview/preview/datalake/analytics/job/jobapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/analytics/job/models.go b/profiles/preview/preview/datalake/analytics/job/models.go index ff12f428507a..e710d9579f84 100644 --- a/profiles/preview/preview/datalake/analytics/job/models.go +++ b/profiles/preview/preview/datalake/analytics/job/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/analytics/mgmt/account/accountapi/models.go b/profiles/preview/preview/datalake/analytics/mgmt/account/accountapi/models.go index dce515226db0..8646838a72ba 100644 --- a/profiles/preview/preview/datalake/analytics/mgmt/account/accountapi/models.go +++ b/profiles/preview/preview/datalake/analytics/mgmt/account/accountapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/analytics/mgmt/account/models.go b/profiles/preview/preview/datalake/analytics/mgmt/account/models.go index 8e7074b7bf4f..bcb56e330ef2 100644 --- a/profiles/preview/preview/datalake/analytics/mgmt/account/models.go +++ b/profiles/preview/preview/datalake/analytics/mgmt/account/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/store/filesystem/filesystemapi/models.go b/profiles/preview/preview/datalake/store/filesystem/filesystemapi/models.go index 736a5807d822..2cddd96e78e4 100644 --- a/profiles/preview/preview/datalake/store/filesystem/filesystemapi/models.go +++ b/profiles/preview/preview/datalake/store/filesystem/filesystemapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/store/filesystem/models.go b/profiles/preview/preview/datalake/store/filesystem/models.go index 98482d92d389..081145fa44e3 100644 --- a/profiles/preview/preview/datalake/store/filesystem/models.go +++ b/profiles/preview/preview/datalake/store/filesystem/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/store/mgmt/account/accountapi/models.go b/profiles/preview/preview/datalake/store/mgmt/account/accountapi/models.go index 750d79aac67b..bbc373d20b1f 100644 --- a/profiles/preview/preview/datalake/store/mgmt/account/accountapi/models.go +++ b/profiles/preview/preview/datalake/store/mgmt/account/accountapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datalake/store/mgmt/account/models.go b/profiles/preview/preview/datalake/store/mgmt/account/models.go index 76d7919fb646..2b4cfea47c43 100644 --- a/profiles/preview/preview/datalake/store/mgmt/account/models.go +++ b/profiles/preview/preview/datalake/store/mgmt/account/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go b/profiles/preview/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go index 06df26a6893a..81ea19c3abaf 100644 --- a/profiles/preview/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go +++ b/profiles/preview/preview/datamigration/mgmt/datamigration/datamigrationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/datamigration/mgmt/datamigration/models.go b/profiles/preview/preview/datamigration/mgmt/datamigration/models.go index f3d36f2bca27..b298e4f43482 100644 --- a/profiles/preview/preview/datamigration/mgmt/datamigration/models.go +++ b/profiles/preview/preview/datamigration/mgmt/datamigration/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/deploymentmanagerapi/models.go b/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/deploymentmanagerapi/models.go index 44dae9768540..9891a3285143 100644 --- a/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/deploymentmanagerapi/models.go +++ b/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/deploymentmanagerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/models.go b/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/models.go index fe55f7143cea..a42bb54e7b5a 100644 --- a/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/models.go +++ b/profiles/preview/preview/deploymentmanager/mgmt/deploymentmanager/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/devspaces/mgmt/devspaces/devspacesapi/models.go b/profiles/preview/preview/devspaces/mgmt/devspaces/devspacesapi/models.go index 70a71da4199c..784878dcab5c 100644 --- a/profiles/preview/preview/devspaces/mgmt/devspaces/devspacesapi/models.go +++ b/profiles/preview/preview/devspaces/mgmt/devspaces/devspacesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/devspaces/mgmt/devspaces/models.go b/profiles/preview/preview/devspaces/mgmt/devspaces/models.go index 894cf4e3dd46..339f05372388 100644 --- a/profiles/preview/preview/devspaces/mgmt/devspaces/models.go +++ b/profiles/preview/preview/devspaces/mgmt/devspaces/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/devtestlabs/mgmt/dtl/dtlapi/models.go b/profiles/preview/preview/devtestlabs/mgmt/dtl/dtlapi/models.go index 5e1263868a32..b116498919fb 100644 --- a/profiles/preview/preview/devtestlabs/mgmt/dtl/dtlapi/models.go +++ b/profiles/preview/preview/devtestlabs/mgmt/dtl/dtlapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/devtestlabs/mgmt/dtl/models.go b/profiles/preview/preview/devtestlabs/mgmt/dtl/models.go index 7bca67741663..ed05c68dbba0 100644 --- a/profiles/preview/preview/devtestlabs/mgmt/dtl/models.go +++ b/profiles/preview/preview/devtestlabs/mgmt/dtl/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/dns/mgmt/dns/dnsapi/models.go b/profiles/preview/preview/dns/mgmt/dns/dnsapi/models.go index a0b961c65cf0..13eadcafa8bd 100644 --- a/profiles/preview/preview/dns/mgmt/dns/dnsapi/models.go +++ b/profiles/preview/preview/dns/mgmt/dns/dnsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/dns/mgmt/dns/models.go b/profiles/preview/preview/dns/mgmt/dns/models.go index 55c4a361b0e1..1fa83be41a24 100644 --- a/profiles/preview/preview/dns/mgmt/dns/models.go +++ b/profiles/preview/preview/dns/mgmt/dns/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/engagementfabricapi/models.go b/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/engagementfabricapi/models.go index 433d66c05955..f820c4a1853e 100644 --- a/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/engagementfabricapi/models.go +++ b/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/engagementfabricapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/models.go b/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/models.go index 2764628a7f64..b5ce98f94f5c 100644 --- a/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/models.go +++ b/profiles/preview/preview/engagementfabric/mgmt/engagementfabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go b/profiles/preview/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go index 9a5044ed85da..2e379c0f4364 100644 --- a/profiles/preview/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go +++ b/profiles/preview/preview/eventgrid/mgmt/eventgrid/eventgridapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/eventgrid/mgmt/eventgrid/models.go b/profiles/preview/preview/eventgrid/mgmt/eventgrid/models.go index a81c8283c0db..96615962df0e 100644 --- a/profiles/preview/preview/eventgrid/mgmt/eventgrid/models.go +++ b/profiles/preview/preview/eventgrid/mgmt/eventgrid/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/eventhub/mgmt/eventhub/eventhubapi/models.go b/profiles/preview/preview/eventhub/mgmt/eventhub/eventhubapi/models.go index 1c7cfe6483a4..c29612bac4bd 100644 --- a/profiles/preview/preview/eventhub/mgmt/eventhub/eventhubapi/models.go +++ b/profiles/preview/preview/eventhub/mgmt/eventhub/eventhubapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/eventhub/mgmt/eventhub/models.go b/profiles/preview/preview/eventhub/mgmt/eventhub/models.go index 8e50aea1db74..2e9f99ee387c 100644 --- a/profiles/preview/preview/eventhub/mgmt/eventhub/models.go +++ b/profiles/preview/preview/eventhub/mgmt/eventhub/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/frontdoor/mgmt/frontdoor/frontdoorapi/models.go b/profiles/preview/preview/frontdoor/mgmt/frontdoor/frontdoorapi/models.go index 4ab6919b6cd9..987801ce410b 100644 --- a/profiles/preview/preview/frontdoor/mgmt/frontdoor/frontdoorapi/models.go +++ b/profiles/preview/preview/frontdoor/mgmt/frontdoor/frontdoorapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/frontdoor/mgmt/frontdoor/models.go b/profiles/preview/preview/frontdoor/mgmt/frontdoor/models.go index 09b1c7e91230..177aaf343521 100644 --- a/profiles/preview/preview/frontdoor/mgmt/frontdoor/models.go +++ b/profiles/preview/preview/frontdoor/mgmt/frontdoor/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/hanaonazureapi/models.go b/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/hanaonazureapi/models.go index 2aba1ac5fcf0..81bdb3436a03 100644 --- a/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/hanaonazureapi/models.go +++ b/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/hanaonazureapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/models.go b/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/models.go index 5d0cb4df02da..d2e9c720a1c9 100644 --- a/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/models.go +++ b/profiles/preview/preview/hanaonazure/mgmt/hanaonazure/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/hdinsight/mgmt/hdinsight/hdinsightapi/models.go b/profiles/preview/preview/hdinsight/mgmt/hdinsight/hdinsightapi/models.go index 7fdc6879fed0..41565202c7d2 100644 --- a/profiles/preview/preview/hdinsight/mgmt/hdinsight/hdinsightapi/models.go +++ b/profiles/preview/preview/hdinsight/mgmt/hdinsight/hdinsightapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go b/profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go index 2ba05a7c2cbb..c23600f2b7be 100644 --- a/profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go +++ b/profiles/preview/preview/hdinsight/mgmt/hdinsight/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/iotspaces/mgmt/iotspaces/iotspacesapi/models.go b/profiles/preview/preview/iotspaces/mgmt/iotspaces/iotspacesapi/models.go index 8520afdcf836..0bae8a0029e4 100644 --- a/profiles/preview/preview/iotspaces/mgmt/iotspaces/iotspacesapi/models.go +++ b/profiles/preview/preview/iotspaces/mgmt/iotspaces/iotspacesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/iotspaces/mgmt/iotspaces/models.go b/profiles/preview/preview/iotspaces/mgmt/iotspaces/models.go index 313b5d5da0d7..6b6c901de55e 100644 --- a/profiles/preview/preview/iotspaces/mgmt/iotspaces/models.go +++ b/profiles/preview/preview/iotspaces/mgmt/iotspaces/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/kusto/mgmt/kusto/kustoapi/models.go b/profiles/preview/preview/kusto/mgmt/kusto/kustoapi/models.go index 539ed387ec04..55cef31bafd3 100644 --- a/profiles/preview/preview/kusto/mgmt/kusto/kustoapi/models.go +++ b/profiles/preview/preview/kusto/mgmt/kusto/kustoapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/kusto/mgmt/kusto/models.go b/profiles/preview/preview/kusto/mgmt/kusto/models.go index 0cc5a0f68395..44438864b566 100644 --- a/profiles/preview/preview/kusto/mgmt/kusto/models.go +++ b/profiles/preview/preview/kusto/mgmt/kusto/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/logic/mgmt/logic/logicapi/models.go b/profiles/preview/preview/logic/mgmt/logic/logicapi/models.go index 39527fb457b9..14c12e7e0d6b 100644 --- a/profiles/preview/preview/logic/mgmt/logic/logicapi/models.go +++ b/profiles/preview/preview/logic/mgmt/logic/logicapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/logic/mgmt/logic/models.go b/profiles/preview/preview/logic/mgmt/logic/models.go index 334d044fef12..4840cfe366c6 100644 --- a/profiles/preview/preview/logic/mgmt/logic/models.go +++ b/profiles/preview/preview/logic/mgmt/logic/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/commitmentplans/commitmentplansapi/models.go b/profiles/preview/preview/machinelearning/mgmt/commitmentplans/commitmentplansapi/models.go index aa3072110de6..7e72a239575b 100644 --- a/profiles/preview/preview/machinelearning/mgmt/commitmentplans/commitmentplansapi/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/commitmentplans/commitmentplansapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/commitmentplans/models.go b/profiles/preview/preview/machinelearning/mgmt/commitmentplans/models.go index 6395a0784dd2..937ccedeb092 100644 --- a/profiles/preview/preview/machinelearning/mgmt/commitmentplans/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/commitmentplans/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/compute/computeapi/models.go b/profiles/preview/preview/machinelearning/mgmt/compute/computeapi/models.go index 12c0fa1e2255..853e64fd4a7e 100644 --- a/profiles/preview/preview/machinelearning/mgmt/compute/computeapi/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/compute/computeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/compute/models.go b/profiles/preview/preview/machinelearning/mgmt/compute/models.go index bbcfe8ea7874..269660de1b44 100644 --- a/profiles/preview/preview/machinelearning/mgmt/compute/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/compute/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/experimentation/experimentationapi/models.go b/profiles/preview/preview/machinelearning/mgmt/experimentation/experimentationapi/models.go index 3c5c1f3b7e2a..52b39f48f8ec 100644 --- a/profiles/preview/preview/machinelearning/mgmt/experimentation/experimentationapi/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/experimentation/experimentationapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/experimentation/models.go b/profiles/preview/preview/machinelearning/mgmt/experimentation/models.go index b7a56423bf5b..d817003a774c 100644 --- a/profiles/preview/preview/machinelearning/mgmt/experimentation/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/experimentation/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/services/models.go b/profiles/preview/preview/machinelearning/mgmt/services/models.go index 2ff1f6bb98ee..467c0da43664 100644 --- a/profiles/preview/preview/machinelearning/mgmt/services/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/services/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/services/servicesapi/models.go b/profiles/preview/preview/machinelearning/mgmt/services/servicesapi/models.go index 74dd00c082e6..14f1fcfc2676 100644 --- a/profiles/preview/preview/machinelearning/mgmt/services/servicesapi/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/services/servicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/webservices/models.go b/profiles/preview/preview/machinelearning/mgmt/webservices/models.go index fbf8b2db9310..369b4b90b6be 100644 --- a/profiles/preview/preview/machinelearning/mgmt/webservices/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/webservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/machinelearning/mgmt/webservices/webservicesapi/models.go b/profiles/preview/preview/machinelearning/mgmt/webservices/webservicesapi/models.go index dcf20129a1f3..89d80fd3b3dd 100644 --- a/profiles/preview/preview/machinelearning/mgmt/webservices/webservicesapi/models.go +++ b/profiles/preview/preview/machinelearning/mgmt/webservices/webservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/managementpartner/mgmt/managementpartner/managementpartnerapi/models.go b/profiles/preview/preview/managementpartner/mgmt/managementpartner/managementpartnerapi/models.go index e37db3c82cd6..58981c800aeb 100644 --- a/profiles/preview/preview/managementpartner/mgmt/managementpartner/managementpartnerapi/models.go +++ b/profiles/preview/preview/managementpartner/mgmt/managementpartner/managementpartnerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/managementpartner/mgmt/managementpartner/models.go b/profiles/preview/preview/managementpartner/mgmt/managementpartner/models.go index f8af5cd79f73..89efa62c9fe1 100644 --- a/profiles/preview/preview/managementpartner/mgmt/managementpartner/models.go +++ b/profiles/preview/preview/managementpartner/mgmt/managementpartner/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/mariadb/mgmt/mariadb/mariadbapi/models.go b/profiles/preview/preview/mariadb/mgmt/mariadb/mariadbapi/models.go index 01c963d5d306..c32025e9368f 100644 --- a/profiles/preview/preview/mariadb/mgmt/mariadb/mariadbapi/models.go +++ b/profiles/preview/preview/mariadb/mgmt/mariadb/mariadbapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/mariadb/mgmt/mariadb/models.go b/profiles/preview/preview/mariadb/mgmt/mariadb/models.go index 44b9d45da210..f65220eaaf2f 100644 --- a/profiles/preview/preview/mariadb/mgmt/mariadb/models.go +++ b/profiles/preview/preview/mariadb/mgmt/mariadb/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/mediaservices/mgmt/media/mediaapi/models.go b/profiles/preview/preview/mediaservices/mgmt/media/mediaapi/models.go index 76e0aa09ea02..77e4e150afff 100644 --- a/profiles/preview/preview/mediaservices/mgmt/media/mediaapi/models.go +++ b/profiles/preview/preview/mediaservices/mgmt/media/mediaapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/mediaservices/mgmt/media/models.go b/profiles/preview/preview/mediaservices/mgmt/media/models.go index b33c60beca68..5a8ff663ffb7 100644 --- a/profiles/preview/preview/mediaservices/mgmt/media/models.go +++ b/profiles/preview/preview/mediaservices/mgmt/media/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/monitor/mgmt/insights/insightsapi/models.go b/profiles/preview/preview/monitor/mgmt/insights/insightsapi/models.go index 255c91d3f20b..c0f3e40c794b 100644 --- a/profiles/preview/preview/monitor/mgmt/insights/insightsapi/models.go +++ b/profiles/preview/preview/monitor/mgmt/insights/insightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/monitor/mgmt/insights/models.go b/profiles/preview/preview/monitor/mgmt/insights/models.go index 934112acd718..79898aba7a1c 100644 --- a/profiles/preview/preview/monitor/mgmt/insights/models.go +++ b/profiles/preview/preview/monitor/mgmt/insights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/monitor/monitor/models.go b/profiles/preview/preview/monitor/monitor/models.go index f10710d38760..1ce83c9fcf29 100644 --- a/profiles/preview/preview/monitor/monitor/models.go +++ b/profiles/preview/preview/monitor/monitor/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/monitor/monitor/monitorapi/models.go b/profiles/preview/preview/monitor/monitor/monitorapi/models.go index e681bdc14866..33e19e6c167c 100644 --- a/profiles/preview/preview/monitor/monitor/monitorapi/models.go +++ b/profiles/preview/preview/monitor/monitor/monitorapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/msi/mgmt/msi/models.go b/profiles/preview/preview/msi/mgmt/msi/models.go index 339438bd26df..ab63e2554a02 100644 --- a/profiles/preview/preview/msi/mgmt/msi/models.go +++ b/profiles/preview/preview/msi/mgmt/msi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/msi/mgmt/msi/msiapi/models.go b/profiles/preview/preview/msi/mgmt/msi/msiapi/models.go index a9279c4fc91f..4d899e3fe9ac 100644 --- a/profiles/preview/preview/msi/mgmt/msi/msiapi/models.go +++ b/profiles/preview/preview/msi/mgmt/msi/msiapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/network/mgmt/network/models.go b/profiles/preview/preview/network/mgmt/network/models.go index b2e384139ae6..09117aa1a4eb 100644 --- a/profiles/preview/preview/network/mgmt/network/models.go +++ b/profiles/preview/preview/network/mgmt/network/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/network/mgmt/network/networkapi/models.go b/profiles/preview/preview/network/mgmt/network/networkapi/models.go index 974d14c8ab91..a42650e24383 100644 --- a/profiles/preview/preview/network/mgmt/network/networkapi/models.go +++ b/profiles/preview/preview/network/mgmt/network/networkapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/models.go b/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/models.go index c8773f334564..21d9d4612a66 100644 --- a/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/models.go +++ b/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go b/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go index 3dd4cb9863ae..bf17329e3345 100644 --- a/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go +++ b/profiles/preview/preview/operationalinsights/mgmt/operationalinsights/operationalinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/operationalinsights/mgmt/servicemap/models.go b/profiles/preview/preview/operationalinsights/mgmt/servicemap/models.go index 5ee5449f172f..92043553d0a6 100644 --- a/profiles/preview/preview/operationalinsights/mgmt/servicemap/models.go +++ b/profiles/preview/preview/operationalinsights/mgmt/servicemap/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/operationalinsights/mgmt/servicemap/servicemapapi/models.go b/profiles/preview/preview/operationalinsights/mgmt/servicemap/servicemapapi/models.go index 59d12fbed3c9..1429c332b685 100644 --- a/profiles/preview/preview/operationalinsights/mgmt/servicemap/servicemapapi/models.go +++ b/profiles/preview/preview/operationalinsights/mgmt/servicemap/servicemapapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/models.go b/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/models.go index 45a7d8f3e61c..f96ae03aa872 100644 --- a/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/models.go +++ b/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/operationsmanagementapi/models.go b/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/operationsmanagementapi/models.go index b1423ec1ddf4..87c7d91d44da 100644 --- a/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/operationsmanagementapi/models.go +++ b/profiles/preview/preview/operationsmanagement/mgmt/operationsmanagement/operationsmanagementapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/policyinsights/mgmt/policyinsights/models.go b/profiles/preview/preview/policyinsights/mgmt/policyinsights/models.go index 62d4b3948115..8c18c7e0ceeb 100644 --- a/profiles/preview/preview/policyinsights/mgmt/policyinsights/models.go +++ b/profiles/preview/preview/policyinsights/mgmt/policyinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go b/profiles/preview/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go index ec192e66efe5..4c182a8890ea 100644 --- a/profiles/preview/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go +++ b/profiles/preview/preview/policyinsights/mgmt/policyinsights/policyinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/provisioningservices/mgmt/iothub/iothubapi/models.go b/profiles/preview/preview/provisioningservices/mgmt/iothub/iothubapi/models.go index ff18fd671b10..ab89ed4d1a5e 100644 --- a/profiles/preview/preview/provisioningservices/mgmt/iothub/iothubapi/models.go +++ b/profiles/preview/preview/provisioningservices/mgmt/iothub/iothubapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/provisioningservices/mgmt/iothub/models.go b/profiles/preview/preview/provisioningservices/mgmt/iothub/models.go index 247d7c745716..e19f2a3441aa 100644 --- a/profiles/preview/preview/provisioningservices/mgmt/iothub/models.go +++ b/profiles/preview/preview/provisioningservices/mgmt/iothub/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/reservations/mgmt/reservations/models.go b/profiles/preview/preview/reservations/mgmt/reservations/models.go index a86da1ba0bd6..9a83e0e8aad5 100644 --- a/profiles/preview/preview/reservations/mgmt/reservations/models.go +++ b/profiles/preview/preview/reservations/mgmt/reservations/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/reservations/mgmt/reservations/reservationsapi/models.go b/profiles/preview/preview/reservations/mgmt/reservations/reservationsapi/models.go index a76ac32384e7..56b20725c5a1 100644 --- a/profiles/preview/preview/reservations/mgmt/reservations/reservationsapi/models.go +++ b/profiles/preview/preview/reservations/mgmt/reservations/reservationsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go b/profiles/preview/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go index d9f465ef0bea..241076f3994a 100644 --- a/profiles/preview/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go +++ b/profiles/preview/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/resources/mgmt/managedapplications/models.go b/profiles/preview/preview/resources/mgmt/managedapplications/models.go index 8d023f9b0c3c..4a8fe04d286f 100644 --- a/profiles/preview/preview/resources/mgmt/managedapplications/models.go +++ b/profiles/preview/preview/resources/mgmt/managedapplications/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/resources/mgmt/managementgroups/managementgroupsapi/models.go b/profiles/preview/preview/resources/mgmt/managementgroups/managementgroupsapi/models.go index f04d977cfabd..bc4208e24c23 100644 --- a/profiles/preview/preview/resources/mgmt/managementgroups/managementgroupsapi/models.go +++ b/profiles/preview/preview/resources/mgmt/managementgroups/managementgroupsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/resources/mgmt/managementgroups/models.go b/profiles/preview/preview/resources/mgmt/managementgroups/models.go index 09c17a341843..307069c0ff47 100644 --- a/profiles/preview/preview/resources/mgmt/managementgroups/models.go +++ b/profiles/preview/preview/resources/mgmt/managementgroups/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/resources/mgmt/policy/models.go b/profiles/preview/preview/resources/mgmt/policy/models.go index e15e838915ec..7469c4e0485e 100644 --- a/profiles/preview/preview/resources/mgmt/policy/models.go +++ b/profiles/preview/preview/resources/mgmt/policy/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/resources/mgmt/policy/policyapi/models.go b/profiles/preview/preview/resources/mgmt/policy/policyapi/models.go index 586b003fbb07..2248a1fef720 100644 --- a/profiles/preview/preview/resources/mgmt/policy/policyapi/models.go +++ b/profiles/preview/preview/resources/mgmt/policy/policyapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/scheduler/mgmt/scheduler/models.go b/profiles/preview/preview/scheduler/mgmt/scheduler/models.go index 03245759bed9..65cec574653e 100644 --- a/profiles/preview/preview/scheduler/mgmt/scheduler/models.go +++ b/profiles/preview/preview/scheduler/mgmt/scheduler/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/scheduler/mgmt/scheduler/schedulerapi/models.go b/profiles/preview/preview/scheduler/mgmt/scheduler/schedulerapi/models.go index fbd8e4c40c2f..7e6b82de2b5f 100644 --- a/profiles/preview/preview/scheduler/mgmt/scheduler/schedulerapi/models.go +++ b/profiles/preview/preview/scheduler/mgmt/scheduler/schedulerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/security/mgmt/security/models.go b/profiles/preview/preview/security/mgmt/security/models.go index b2ee7ef4489a..514a0a290cd1 100644 --- a/profiles/preview/preview/security/mgmt/security/models.go +++ b/profiles/preview/preview/security/mgmt/security/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/security/mgmt/security/securityapi/models.go b/profiles/preview/preview/security/mgmt/security/securityapi/models.go index 8f5d56b57b68..cc09cc4e7916 100644 --- a/profiles/preview/preview/security/mgmt/security/securityapi/models.go +++ b/profiles/preview/preview/security/mgmt/security/securityapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/servicefabric/mgmt/servicefabric/models.go b/profiles/preview/preview/servicefabric/mgmt/servicefabric/models.go index c8f05b75364f..b71aabdf2d5b 100644 --- a/profiles/preview/preview/servicefabric/mgmt/servicefabric/models.go +++ b/profiles/preview/preview/servicefabric/mgmt/servicefabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/models.go b/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/models.go index 04c607f58f3a..36e0ada34765 100644 --- a/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/models.go +++ b/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/servicefabricmeshapi/models.go b/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/servicefabricmeshapi/models.go index def01f0a7372..ea48bd552ac2 100644 --- a/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/servicefabricmeshapi/models.go +++ b/profiles/preview/preview/servicefabricmesh/mgmt/servicefabricmesh/servicefabricmeshapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/signalr/mgmt/signalr/models.go b/profiles/preview/preview/signalr/mgmt/signalr/models.go index ba14cd3a5cf7..da01d2b56bd0 100644 --- a/profiles/preview/preview/signalr/mgmt/signalr/models.go +++ b/profiles/preview/preview/signalr/mgmt/signalr/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/signalr/mgmt/signalr/signalrapi/models.go b/profiles/preview/preview/signalr/mgmt/signalr/signalrapi/models.go index a4cbbc961b96..512f60825022 100644 --- a/profiles/preview/preview/signalr/mgmt/signalr/signalrapi/models.go +++ b/profiles/preview/preview/signalr/mgmt/signalr/signalrapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/sql/mgmt/sql/models.go b/profiles/preview/preview/sql/mgmt/sql/models.go index 5a2e335630a4..320dd8b79df8 100644 --- a/profiles/preview/preview/sql/mgmt/sql/models.go +++ b/profiles/preview/preview/sql/mgmt/sql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/sql/mgmt/sql/sqlapi/models.go b/profiles/preview/preview/sql/mgmt/sql/sqlapi/models.go index dfe5bda959a3..84a6942560c0 100644 --- a/profiles/preview/preview/sql/mgmt/sql/sqlapi/models.go +++ b/profiles/preview/preview/sql/mgmt/sql/sqlapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/models.go b/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/models.go index 134892cd3fec..76a3e98f419a 100644 --- a/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/models.go +++ b/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/sqlvirtualmachineapi/models.go b/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/sqlvirtualmachineapi/models.go index 05fb5c7a340d..661ed3282f40 100644 --- a/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/sqlvirtualmachineapi/models.go +++ b/profiles/preview/preview/sqlvirtualmachine/mgmt/sqlvirtualmachine/sqlvirtualmachineapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/storage/mgmt/storage/models.go b/profiles/preview/preview/storage/mgmt/storage/models.go index 41f820638443..dc1bed8233c0 100644 --- a/profiles/preview/preview/storage/mgmt/storage/models.go +++ b/profiles/preview/preview/storage/mgmt/storage/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/storage/mgmt/storage/storageapi/models.go b/profiles/preview/preview/storage/mgmt/storage/storageapi/models.go index f8a48cc6d6cd..eb06f761e79c 100644 --- a/profiles/preview/preview/storage/mgmt/storage/storageapi/models.go +++ b/profiles/preview/preview/storage/mgmt/storage/storageapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/storagesync/mgmt/storagesync/models.go b/profiles/preview/preview/storagesync/mgmt/storagesync/models.go index 663595a213a7..28b565dd7468 100644 --- a/profiles/preview/preview/storagesync/mgmt/storagesync/models.go +++ b/profiles/preview/preview/storagesync/mgmt/storagesync/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go b/profiles/preview/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go index 2a664b0ab402..a2dcd522997b 100644 --- a/profiles/preview/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go +++ b/profiles/preview/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/subscription/mgmt/subscription/models.go b/profiles/preview/preview/subscription/mgmt/subscription/models.go index aaeb690795fe..1e425bd847f0 100644 --- a/profiles/preview/preview/subscription/mgmt/subscription/models.go +++ b/profiles/preview/preview/subscription/mgmt/subscription/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/subscription/mgmt/subscription/subscriptionapi/models.go b/profiles/preview/preview/subscription/mgmt/subscription/subscriptionapi/models.go index 10b47d323f3a..9df51c367d22 100644 --- a/profiles/preview/preview/subscription/mgmt/subscription/subscriptionapi/models.go +++ b/profiles/preview/preview/subscription/mgmt/subscription/subscriptionapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go b/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go index 53dec6f103fc..fa9c9403ef55 100644 --- a/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go +++ b/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go b/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go index 25c3349e9c95..c01bd19c2564 100644 --- a/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go +++ b/profiles/preview/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/models.go b/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/models.go index 4728cc1d93fe..31db4079580c 100644 --- a/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/models.go +++ b/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go b/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go index ea1f98285ce8..20932371fa11 100644 --- a/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go +++ b/profiles/preview/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/visualstudio/mgmt/visualstudio/models.go b/profiles/preview/preview/visualstudio/mgmt/visualstudio/models.go index c41afa8e1032..f8be78726511 100644 --- a/profiles/preview/preview/visualstudio/mgmt/visualstudio/models.go +++ b/profiles/preview/preview/visualstudio/mgmt/visualstudio/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/visualstudio/mgmt/visualstudio/visualstudioapi/models.go b/profiles/preview/preview/visualstudio/mgmt/visualstudio/visualstudioapi/models.go index c867e08d84b6..30e968f2336f 100644 --- a/profiles/preview/preview/visualstudio/mgmt/visualstudio/visualstudioapi/models.go +++ b/profiles/preview/preview/visualstudio/mgmt/visualstudio/visualstudioapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/web/mgmt/web/models.go b/profiles/preview/preview/web/mgmt/web/models.go index 6d0ace0aaf38..58610e980c9b 100644 --- a/profiles/preview/preview/web/mgmt/web/models.go +++ b/profiles/preview/preview/web/mgmt/web/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/web/mgmt/web/webapi/models.go b/profiles/preview/preview/web/mgmt/web/webapi/models.go index e6dc5b94c500..56315e3716f0 100644 --- a/profiles/preview/preview/web/mgmt/web/webapi/models.go +++ b/profiles/preview/preview/web/mgmt/web/webapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/models.go b/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/models.go index 888eb90f4ab3..544d5b3ad9f3 100644 --- a/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/models.go +++ b/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/workloadmonitorapi/models.go b/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/workloadmonitorapi/models.go index b2572da096a7..5e772e5c0644 100644 --- a/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/workloadmonitorapi/models.go +++ b/profiles/preview/preview/workloadmonitor/mgmt/workloadmonitor/workloadmonitorapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/provisioningservices/mgmt/iothub/iothubapi/models.go b/profiles/preview/provisioningservices/mgmt/iothub/iothubapi/models.go index f585efef25b7..cd904535f7b9 100644 --- a/profiles/preview/provisioningservices/mgmt/iothub/iothubapi/models.go +++ b/profiles/preview/provisioningservices/mgmt/iothub/iothubapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/provisioningservices/mgmt/iothub/models.go b/profiles/preview/provisioningservices/mgmt/iothub/models.go index 0903b21a763c..ca94a9893379 100644 --- a/profiles/preview/provisioningservices/mgmt/iothub/models.go +++ b/profiles/preview/provisioningservices/mgmt/iothub/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/recoveryservices/mgmt/backup/backupapi/models.go b/profiles/preview/recoveryservices/mgmt/backup/backupapi/models.go index 174ab37aefa7..f7aabeef3371 100644 --- a/profiles/preview/recoveryservices/mgmt/backup/backupapi/models.go +++ b/profiles/preview/recoveryservices/mgmt/backup/backupapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/recoveryservices/mgmt/backup/models.go b/profiles/preview/recoveryservices/mgmt/backup/models.go index ee295a2d736c..53c6327649ae 100644 --- a/profiles/preview/recoveryservices/mgmt/backup/models.go +++ b/profiles/preview/recoveryservices/mgmt/backup/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/recoveryservices/mgmt/recoveryservices/models.go b/profiles/preview/recoveryservices/mgmt/recoveryservices/models.go index 028bc8e2187d..6972ce6a6423 100644 --- a/profiles/preview/recoveryservices/mgmt/recoveryservices/models.go +++ b/profiles/preview/recoveryservices/mgmt/recoveryservices/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/recoveryservices/mgmt/recoveryservices/recoveryservicesapi/models.go b/profiles/preview/recoveryservices/mgmt/recoveryservices/recoveryservicesapi/models.go index b02ab93d03ba..29ea8e2c7fd2 100644 --- a/profiles/preview/recoveryservices/mgmt/recoveryservices/recoveryservicesapi/models.go +++ b/profiles/preview/recoveryservices/mgmt/recoveryservices/recoveryservicesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/recoveryservices/mgmt/siterecovery/models.go b/profiles/preview/recoveryservices/mgmt/siterecovery/models.go index d1a0097612d6..ac4b334cd13a 100644 --- a/profiles/preview/recoveryservices/mgmt/siterecovery/models.go +++ b/profiles/preview/recoveryservices/mgmt/siterecovery/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/recoveryservices/mgmt/siterecovery/siterecoveryapi/models.go b/profiles/preview/recoveryservices/mgmt/siterecovery/siterecoveryapi/models.go index 0e8769c5ed50..874745df4c8e 100644 --- a/profiles/preview/recoveryservices/mgmt/siterecovery/siterecoveryapi/models.go +++ b/profiles/preview/recoveryservices/mgmt/siterecovery/siterecoveryapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/redis/mgmt/redis/models.go b/profiles/preview/redis/mgmt/redis/models.go index d011564900f8..8994a23bae2e 100644 --- a/profiles/preview/redis/mgmt/redis/models.go +++ b/profiles/preview/redis/mgmt/redis/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/redis/mgmt/redis/redisapi/models.go b/profiles/preview/redis/mgmt/redis/redisapi/models.go index e44ed952bd44..710d10d813f3 100644 --- a/profiles/preview/redis/mgmt/redis/redisapi/models.go +++ b/profiles/preview/redis/mgmt/redis/redisapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/relay/mgmt/relay/models.go b/profiles/preview/relay/mgmt/relay/models.go index 58f78ccde98a..e5edbf60831f 100644 --- a/profiles/preview/relay/mgmt/relay/models.go +++ b/profiles/preview/relay/mgmt/relay/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/relay/mgmt/relay/relayapi/models.go b/profiles/preview/relay/mgmt/relay/relayapi/models.go index e3a67ccce4a8..d9ef14aee24c 100644 --- a/profiles/preview/relay/mgmt/relay/relayapi/models.go +++ b/profiles/preview/relay/mgmt/relay/relayapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/reservations/mgmt/reservations/models.go b/profiles/preview/reservations/mgmt/reservations/models.go index 7bf8207a3ae7..7f0f130a6ae7 100644 --- a/profiles/preview/reservations/mgmt/reservations/models.go +++ b/profiles/preview/reservations/mgmt/reservations/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/reservations/mgmt/reservations/reservationsapi/models.go b/profiles/preview/reservations/mgmt/reservations/reservationsapi/models.go index fea56b9a2764..3a78705055fd 100644 --- a/profiles/preview/reservations/mgmt/reservations/reservationsapi/models.go +++ b/profiles/preview/reservations/mgmt/reservations/reservationsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resourcehealth/mgmt/resourcehealth/models.go b/profiles/preview/resourcehealth/mgmt/resourcehealth/models.go index 3430f86fde5f..9d2ef00984f3 100644 --- a/profiles/preview/resourcehealth/mgmt/resourcehealth/models.go +++ b/profiles/preview/resourcehealth/mgmt/resourcehealth/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resourcehealth/mgmt/resourcehealth/resourcehealthapi/models.go b/profiles/preview/resourcehealth/mgmt/resourcehealth/resourcehealthapi/models.go index b96c9cd045d5..8974e946a4de 100644 --- a/profiles/preview/resourcehealth/mgmt/resourcehealth/resourcehealthapi/models.go +++ b/profiles/preview/resourcehealth/mgmt/resourcehealth/resourcehealthapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/features/featuresapi/models.go b/profiles/preview/resources/mgmt/features/featuresapi/models.go index 6437e561a623..2e397b85d5a8 100644 --- a/profiles/preview/resources/mgmt/features/featuresapi/models.go +++ b/profiles/preview/resources/mgmt/features/featuresapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/features/models.go b/profiles/preview/resources/mgmt/features/models.go index 01729d3d18f9..5f743857d96d 100644 --- a/profiles/preview/resources/mgmt/features/models.go +++ b/profiles/preview/resources/mgmt/features/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/links/linksapi/models.go b/profiles/preview/resources/mgmt/links/linksapi/models.go index 0a921ac9d266..b0dbc943edc6 100644 --- a/profiles/preview/resources/mgmt/links/linksapi/models.go +++ b/profiles/preview/resources/mgmt/links/linksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/links/models.go b/profiles/preview/resources/mgmt/links/models.go index 88eacb6f3119..4597816b04e6 100644 --- a/profiles/preview/resources/mgmt/links/models.go +++ b/profiles/preview/resources/mgmt/links/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/locks/locksapi/models.go b/profiles/preview/resources/mgmt/locks/locksapi/models.go index a533105f3454..de8c2e5d8d74 100644 --- a/profiles/preview/resources/mgmt/locks/locksapi/models.go +++ b/profiles/preview/resources/mgmt/locks/locksapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/locks/models.go b/profiles/preview/resources/mgmt/locks/models.go index 5505d9acb39c..7660d2ce4642 100644 --- a/profiles/preview/resources/mgmt/locks/models.go +++ b/profiles/preview/resources/mgmt/locks/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go b/profiles/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go index a715d0b11a89..5d61ba2e7d61 100644 --- a/profiles/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go +++ b/profiles/preview/resources/mgmt/managedapplications/managedapplicationsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/managedapplications/models.go b/profiles/preview/resources/mgmt/managedapplications/models.go index 9bd15c5f0ca3..216b7b3c1005 100644 --- a/profiles/preview/resources/mgmt/managedapplications/models.go +++ b/profiles/preview/resources/mgmt/managedapplications/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/policy/models.go b/profiles/preview/resources/mgmt/policy/models.go index 2fbf6419ce2b..0cdc185d1e60 100644 --- a/profiles/preview/resources/mgmt/policy/models.go +++ b/profiles/preview/resources/mgmt/policy/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/policy/policyapi/models.go b/profiles/preview/resources/mgmt/policy/policyapi/models.go index 9ce4bbea8e8d..ce8ae2e9d56c 100644 --- a/profiles/preview/resources/mgmt/policy/policyapi/models.go +++ b/profiles/preview/resources/mgmt/policy/policyapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/resources/models.go b/profiles/preview/resources/mgmt/resources/models.go index f48c8f2a79ac..3a605acb924a 100644 --- a/profiles/preview/resources/mgmt/resources/models.go +++ b/profiles/preview/resources/mgmt/resources/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/resources/resourcesapi/models.go b/profiles/preview/resources/mgmt/resources/resourcesapi/models.go index f862d5b7ac53..b00557304a23 100644 --- a/profiles/preview/resources/mgmt/resources/resourcesapi/models.go +++ b/profiles/preview/resources/mgmt/resources/resourcesapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/subscriptions/models.go b/profiles/preview/resources/mgmt/subscriptions/models.go index 878c46fce1d6..6cdedec693d3 100644 --- a/profiles/preview/resources/mgmt/subscriptions/models.go +++ b/profiles/preview/resources/mgmt/subscriptions/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/resources/mgmt/subscriptions/subscriptionsapi/models.go b/profiles/preview/resources/mgmt/subscriptions/subscriptionsapi/models.go index 68a56e8ddf96..5d49a61a940e 100644 --- a/profiles/preview/resources/mgmt/subscriptions/subscriptionsapi/models.go +++ b/profiles/preview/resources/mgmt/subscriptions/subscriptionsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/scheduler/mgmt/scheduler/models.go b/profiles/preview/scheduler/mgmt/scheduler/models.go index 3f56b6bba916..d07a7787136f 100644 --- a/profiles/preview/scheduler/mgmt/scheduler/models.go +++ b/profiles/preview/scheduler/mgmt/scheduler/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/scheduler/mgmt/scheduler/schedulerapi/models.go b/profiles/preview/scheduler/mgmt/scheduler/schedulerapi/models.go index 9ee9fd729af1..300cbdc45916 100644 --- a/profiles/preview/scheduler/mgmt/scheduler/schedulerapi/models.go +++ b/profiles/preview/scheduler/mgmt/scheduler/schedulerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/search/mgmt/search/models.go b/profiles/preview/search/mgmt/search/models.go index 5e7ad55cf7c9..8c573d4b7b6f 100644 --- a/profiles/preview/search/mgmt/search/models.go +++ b/profiles/preview/search/mgmt/search/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/search/mgmt/search/searchapi/models.go b/profiles/preview/search/mgmt/search/searchapi/models.go index a93ec1cdff2c..3fb302f49e7c 100644 --- a/profiles/preview/search/mgmt/search/searchapi/models.go +++ b/profiles/preview/search/mgmt/search/searchapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/servicebus/mgmt/servicebus/models.go b/profiles/preview/servicebus/mgmt/servicebus/models.go index bf29ff820a25..ad53c2fe24a5 100644 --- a/profiles/preview/servicebus/mgmt/servicebus/models.go +++ b/profiles/preview/servicebus/mgmt/servicebus/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/servicebus/mgmt/servicebus/servicebusapi/models.go b/profiles/preview/servicebus/mgmt/servicebus/servicebusapi/models.go index 474d74a7867e..9f01cb32e070 100644 --- a/profiles/preview/servicebus/mgmt/servicebus/servicebusapi/models.go +++ b/profiles/preview/servicebus/mgmt/servicebus/servicebusapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/servicefabric/mgmt/servicefabric/models.go b/profiles/preview/servicefabric/mgmt/servicefabric/models.go index 484f51f73661..bd4be143c135 100644 --- a/profiles/preview/servicefabric/mgmt/servicefabric/models.go +++ b/profiles/preview/servicefabric/mgmt/servicefabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/servicefabric/servicefabric/models.go b/profiles/preview/servicefabric/servicefabric/models.go index 865c9ef8415f..09d4c15aecf3 100644 --- a/profiles/preview/servicefabric/servicefabric/models.go +++ b/profiles/preview/servicefabric/servicefabric/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/servicefabric/servicefabric/servicefabricapi/models.go b/profiles/preview/servicefabric/servicefabric/servicefabricapi/models.go index d2e21c835a37..518fb6036870 100644 --- a/profiles/preview/servicefabric/servicefabric/servicefabricapi/models.go +++ b/profiles/preview/servicefabric/servicefabric/servicefabricapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/signalr/mgmt/signalr/models.go b/profiles/preview/signalr/mgmt/signalr/models.go index c62eeea4698a..cd9471ad772c 100644 --- a/profiles/preview/signalr/mgmt/signalr/models.go +++ b/profiles/preview/signalr/mgmt/signalr/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/signalr/mgmt/signalr/signalrapi/models.go b/profiles/preview/signalr/mgmt/signalr/signalrapi/models.go index 58d67980565d..97ab40cf226d 100644 --- a/profiles/preview/signalr/mgmt/signalr/signalrapi/models.go +++ b/profiles/preview/signalr/mgmt/signalr/signalrapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/sql/mgmt/sql/models.go b/profiles/preview/sql/mgmt/sql/models.go index 68c5b77c1626..b2b5a2346d20 100644 --- a/profiles/preview/sql/mgmt/sql/models.go +++ b/profiles/preview/sql/mgmt/sql/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/sql/mgmt/sql/sqlapi/models.go b/profiles/preview/sql/mgmt/sql/sqlapi/models.go index 53f569f6e815..8a1a24d93635 100644 --- a/profiles/preview/sql/mgmt/sql/sqlapi/models.go +++ b/profiles/preview/sql/mgmt/sql/sqlapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storage/datalake/storagedatalake/models.go b/profiles/preview/storage/datalake/storagedatalake/models.go index 19eb9d264be4..60807fb78903 100644 --- a/profiles/preview/storage/datalake/storagedatalake/models.go +++ b/profiles/preview/storage/datalake/storagedatalake/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storage/datalake/storagedatalake/storagedatalakeapi/models.go b/profiles/preview/storage/datalake/storagedatalake/storagedatalakeapi/models.go index 91e30cd79c6e..f3a5332f1380 100644 --- a/profiles/preview/storage/datalake/storagedatalake/storagedatalakeapi/models.go +++ b/profiles/preview/storage/datalake/storagedatalake/storagedatalakeapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storage/mgmt/storage/models.go b/profiles/preview/storage/mgmt/storage/models.go index cf5ca0191482..558c65cec207 100644 --- a/profiles/preview/storage/mgmt/storage/models.go +++ b/profiles/preview/storage/mgmt/storage/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storage/mgmt/storage/storageapi/models.go b/profiles/preview/storage/mgmt/storage/storageapi/models.go index 50dc4b7671d9..4feb8f4827c7 100644 --- a/profiles/preview/storage/mgmt/storage/storageapi/models.go +++ b/profiles/preview/storage/mgmt/storage/storageapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storageimportexport/mgmt/storageimportexport/models.go b/profiles/preview/storageimportexport/mgmt/storageimportexport/models.go index a76faaeb15e8..0452af9c3981 100644 --- a/profiles/preview/storageimportexport/mgmt/storageimportexport/models.go +++ b/profiles/preview/storageimportexport/mgmt/storageimportexport/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storageimportexport/mgmt/storageimportexport/storageimportexportapi/models.go b/profiles/preview/storageimportexport/mgmt/storageimportexport/storageimportexportapi/models.go index f16c33a6295d..e6d7e671ebfa 100644 --- a/profiles/preview/storageimportexport/mgmt/storageimportexport/storageimportexportapi/models.go +++ b/profiles/preview/storageimportexport/mgmt/storageimportexport/storageimportexportapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storagesync/mgmt/storagesync/models.go b/profiles/preview/storagesync/mgmt/storagesync/models.go index 879b74d898c9..a8e3dc71cf2f 100644 --- a/profiles/preview/storagesync/mgmt/storagesync/models.go +++ b/profiles/preview/storagesync/mgmt/storagesync/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go b/profiles/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go index f7ec69e6b1e0..e88b51931e14 100644 --- a/profiles/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go +++ b/profiles/preview/storagesync/mgmt/storagesync/storagesyncapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storsimple1200series/mgmt/storsimple/models.go b/profiles/preview/storsimple1200series/mgmt/storsimple/models.go index 7c91c47e8b63..394ff94d4668 100644 --- a/profiles/preview/storsimple1200series/mgmt/storsimple/models.go +++ b/profiles/preview/storsimple1200series/mgmt/storsimple/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storsimple1200series/mgmt/storsimple/storsimpleapi/models.go b/profiles/preview/storsimple1200series/mgmt/storsimple/storsimpleapi/models.go index 11b413014a41..a0acc58522f6 100644 --- a/profiles/preview/storsimple1200series/mgmt/storsimple/storsimpleapi/models.go +++ b/profiles/preview/storsimple1200series/mgmt/storsimple/storsimpleapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storsimple8000series/mgmt/storsimple/models.go b/profiles/preview/storsimple8000series/mgmt/storsimple/models.go index 1eaa55ef4c2c..389a99e9faec 100644 --- a/profiles/preview/storsimple8000series/mgmt/storsimple/models.go +++ b/profiles/preview/storsimple8000series/mgmt/storsimple/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/storsimple8000series/mgmt/storsimple/storsimpleapi/models.go b/profiles/preview/storsimple8000series/mgmt/storsimple/storsimpleapi/models.go index 91fb5f0f9163..e8e639ce7193 100644 --- a/profiles/preview/storsimple8000series/mgmt/storsimple/storsimpleapi/models.go +++ b/profiles/preview/storsimple8000series/mgmt/storsimple/storsimpleapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/streamanalytics/mgmt/streamanalytics/models.go b/profiles/preview/streamanalytics/mgmt/streamanalytics/models.go index f2d6430cbbfa..e52f7d2ed28e 100644 --- a/profiles/preview/streamanalytics/mgmt/streamanalytics/models.go +++ b/profiles/preview/streamanalytics/mgmt/streamanalytics/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/streamanalytics/mgmt/streamanalytics/streamanalyticsapi/models.go b/profiles/preview/streamanalytics/mgmt/streamanalytics/streamanalyticsapi/models.go index fa7b8c8bbeed..cff90bedb96d 100644 --- a/profiles/preview/streamanalytics/mgmt/streamanalytics/streamanalyticsapi/models.go +++ b/profiles/preview/streamanalytics/mgmt/streamanalytics/streamanalyticsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go b/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go index 842189a69cad..743c0d3c2b6b 100644 --- a/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go +++ b/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go b/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go index a534aa4ae22d..7b053c050cf1 100644 --- a/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go +++ b/profiles/preview/timeseriesinsights/mgmt/timeseriesinsights/timeseriesinsightsapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/trafficmanager/mgmt/trafficmanager/models.go b/profiles/preview/trafficmanager/mgmt/trafficmanager/models.go index f5c5312fbea4..ff9dd250ce07 100644 --- a/profiles/preview/trafficmanager/mgmt/trafficmanager/models.go +++ b/profiles/preview/trafficmanager/mgmt/trafficmanager/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go b/profiles/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go index 51c67c8deab8..0f951177a8d1 100644 --- a/profiles/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go +++ b/profiles/preview/trafficmanager/mgmt/trafficmanager/trafficmanagerapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/web/mgmt/web/models.go b/profiles/preview/web/mgmt/web/models.go index 6596b62574da..8294918430b5 100644 --- a/profiles/preview/web/mgmt/web/models.go +++ b/profiles/preview/web/mgmt/web/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/profiles/preview/web/mgmt/web/webapi/models.go b/profiles/preview/web/mgmt/web/webapi/models.go index e441fbdafd89..a38a27b2cc73 100644 --- a/profiles/preview/web/mgmt/web/webapi/models.go +++ b/profiles/preview/web/mgmt/web/webapi/models.go @@ -1,6 +1,6 @@ // +build go1.9 -// Copyright 2018 Microsoft Corporation +// Copyright 2019 Microsoft Corporation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/alerts.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/alerts.go index b6719de20d60..629549e4b984 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/alerts.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/alerts.go @@ -41,6 +41,314 @@ func NewAlertsClientWithBaseURI(baseURI string, subscriptionID string) AlertsCli return AlertsClient{NewWithBaseURI(baseURI, subscriptionID)} } +// GetAlertByManagementGroups gets an alert for Management Groups by alert ID. +// Parameters: +// managementGroupID - management Group ID +// alertID - alert ID. +func (client AlertsClient) GetAlertByManagementGroups(ctx context.Context, managementGroupID string, alertID string) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.GetAlertByManagementGroups") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.GetAlertByManagementGroupsPreparer(ctx, managementGroupID, alertID) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetAlertByManagementGroups", nil, "Failure preparing request") + return + } + + resp, err := client.GetAlertByManagementGroupsSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetAlertByManagementGroups", resp, "Failure sending request") + return + } + + result, err = client.GetAlertByManagementGroupsResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetAlertByManagementGroups", resp, "Failure responding to request") + } + + return +} + +// GetAlertByManagementGroupsPreparer prepares the GetAlertByManagementGroups request. +func (client AlertsClient) GetAlertByManagementGroupsPreparer(ctx context.Context, managementGroupID string, alertID string) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "managementGroupId": autorest.Encode("path", managementGroupID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.CostManagement/alerts/{alertId}", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// GetAlertByManagementGroupsSender sends the GetAlertByManagementGroups request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) GetAlertByManagementGroupsSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// GetAlertByManagementGroupsResponder handles the response to the GetAlertByManagementGroups request. The method always +// closes the http.Response Body. +func (client AlertsClient) GetAlertByManagementGroupsResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// GetByAccount gets the alert for an account by alert ID. +// Parameters: +// billingAccountID - billingAccount ID +// enrollmentAccountID - enrollment Account Id +// alertID - alert ID. +func (client AlertsClient) GetByAccount(ctx context.Context, billingAccountID string, enrollmentAccountID string, alertID string) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.GetByAccount") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.GetByAccountPreparer(ctx, billingAccountID, enrollmentAccountID, alertID) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByAccount", nil, "Failure preparing request") + return + } + + resp, err := client.GetByAccountSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByAccount", resp, "Failure sending request") + return + } + + result, err = client.GetByAccountResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByAccount", resp, "Failure responding to request") + } + + return +} + +// GetByAccountPreparer prepares the GetByAccount request. +func (client AlertsClient) GetByAccountPreparer(ctx context.Context, billingAccountID string, enrollmentAccountID string, alertID string) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "billingAccountId": autorest.Encode("path", billingAccountID), + "enrollmentAccountId": autorest.Encode("path", enrollmentAccountID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}/providers/Microsoft.CostManagement/alerts/{alertId}", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// GetByAccountSender sends the GetByAccount request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) GetByAccountSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// GetByAccountResponder handles the response to the GetByAccount request. The method always +// closes the http.Response Body. +func (client AlertsClient) GetByAccountResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// GetByDepartment gets the alert for a department by alert ID. +// Parameters: +// billingAccountID - billingAccount ID +// departmentID - department ID +// alertID - alert ID. +func (client AlertsClient) GetByDepartment(ctx context.Context, billingAccountID string, departmentID string, alertID string) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.GetByDepartment") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.GetByDepartmentPreparer(ctx, billingAccountID, departmentID, alertID) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByDepartment", nil, "Failure preparing request") + return + } + + resp, err := client.GetByDepartmentSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByDepartment", resp, "Failure sending request") + return + } + + result, err = client.GetByDepartmentResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByDepartment", resp, "Failure responding to request") + } + + return +} + +// GetByDepartmentPreparer prepares the GetByDepartment request. +func (client AlertsClient) GetByDepartmentPreparer(ctx context.Context, billingAccountID string, departmentID string, alertID string) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "billingAccountId": autorest.Encode("path", billingAccountID), + "departmentId": autorest.Encode("path", departmentID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.CostManagement/alerts/{alertId}", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// GetByDepartmentSender sends the GetByDepartment request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) GetByDepartmentSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// GetByDepartmentResponder handles the response to the GetByDepartment request. The method always +// closes the http.Response Body. +func (client AlertsClient) GetByDepartmentResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// GetByEnrollment gets the alert for an enrollment by alert ID. +// Parameters: +// billingAccountID - billingAccount ID +// alertID - alert ID. +func (client AlertsClient) GetByEnrollment(ctx context.Context, billingAccountID string, alertID string) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.GetByEnrollment") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.GetByEnrollmentPreparer(ctx, billingAccountID, alertID) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByEnrollment", nil, "Failure preparing request") + return + } + + resp, err := client.GetByEnrollmentSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByEnrollment", resp, "Failure sending request") + return + } + + result, err = client.GetByEnrollmentResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "GetByEnrollment", resp, "Failure responding to request") + } + + return +} + +// GetByEnrollmentPreparer prepares the GetByEnrollment request. +func (client AlertsClient) GetByEnrollmentPreparer(ctx context.Context, billingAccountID string, alertID string) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "billingAccountId": autorest.Encode("path", billingAccountID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/alerts/{alertId}", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// GetByEnrollmentSender sends the GetByEnrollment request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) GetByEnrollmentSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// GetByEnrollmentResponder handles the response to the GetByEnrollment request. The method always +// closes the http.Response Body. +func (client AlertsClient) GetByEnrollmentResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + // GetByResourceGroupName gets the alert for a resource group under a subscription by alert ID. // Parameters: // resourceGroupName - azure Resource Group Name. @@ -329,9 +637,10 @@ func (client AlertsClient) ListComplete(ctx context.Context, filter string, skip return } -// ListByResourceGroupName list all alerts for a resource group under a subscription. +// ListByAccount list all alerts for an account. // Parameters: -// resourceGroupName - azure Resource Group Name. +// billingAccountID - billingAccount ID +// enrollmentAccountID - enrollment Account Id // filter - may be used to filter alerts by properties/definition/type, properties/definition/category, // properties/definition/criteria, properties/costEntityId, properties/creationTime, properties/closeTime, // properties/status, properties/source. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. @@ -339,9 +648,9 @@ func (client AlertsClient) ListComplete(ctx context.Context, filter string, skip // contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that // specifies a starting point to use for subsequent calls. // top - may be used to limit the number of results to the most recent N alerts. -func (client AlertsClient) ListByResourceGroupName(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (result AlertListResultPage, err error) { +func (client AlertsClient) ListByAccount(ctx context.Context, billingAccountID string, enrollmentAccountID string, filter string, skiptoken string, top *int32) (result AlertListResultPage, err error) { if tracing.IsEnabled() { - ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByResourceGroupName") + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByAccount") defer func() { sc := -1 if result.alr.Response.Response != nil { @@ -356,36 +665,36 @@ func (client AlertsClient) ListByResourceGroupName(ctx context.Context, resource Chain: []validation.Constraint{{Target: "top", Name: validation.InclusiveMaximum, Rule: int64(1000), Chain: nil}, {Target: "top", Name: validation.InclusiveMinimum, Rule: 1, Chain: nil}, }}}}}); err != nil { - return result, validation.NewError("costmanagement.AlertsClient", "ListByResourceGroupName", err.Error()) + return result, validation.NewError("costmanagement.AlertsClient", "ListByAccount", err.Error()) } - result.fn = client.listByResourceGroupNameNextResults - req, err := client.ListByResourceGroupNamePreparer(ctx, resourceGroupName, filter, skiptoken, top) + result.fn = client.listByAccountNextResults + req, err := client.ListByAccountPreparer(ctx, billingAccountID, enrollmentAccountID, filter, skiptoken, top) if err != nil { - err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByResourceGroupName", nil, "Failure preparing request") + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByAccount", nil, "Failure preparing request") return } - resp, err := client.ListByResourceGroupNameSender(req) + resp, err := client.ListByAccountSender(req) if err != nil { result.alr.Response = autorest.Response{Response: resp} - err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByResourceGroupName", resp, "Failure sending request") + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByAccount", resp, "Failure sending request") return } - result.alr, err = client.ListByResourceGroupNameResponder(resp) + result.alr, err = client.ListByAccountResponder(resp) if err != nil { - err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByResourceGroupName", resp, "Failure responding to request") + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByAccount", resp, "Failure responding to request") } return } -// ListByResourceGroupNamePreparer prepares the ListByResourceGroupName request. -func (client AlertsClient) ListByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (*http.Request, error) { +// ListByAccountPreparer prepares the ListByAccount request. +func (client AlertsClient) ListByAccountPreparer(ctx context.Context, billingAccountID string, enrollmentAccountID string, filter string, skiptoken string, top *int32) (*http.Request, error) { pathParameters := map[string]interface{}{ - "resourceGroupName": autorest.Encode("path", resourceGroupName), - "subscriptionId": autorest.Encode("path", client.SubscriptionID), + "billingAccountId": autorest.Encode("path", billingAccountID), + "enrollmentAccountId": autorest.Encode("path", enrollmentAccountID), } const APIVersion = "2018-08-01-preview" @@ -405,21 +714,21 @@ func (client AlertsClient) ListByResourceGroupNamePreparer(ctx context.Context, preparer := autorest.CreatePreparer( autorest.AsGet(), autorest.WithBaseURL(client.BaseURI), - autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CostManagement/alerts", pathParameters), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}/providers/Microsoft.CostManagement/alerts", pathParameters), autorest.WithQueryParameters(queryParameters)) return preparer.Prepare((&http.Request{}).WithContext(ctx)) } -// ListByResourceGroupNameSender sends the ListByResourceGroupName request. The method will close the +// ListByAccountSender sends the ListByAccount request. The method will close the // http.Response Body if it receives an error. -func (client AlertsClient) ListByResourceGroupNameSender(req *http.Request) (*http.Response, error) { +func (client AlertsClient) ListByAccountSender(req *http.Request) (*http.Response, error) { return autorest.SendWithSender(client, req, - azure.DoRetryWithRegistration(client.Client)) + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) } -// ListByResourceGroupNameResponder handles the response to the ListByResourceGroupName request. The method always +// ListByAccountResponder handles the response to the ListByAccount request. The method always // closes the http.Response Body. -func (client AlertsClient) ListByResourceGroupNameResponder(resp *http.Response) (result AlertListResult, err error) { +func (client AlertsClient) ListByAccountResponder(resp *http.Response) (result AlertListResult, err error) { err = autorest.Respond( resp, client.ByInspecting(), @@ -430,31 +739,31 @@ func (client AlertsClient) ListByResourceGroupNameResponder(resp *http.Response) return } -// listByResourceGroupNameNextResults retrieves the next set of results, if any. -func (client AlertsClient) listByResourceGroupNameNextResults(ctx context.Context, lastResults AlertListResult) (result AlertListResult, err error) { +// listByAccountNextResults retrieves the next set of results, if any. +func (client AlertsClient) listByAccountNextResults(ctx context.Context, lastResults AlertListResult) (result AlertListResult, err error) { req, err := lastResults.alertListResultPreparer(ctx) if err != nil { - return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByResourceGroupNameNextResults", nil, "Failure preparing next results request") + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByAccountNextResults", nil, "Failure preparing next results request") } if req == nil { return } - resp, err := client.ListByResourceGroupNameSender(req) + resp, err := client.ListByAccountSender(req) if err != nil { result.Response = autorest.Response{Response: resp} - return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByResourceGroupNameNextResults", resp, "Failure sending next results request") + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByAccountNextResults", resp, "Failure sending next results request") } - result, err = client.ListByResourceGroupNameResponder(resp) + result, err = client.ListByAccountResponder(resp) if err != nil { - err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByResourceGroupNameNextResults", resp, "Failure responding to next results request") + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByAccountNextResults", resp, "Failure responding to next results request") } return } -// ListByResourceGroupNameComplete enumerates all values, automatically crossing page boundaries as required. -func (client AlertsClient) ListByResourceGroupNameComplete(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (result AlertListResultIterator, err error) { +// ListByAccountComplete enumerates all values, automatically crossing page boundaries as required. +func (client AlertsClient) ListByAccountComplete(ctx context.Context, billingAccountID string, enrollmentAccountID string, filter string, skiptoken string, top *int32) (result AlertListResultIterator, err error) { if tracing.IsEnabled() { - ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByResourceGroupName") + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByAccount") defer func() { sc := -1 if result.Response().Response.Response != nil { @@ -463,6 +772,1035 @@ func (client AlertsClient) ListByResourceGroupNameComplete(ctx context.Context, tracing.EndSpan(ctx, sc, err) }() } - result.page, err = client.ListByResourceGroupName(ctx, resourceGroupName, filter, skiptoken, top) + result.page, err = client.ListByAccount(ctx, billingAccountID, enrollmentAccountID, filter, skiptoken, top) + return +} + +// ListByDepartment list all alerts for a department. +// Parameters: +// billingAccountID - billingAccount ID +// departmentID - department ID +// filter - may be used to filter alerts by properties/definition/type, properties/definition/category, +// properties/definition/criteria, properties/costEntityId, properties/creationTime, properties/closeTime, +// properties/status, properties/source. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. +// skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response +// contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that +// specifies a starting point to use for subsequent calls. +// top - may be used to limit the number of results to the most recent N alerts. +func (client AlertsClient) ListByDepartment(ctx context.Context, billingAccountID string, departmentID string, filter string, skiptoken string, top *int32) (result AlertListResultPage, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByDepartment") + defer func() { + sc := -1 + if result.alr.Response.Response != nil { + sc = result.alr.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + if err := validation.Validate([]validation.Validation{ + {TargetValue: top, + Constraints: []validation.Constraint{{Target: "top", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "top", Name: validation.InclusiveMaximum, Rule: int64(1000), Chain: nil}, + {Target: "top", Name: validation.InclusiveMinimum, Rule: 1, Chain: nil}, + }}}}}); err != nil { + return result, validation.NewError("costmanagement.AlertsClient", "ListByDepartment", err.Error()) + } + + result.fn = client.listByDepartmentNextResults + req, err := client.ListByDepartmentPreparer(ctx, billingAccountID, departmentID, filter, skiptoken, top) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByDepartment", nil, "Failure preparing request") + return + } + + resp, err := client.ListByDepartmentSender(req) + if err != nil { + result.alr.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByDepartment", resp, "Failure sending request") + return + } + + result.alr, err = client.ListByDepartmentResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByDepartment", resp, "Failure responding to request") + } + + return +} + +// ListByDepartmentPreparer prepares the ListByDepartment request. +func (client AlertsClient) ListByDepartmentPreparer(ctx context.Context, billingAccountID string, departmentID string, filter string, skiptoken string, top *int32) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "billingAccountId": autorest.Encode("path", billingAccountID), + "departmentId": autorest.Encode("path", departmentID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + if len(filter) > 0 { + queryParameters["$filter"] = autorest.Encode("query", filter) + } + if len(skiptoken) > 0 { + queryParameters["$skiptoken"] = autorest.Encode("query", skiptoken) + } + if top != nil { + queryParameters["$top"] = autorest.Encode("query", *top) + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.CostManagement/alerts", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// ListByDepartmentSender sends the ListByDepartment request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) ListByDepartmentSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// ListByDepartmentResponder handles the response to the ListByDepartment request. The method always +// closes the http.Response Body. +func (client AlertsClient) ListByDepartmentResponder(resp *http.Response) (result AlertListResult, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// listByDepartmentNextResults retrieves the next set of results, if any. +func (client AlertsClient) listByDepartmentNextResults(ctx context.Context, lastResults AlertListResult) (result AlertListResult, err error) { + req, err := lastResults.alertListResultPreparer(ctx) + if err != nil { + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByDepartmentNextResults", nil, "Failure preparing next results request") + } + if req == nil { + return + } + resp, err := client.ListByDepartmentSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByDepartmentNextResults", resp, "Failure sending next results request") + } + result, err = client.ListByDepartmentResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByDepartmentNextResults", resp, "Failure responding to next results request") + } + return +} + +// ListByDepartmentComplete enumerates all values, automatically crossing page boundaries as required. +func (client AlertsClient) ListByDepartmentComplete(ctx context.Context, billingAccountID string, departmentID string, filter string, skiptoken string, top *int32) (result AlertListResultIterator, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByDepartment") + defer func() { + sc := -1 + if result.Response().Response.Response != nil { + sc = result.page.Response().Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + result.page, err = client.ListByDepartment(ctx, billingAccountID, departmentID, filter, skiptoken, top) + return +} + +// ListByEnrollment list all alerts for an enrollment. +// Parameters: +// billingAccountID - billingAccount ID +// filter - may be used to filter alerts by properties/definition/type, properties/definition/category, +// properties/definition/criteria, properties/costEntityId, properties/creationTime, properties/closeTime, +// properties/status, properties/source. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. +// skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response +// contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that +// specifies a starting point to use for subsequent calls. +// top - may be used to limit the number of results to the most recent N alerts. +func (client AlertsClient) ListByEnrollment(ctx context.Context, billingAccountID string, filter string, skiptoken string, top *int32) (result AlertListResultPage, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByEnrollment") + defer func() { + sc := -1 + if result.alr.Response.Response != nil { + sc = result.alr.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + if err := validation.Validate([]validation.Validation{ + {TargetValue: top, + Constraints: []validation.Constraint{{Target: "top", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "top", Name: validation.InclusiveMaximum, Rule: int64(1000), Chain: nil}, + {Target: "top", Name: validation.InclusiveMinimum, Rule: 1, Chain: nil}, + }}}}}); err != nil { + return result, validation.NewError("costmanagement.AlertsClient", "ListByEnrollment", err.Error()) + } + + result.fn = client.listByEnrollmentNextResults + req, err := client.ListByEnrollmentPreparer(ctx, billingAccountID, filter, skiptoken, top) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByEnrollment", nil, "Failure preparing request") + return + } + + resp, err := client.ListByEnrollmentSender(req) + if err != nil { + result.alr.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByEnrollment", resp, "Failure sending request") + return + } + + result.alr, err = client.ListByEnrollmentResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByEnrollment", resp, "Failure responding to request") + } + + return +} + +// ListByEnrollmentPreparer prepares the ListByEnrollment request. +func (client AlertsClient) ListByEnrollmentPreparer(ctx context.Context, billingAccountID string, filter string, skiptoken string, top *int32) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "billingAccountId": autorest.Encode("path", billingAccountID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + if len(filter) > 0 { + queryParameters["$filter"] = autorest.Encode("query", filter) + } + if len(skiptoken) > 0 { + queryParameters["$skiptoken"] = autorest.Encode("query", skiptoken) + } + if top != nil { + queryParameters["$top"] = autorest.Encode("query", *top) + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/alerts", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// ListByEnrollmentSender sends the ListByEnrollment request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) ListByEnrollmentSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// ListByEnrollmentResponder handles the response to the ListByEnrollment request. The method always +// closes the http.Response Body. +func (client AlertsClient) ListByEnrollmentResponder(resp *http.Response) (result AlertListResult, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// listByEnrollmentNextResults retrieves the next set of results, if any. +func (client AlertsClient) listByEnrollmentNextResults(ctx context.Context, lastResults AlertListResult) (result AlertListResult, err error) { + req, err := lastResults.alertListResultPreparer(ctx) + if err != nil { + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByEnrollmentNextResults", nil, "Failure preparing next results request") + } + if req == nil { + return + } + resp, err := client.ListByEnrollmentSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByEnrollmentNextResults", resp, "Failure sending next results request") + } + result, err = client.ListByEnrollmentResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByEnrollmentNextResults", resp, "Failure responding to next results request") + } + return +} + +// ListByEnrollmentComplete enumerates all values, automatically crossing page boundaries as required. +func (client AlertsClient) ListByEnrollmentComplete(ctx context.Context, billingAccountID string, filter string, skiptoken string, top *int32) (result AlertListResultIterator, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByEnrollment") + defer func() { + sc := -1 + if result.Response().Response.Response != nil { + sc = result.page.Response().Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + result.page, err = client.ListByEnrollment(ctx, billingAccountID, filter, skiptoken, top) + return +} + +// ListByManagementGroups list all alerts for Management Groups. +// Parameters: +// managementGroupID - management Group ID +// filter - may be used to filter alerts by properties/definition/type, properties/definition/category, +// properties/definition/criteria, properties/costEntityId, properties/creationTime, properties/closeTime, +// properties/status, properties/source. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. +// skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response +// contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that +// specifies a starting point to use for subsequent calls. +// top - may be used to limit the number of results to the most recent N alerts. +func (client AlertsClient) ListByManagementGroups(ctx context.Context, managementGroupID string, filter string, skiptoken string, top *int32) (result AlertListResultPage, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByManagementGroups") + defer func() { + sc := -1 + if result.alr.Response.Response != nil { + sc = result.alr.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + if err := validation.Validate([]validation.Validation{ + {TargetValue: top, + Constraints: []validation.Constraint{{Target: "top", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "top", Name: validation.InclusiveMaximum, Rule: int64(1000), Chain: nil}, + {Target: "top", Name: validation.InclusiveMinimum, Rule: 1, Chain: nil}, + }}}}}); err != nil { + return result, validation.NewError("costmanagement.AlertsClient", "ListByManagementGroups", err.Error()) + } + + result.fn = client.listByManagementGroupsNextResults + req, err := client.ListByManagementGroupsPreparer(ctx, managementGroupID, filter, skiptoken, top) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByManagementGroups", nil, "Failure preparing request") + return + } + + resp, err := client.ListByManagementGroupsSender(req) + if err != nil { + result.alr.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByManagementGroups", resp, "Failure sending request") + return + } + + result.alr, err = client.ListByManagementGroupsResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByManagementGroups", resp, "Failure responding to request") + } + + return +} + +// ListByManagementGroupsPreparer prepares the ListByManagementGroups request. +func (client AlertsClient) ListByManagementGroupsPreparer(ctx context.Context, managementGroupID string, filter string, skiptoken string, top *int32) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "managementGroupId": autorest.Encode("path", managementGroupID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + if len(filter) > 0 { + queryParameters["$filter"] = autorest.Encode("query", filter) + } + if len(skiptoken) > 0 { + queryParameters["$skiptoken"] = autorest.Encode("query", skiptoken) + } + if top != nil { + queryParameters["$top"] = autorest.Encode("query", *top) + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.CostManagement/alerts", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// ListByManagementGroupsSender sends the ListByManagementGroups request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) ListByManagementGroupsSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// ListByManagementGroupsResponder handles the response to the ListByManagementGroups request. The method always +// closes the http.Response Body. +func (client AlertsClient) ListByManagementGroupsResponder(resp *http.Response) (result AlertListResult, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// listByManagementGroupsNextResults retrieves the next set of results, if any. +func (client AlertsClient) listByManagementGroupsNextResults(ctx context.Context, lastResults AlertListResult) (result AlertListResult, err error) { + req, err := lastResults.alertListResultPreparer(ctx) + if err != nil { + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByManagementGroupsNextResults", nil, "Failure preparing next results request") + } + if req == nil { + return + } + resp, err := client.ListByManagementGroupsSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByManagementGroupsNextResults", resp, "Failure sending next results request") + } + result, err = client.ListByManagementGroupsResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByManagementGroupsNextResults", resp, "Failure responding to next results request") + } + return +} + +// ListByManagementGroupsComplete enumerates all values, automatically crossing page boundaries as required. +func (client AlertsClient) ListByManagementGroupsComplete(ctx context.Context, managementGroupID string, filter string, skiptoken string, top *int32) (result AlertListResultIterator, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByManagementGroups") + defer func() { + sc := -1 + if result.Response().Response.Response != nil { + sc = result.page.Response().Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + result.page, err = client.ListByManagementGroups(ctx, managementGroupID, filter, skiptoken, top) + return +} + +// ListByResourceGroupName list all alerts for a resource group under a subscription. +// Parameters: +// resourceGroupName - azure Resource Group Name. +// filter - may be used to filter alerts by properties/definition/type, properties/definition/category, +// properties/definition/criteria, properties/costEntityId, properties/creationTime, properties/closeTime, +// properties/status, properties/source. Supported operators are 'eq','lt', 'gt', 'le', 'ge'. +// skiptoken - skiptoken is only used if a previous operation returned a partial result. If a previous response +// contains a nextLink element, the value of the nextLink element will include a skiptoken parameter that +// specifies a starting point to use for subsequent calls. +// top - may be used to limit the number of results to the most recent N alerts. +func (client AlertsClient) ListByResourceGroupName(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (result AlertListResultPage, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByResourceGroupName") + defer func() { + sc := -1 + if result.alr.Response.Response != nil { + sc = result.alr.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + if err := validation.Validate([]validation.Validation{ + {TargetValue: top, + Constraints: []validation.Constraint{{Target: "top", Name: validation.Null, Rule: false, + Chain: []validation.Constraint{{Target: "top", Name: validation.InclusiveMaximum, Rule: int64(1000), Chain: nil}, + {Target: "top", Name: validation.InclusiveMinimum, Rule: 1, Chain: nil}, + }}}}}); err != nil { + return result, validation.NewError("costmanagement.AlertsClient", "ListByResourceGroupName", err.Error()) + } + + result.fn = client.listByResourceGroupNameNextResults + req, err := client.ListByResourceGroupNamePreparer(ctx, resourceGroupName, filter, skiptoken, top) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByResourceGroupName", nil, "Failure preparing request") + return + } + + resp, err := client.ListByResourceGroupNameSender(req) + if err != nil { + result.alr.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByResourceGroupName", resp, "Failure sending request") + return + } + + result.alr, err = client.ListByResourceGroupNameResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "ListByResourceGroupName", resp, "Failure responding to request") + } + + return +} + +// ListByResourceGroupNamePreparer prepares the ListByResourceGroupName request. +func (client AlertsClient) ListByResourceGroupNamePreparer(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "resourceGroupName": autorest.Encode("path", resourceGroupName), + "subscriptionId": autorest.Encode("path", client.SubscriptionID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + if len(filter) > 0 { + queryParameters["$filter"] = autorest.Encode("query", filter) + } + if len(skiptoken) > 0 { + queryParameters["$skiptoken"] = autorest.Encode("query", skiptoken) + } + if top != nil { + queryParameters["$top"] = autorest.Encode("query", *top) + } + + preparer := autorest.CreatePreparer( + autorest.AsGet(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CostManagement/alerts", pathParameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// ListByResourceGroupNameSender sends the ListByResourceGroupName request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) ListByResourceGroupNameSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + azure.DoRetryWithRegistration(client.Client)) +} + +// ListByResourceGroupNameResponder handles the response to the ListByResourceGroupName request. The method always +// closes the http.Response Body. +func (client AlertsClient) ListByResourceGroupNameResponder(resp *http.Response) (result AlertListResult, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// listByResourceGroupNameNextResults retrieves the next set of results, if any. +func (client AlertsClient) listByResourceGroupNameNextResults(ctx context.Context, lastResults AlertListResult) (result AlertListResult, err error) { + req, err := lastResults.alertListResultPreparer(ctx) + if err != nil { + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByResourceGroupNameNextResults", nil, "Failure preparing next results request") + } + if req == nil { + return + } + resp, err := client.ListByResourceGroupNameSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + return result, autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByResourceGroupNameNextResults", resp, "Failure sending next results request") + } + result, err = client.ListByResourceGroupNameResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "listByResourceGroupNameNextResults", resp, "Failure responding to next results request") + } + return +} + +// ListByResourceGroupNameComplete enumerates all values, automatically crossing page boundaries as required. +func (client AlertsClient) ListByResourceGroupNameComplete(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (result AlertListResultIterator, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.ListByResourceGroupName") + defer func() { + sc := -1 + if result.Response().Response.Response != nil { + sc = result.page.Response().Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + result.page, err = client.ListByResourceGroupName(ctx, resourceGroupName, filter, skiptoken, top) + return +} + +// UpdateBillingAccountAlertStatus update alerts status for billing account. +// Parameters: +// billingAccountID - billingAccount ID +// alertID - alert ID. +// parameters - parameters supplied to the update alerts status operation. +func (client AlertsClient) UpdateBillingAccountAlertStatus(ctx context.Context, billingAccountID string, alertID string, parameters Alert) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.UpdateBillingAccountAlertStatus") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.UpdateBillingAccountAlertStatusPreparer(ctx, billingAccountID, alertID, parameters) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateBillingAccountAlertStatus", nil, "Failure preparing request") + return + } + + resp, err := client.UpdateBillingAccountAlertStatusSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateBillingAccountAlertStatus", resp, "Failure sending request") + return + } + + result, err = client.UpdateBillingAccountAlertStatusResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateBillingAccountAlertStatus", resp, "Failure responding to request") + } + + return +} + +// UpdateBillingAccountAlertStatusPreparer prepares the UpdateBillingAccountAlertStatus request. +func (client AlertsClient) UpdateBillingAccountAlertStatusPreparer(ctx context.Context, billingAccountID string, alertID string, parameters Alert) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "billingAccountId": autorest.Encode("path", billingAccountID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsContentType("application/json; charset=utf-8"), + autorest.AsPatch(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.CostManagement/alerts/{alertId}/updateStatus", pathParameters), + autorest.WithJSON(parameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// UpdateBillingAccountAlertStatusSender sends the UpdateBillingAccountAlertStatus request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) UpdateBillingAccountAlertStatusSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// UpdateBillingAccountAlertStatusResponder handles the response to the UpdateBillingAccountAlertStatus request. The method always +// closes the http.Response Body. +func (client AlertsClient) UpdateBillingAccountAlertStatusResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// UpdateDepartmentsAlertStatus update alerts status for a department. +// Parameters: +// billingAccountID - billingAccount ID +// departmentID - department ID +// alertID - alert ID. +// parameters - parameters supplied to the update alerts status operation. +func (client AlertsClient) UpdateDepartmentsAlertStatus(ctx context.Context, billingAccountID string, departmentID string, alertID string, parameters Alert) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.UpdateDepartmentsAlertStatus") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.UpdateDepartmentsAlertStatusPreparer(ctx, billingAccountID, departmentID, alertID, parameters) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateDepartmentsAlertStatus", nil, "Failure preparing request") + return + } + + resp, err := client.UpdateDepartmentsAlertStatusSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateDepartmentsAlertStatus", resp, "Failure sending request") + return + } + + result, err = client.UpdateDepartmentsAlertStatusResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateDepartmentsAlertStatus", resp, "Failure responding to request") + } + + return +} + +// UpdateDepartmentsAlertStatusPreparer prepares the UpdateDepartmentsAlertStatus request. +func (client AlertsClient) UpdateDepartmentsAlertStatusPreparer(ctx context.Context, billingAccountID string, departmentID string, alertID string, parameters Alert) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "billingAccountId": autorest.Encode("path", billingAccountID), + "departmentId": autorest.Encode("path", departmentID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsContentType("application/json; charset=utf-8"), + autorest.AsPatch(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/departments/{departmentId}/providers/Microsoft.CostManagement/alerts/{alertId}/updateStatus", pathParameters), + autorest.WithJSON(parameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// UpdateDepartmentsAlertStatusSender sends the UpdateDepartmentsAlertStatus request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) UpdateDepartmentsAlertStatusSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// UpdateDepartmentsAlertStatusResponder handles the response to the UpdateDepartmentsAlertStatus request. The method always +// closes the http.Response Body. +func (client AlertsClient) UpdateDepartmentsAlertStatusResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// UpdateEnrollmentAccountAlertStatus update alerts status for an enrollment account. +// Parameters: +// billingAccountID - billingAccount ID +// enrollmentAccountID - enrollment Account Id +// alertID - alert ID. +// parameters - parameters supplied to the update alerts status operation. +func (client AlertsClient) UpdateEnrollmentAccountAlertStatus(ctx context.Context, billingAccountID string, enrollmentAccountID string, alertID string, parameters Alert) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.UpdateEnrollmentAccountAlertStatus") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.UpdateEnrollmentAccountAlertStatusPreparer(ctx, billingAccountID, enrollmentAccountID, alertID, parameters) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateEnrollmentAccountAlertStatus", nil, "Failure preparing request") + return + } + + resp, err := client.UpdateEnrollmentAccountAlertStatusSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateEnrollmentAccountAlertStatus", resp, "Failure sending request") + return + } + + result, err = client.UpdateEnrollmentAccountAlertStatusResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateEnrollmentAccountAlertStatus", resp, "Failure responding to request") + } + + return +} + +// UpdateEnrollmentAccountAlertStatusPreparer prepares the UpdateEnrollmentAccountAlertStatus request. +func (client AlertsClient) UpdateEnrollmentAccountAlertStatusPreparer(ctx context.Context, billingAccountID string, enrollmentAccountID string, alertID string, parameters Alert) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "billingAccountId": autorest.Encode("path", billingAccountID), + "enrollmentAccountId": autorest.Encode("path", enrollmentAccountID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsContentType("application/json; charset=utf-8"), + autorest.AsPatch(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/enrollmentAccounts/{enrollmentAccountId}/providers/Microsoft.CostManagement/alerts/{alertId}/updateStatus", pathParameters), + autorest.WithJSON(parameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// UpdateEnrollmentAccountAlertStatusSender sends the UpdateEnrollmentAccountAlertStatus request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) UpdateEnrollmentAccountAlertStatusSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// UpdateEnrollmentAccountAlertStatusResponder handles the response to the UpdateEnrollmentAccountAlertStatus request. The method always +// closes the http.Response Body. +func (client AlertsClient) UpdateEnrollmentAccountAlertStatusResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// UpdateManagementGroupAlertStatus update alerts status for management group. +// Parameters: +// managementGroupID - management Group ID +// alertID - alert ID. +// parameters - parameters supplied to the update alerts status operation. +func (client AlertsClient) UpdateManagementGroupAlertStatus(ctx context.Context, managementGroupID string, alertID string, parameters Alert) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.UpdateManagementGroupAlertStatus") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.UpdateManagementGroupAlertStatusPreparer(ctx, managementGroupID, alertID, parameters) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateManagementGroupAlertStatus", nil, "Failure preparing request") + return + } + + resp, err := client.UpdateManagementGroupAlertStatusSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateManagementGroupAlertStatus", resp, "Failure sending request") + return + } + + result, err = client.UpdateManagementGroupAlertStatusResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateManagementGroupAlertStatus", resp, "Failure responding to request") + } + + return +} + +// UpdateManagementGroupAlertStatusPreparer prepares the UpdateManagementGroupAlertStatus request. +func (client AlertsClient) UpdateManagementGroupAlertStatusPreparer(ctx context.Context, managementGroupID string, alertID string, parameters Alert) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "managementGroupId": autorest.Encode("path", managementGroupID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsContentType("application/json; charset=utf-8"), + autorest.AsPatch(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/providers/Microsoft.Management/managementGroups/{managementGroupId}/providers/Microsoft.CostManagement/alerts/{alertId}/UpdateStatus", pathParameters), + autorest.WithJSON(parameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// UpdateManagementGroupAlertStatusSender sends the UpdateManagementGroupAlertStatus request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) UpdateManagementGroupAlertStatusSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) +} + +// UpdateManagementGroupAlertStatusResponder handles the response to the UpdateManagementGroupAlertStatus request. The method always +// closes the http.Response Body. +func (client AlertsClient) UpdateManagementGroupAlertStatusResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// UpdateResourceGroupNameAlertStatus update alerts status for a resource group under a subscription. +// Parameters: +// resourceGroupName - azure Resource Group Name. +// alertID - alert ID. +// parameters - parameters supplied to the update alerts status operation. +func (client AlertsClient) UpdateResourceGroupNameAlertStatus(ctx context.Context, resourceGroupName string, alertID string, parameters Alert) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.UpdateResourceGroupNameAlertStatus") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.UpdateResourceGroupNameAlertStatusPreparer(ctx, resourceGroupName, alertID, parameters) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateResourceGroupNameAlertStatus", nil, "Failure preparing request") + return + } + + resp, err := client.UpdateResourceGroupNameAlertStatusSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateResourceGroupNameAlertStatus", resp, "Failure sending request") + return + } + + result, err = client.UpdateResourceGroupNameAlertStatusResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateResourceGroupNameAlertStatus", resp, "Failure responding to request") + } + + return +} + +// UpdateResourceGroupNameAlertStatusPreparer prepares the UpdateResourceGroupNameAlertStatus request. +func (client AlertsClient) UpdateResourceGroupNameAlertStatusPreparer(ctx context.Context, resourceGroupName string, alertID string, parameters Alert) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "resourceGroupName": autorest.Encode("path", resourceGroupName), + "subscriptionId": autorest.Encode("path", client.SubscriptionID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsContentType("application/json; charset=utf-8"), + autorest.AsPatch(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CostManagement/alerts/{alertId}/updateStatus", pathParameters), + autorest.WithJSON(parameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// UpdateResourceGroupNameAlertStatusSender sends the UpdateResourceGroupNameAlertStatus request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) UpdateResourceGroupNameAlertStatusSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + azure.DoRetryWithRegistration(client.Client)) +} + +// UpdateResourceGroupNameAlertStatusResponder handles the response to the UpdateResourceGroupNameAlertStatus request. The method always +// closes the http.Response Body. +func (client AlertsClient) UpdateResourceGroupNameAlertStatusResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} + return +} + +// UpdateSubscriptionAlertStatus update alerts status for a subscription. +// Parameters: +// alertID - alert ID. +// parameters - parameters supplied to the update alerts status operation. +func (client AlertsClient) UpdateSubscriptionAlertStatus(ctx context.Context, alertID string, parameters Alert) (result Alert, err error) { + if tracing.IsEnabled() { + ctx = tracing.StartSpan(ctx, fqdn+"/AlertsClient.UpdateSubscriptionAlertStatus") + defer func() { + sc := -1 + if result.Response.Response != nil { + sc = result.Response.Response.StatusCode + } + tracing.EndSpan(ctx, sc, err) + }() + } + req, err := client.UpdateSubscriptionAlertStatusPreparer(ctx, alertID, parameters) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateSubscriptionAlertStatus", nil, "Failure preparing request") + return + } + + resp, err := client.UpdateSubscriptionAlertStatusSender(req) + if err != nil { + result.Response = autorest.Response{Response: resp} + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateSubscriptionAlertStatus", resp, "Failure sending request") + return + } + + result, err = client.UpdateSubscriptionAlertStatusResponder(resp) + if err != nil { + err = autorest.NewErrorWithError(err, "costmanagement.AlertsClient", "UpdateSubscriptionAlertStatus", resp, "Failure responding to request") + } + + return +} + +// UpdateSubscriptionAlertStatusPreparer prepares the UpdateSubscriptionAlertStatus request. +func (client AlertsClient) UpdateSubscriptionAlertStatusPreparer(ctx context.Context, alertID string, parameters Alert) (*http.Request, error) { + pathParameters := map[string]interface{}{ + "alertId": autorest.Encode("path", alertID), + "subscriptionId": autorest.Encode("path", client.SubscriptionID), + } + + const APIVersion = "2018-08-01-preview" + queryParameters := map[string]interface{}{ + "api-version": APIVersion, + } + + preparer := autorest.CreatePreparer( + autorest.AsContentType("application/json; charset=utf-8"), + autorest.AsPatch(), + autorest.WithBaseURL(client.BaseURI), + autorest.WithPathParameters("/subscriptions/{subscriptionId}/providers/Microsoft.CostManagement/alerts/{alertId}/updateStatus", pathParameters), + autorest.WithJSON(parameters), + autorest.WithQueryParameters(queryParameters)) + return preparer.Prepare((&http.Request{}).WithContext(ctx)) +} + +// UpdateSubscriptionAlertStatusSender sends the UpdateSubscriptionAlertStatus request. The method will close the +// http.Response Body if it receives an error. +func (client AlertsClient) UpdateSubscriptionAlertStatusSender(req *http.Request) (*http.Response, error) { + return autorest.SendWithSender(client, req, + azure.DoRetryWithRegistration(client.Client)) +} + +// UpdateSubscriptionAlertStatusResponder handles the response to the UpdateSubscriptionAlertStatus request. The method always +// closes the http.Response Body. +func (client AlertsClient) UpdateSubscriptionAlertStatusResponder(resp *http.Response) (result Alert, err error) { + err = autorest.Respond( + resp, + client.ByInspecting(), + azure.WithErrorUnlessStatusCode(http.StatusOK), + autorest.ByUnmarshallingJSON(&result), + autorest.ByClosing()) + result.Response = autorest.Response{Response: resp} return } diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/costmanagementapi/interfaces.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/costmanagementapi/interfaces.go index d2015a4f465a..a45c009c6ade 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/costmanagementapi/interfaces.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/costmanagementapi/interfaces.go @@ -97,10 +97,24 @@ var _ ConnectorClientAPI = (*costmanagement.ConnectorClient)(nil) // AlertsClientAPI contains the set of methods on the AlertsClient type. type AlertsClientAPI interface { + GetAlertByManagementGroups(ctx context.Context, managementGroupID string, alertID string) (result costmanagement.Alert, err error) + GetByAccount(ctx context.Context, billingAccountID string, enrollmentAccountID string, alertID string) (result costmanagement.Alert, err error) + GetByDepartment(ctx context.Context, billingAccountID string, departmentID string, alertID string) (result costmanagement.Alert, err error) + GetByEnrollment(ctx context.Context, billingAccountID string, alertID string) (result costmanagement.Alert, err error) GetByResourceGroupName(ctx context.Context, resourceGroupName string, alertID string) (result costmanagement.Alert, err error) GetBySubscription(ctx context.Context, alertID string) (result costmanagement.Alert, err error) List(ctx context.Context, filter string, skiptoken string, top *int32) (result costmanagement.AlertListResultPage, err error) + ListByAccount(ctx context.Context, billingAccountID string, enrollmentAccountID string, filter string, skiptoken string, top *int32) (result costmanagement.AlertListResultPage, err error) + ListByDepartment(ctx context.Context, billingAccountID string, departmentID string, filter string, skiptoken string, top *int32) (result costmanagement.AlertListResultPage, err error) + ListByEnrollment(ctx context.Context, billingAccountID string, filter string, skiptoken string, top *int32) (result costmanagement.AlertListResultPage, err error) + ListByManagementGroups(ctx context.Context, managementGroupID string, filter string, skiptoken string, top *int32) (result costmanagement.AlertListResultPage, err error) ListByResourceGroupName(ctx context.Context, resourceGroupName string, filter string, skiptoken string, top *int32) (result costmanagement.AlertListResultPage, err error) + UpdateBillingAccountAlertStatus(ctx context.Context, billingAccountID string, alertID string, parameters costmanagement.Alert) (result costmanagement.Alert, err error) + UpdateDepartmentsAlertStatus(ctx context.Context, billingAccountID string, departmentID string, alertID string, parameters costmanagement.Alert) (result costmanagement.Alert, err error) + UpdateEnrollmentAccountAlertStatus(ctx context.Context, billingAccountID string, enrollmentAccountID string, alertID string, parameters costmanagement.Alert) (result costmanagement.Alert, err error) + UpdateManagementGroupAlertStatus(ctx context.Context, managementGroupID string, alertID string, parameters costmanagement.Alert) (result costmanagement.Alert, err error) + UpdateResourceGroupNameAlertStatus(ctx context.Context, resourceGroupName string, alertID string, parameters costmanagement.Alert) (result costmanagement.Alert, err error) + UpdateSubscriptionAlertStatus(ctx context.Context, alertID string, parameters costmanagement.Alert) (result costmanagement.Alert, err error) } var _ AlertsClientAPI = (*costmanagement.AlertsClient)(nil) diff --git a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go index 801b39bdf661..813a64e9efc9 100644 --- a/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go +++ b/services/preview/costmanagement/mgmt/2018-08-01-preview/costmanagement/models.go @@ -524,6 +524,12 @@ type AlertProperties struct { CloseTime *date.Time `json:"closeTime,omitempty"` // Status - The current status of the alert. Possible values include: 'Active', 'Overridden', 'Resolved', 'Dismissed' Status AlertStatus `json:"status,omitempty"` + // StatusModificationTime - The current status when alert status was modified. + StatusModificationTime *date.Time `json:"statusModificationTime,omitempty"` + // ModificationTime - The current status when alert was modified. + ModificationTime *date.Time `json:"modificationTime,omitempty"` + // ModificationUsername - The username who modified the alert. + ModificationUsername *string `json:"modificationUsername,omitempty"` } // MarshalJSON is the custom marshaler for AlertProperties. @@ -556,6 +562,15 @@ func (ap AlertProperties) MarshalJSON() ([]byte, error) { if ap.Status != "" { objectMap["status"] = ap.Status } + if ap.StatusModificationTime != nil { + objectMap["statusModificationTime"] = ap.StatusModificationTime + } + if ap.ModificationTime != nil { + objectMap["modificationTime"] = ap.ModificationTime + } + if ap.ModificationUsername != nil { + objectMap["modificationUsername"] = ap.ModificationUsername + } return json.Marshal(objectMap) }