diff --git a/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/CHANGELOG.md b/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/CHANGELOG.md +++ b/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/_meta.json b/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/_meta.json index 2b2d6a47d7d2..03ac60cbdbb7 100644 --- a/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/_meta.json +++ b/services/preview/storagecache/mgmt/2019-08-01-preview/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2019-08", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2019-11-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2019-11-01/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/storagecache/mgmt/2019-11-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2019-11-01/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/storagecache/mgmt/2019-11-01/storagecache/_meta.json b/services/storagecache/mgmt/2019-11-01/storagecache/_meta.json index 142a2381f3ba..10d5cb4fde6c 100644 --- a/services/storagecache/mgmt/2019-11-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2019-11-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2019-11-01", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2020-03-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2020-03-01/storagecache/CHANGELOG.md index 52911e4cc5e4..be85858c470c 100644 --- a/services/storagecache/mgmt/2020-03-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2020-03-01/storagecache/CHANGELOG.md @@ -1,2 +1,65 @@ -# Change History +# Unreleased +## Breaking Changes + +### Struct Changes + +#### Removed Structs + +1. SetObject + +### Signature Changes + +#### Funcs + +1. CachesClient.DeleteResponder + - Returns + - From: SetObject, error + - To: autorest.Response, error +1. CachesClient.FlushResponder + - Returns + - From: SetObject, error + - To: autorest.Response, error +1. CachesClient.StartResponder + - Returns + - From: SetObject, error + - To: autorest.Response, error +1. CachesClient.StopResponder + - Returns + - From: SetObject, error + - To: autorest.Response, error +1. CachesClient.UpgradeFirmwareResponder + - Returns + - From: SetObject, error + - To: autorest.Response, error +1. StorageTargetsClient.DeleteResponder + - Returns + - From: SetObject, error + - To: autorest.Response, error + +#### Struct Fields + +1. CachesDeleteFuture.Result changed type from func(CachesClient) (SetObject, error) to func(CachesClient) (autorest.Response, error) +1. CachesFlushFuture.Result changed type from func(CachesClient) (SetObject, error) to func(CachesClient) (autorest.Response, error) +1. CachesStartFuture.Result changed type from func(CachesClient) (SetObject, error) to func(CachesClient) (autorest.Response, error) +1. CachesStopFuture.Result changed type from func(CachesClient) (SetObject, error) to func(CachesClient) (autorest.Response, error) +1. CachesUpgradeFirmwareFuture.Result changed type from func(CachesClient) (SetObject, error) to func(CachesClient) (autorest.Response, error) +1. StorageTargetsDeleteFuture.Result changed type from func(StorageTargetsClient) (SetObject, error) to func(StorageTargetsClient) (autorest.Response, error) + +## Additive Changes + +### New Funcs + +1. *AscOperation.UnmarshalJSON([]byte) error +1. AscOperation.MarshalJSON() ([]byte, error) +1. AscOperationProperties.MarshalJSON() ([]byte, error) + +### Struct Changes + +#### New Structs + +1. AscOperationProperties + +#### New Struct Fields + +1. AscOperation.*AscOperationProperties diff --git a/services/storagecache/mgmt/2020-03-01/storagecache/_meta.json b/services/storagecache/mgmt/2020-03-01/storagecache/_meta.json index 208f478dbe4b..bd982fc834af 100644 --- a/services/storagecache/mgmt/2020-03-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2020-03-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "3c764635e7d442b3e74caf593029fcd440b3ef82", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2020-03-01", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2020-03-01/storagecache/caches.go b/services/storagecache/mgmt/2020-03-01/storagecache/caches.go index c3e09e08d77b..fd137c65f144 100644 --- a/services/storagecache/mgmt/2020-03-01/storagecache/caches.go +++ b/services/storagecache/mgmt/2020-03-01/storagecache/caches.go @@ -222,13 +222,12 @@ func (client CachesClient) DeleteSender(req *http.Request) (future CachesDeleteF // DeleteResponder handles the response to the Delete request. The method always // closes the http.Response Body. -func (client CachesClient) DeleteResponder(resp *http.Response) (result SetObject, err error) { +func (client CachesClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusAccepted, http.StatusNoContent), - autorest.ByUnmarshallingJSON(&result.Value), autorest.ByClosing()) - result.Response = autorest.Response{Response: resp} + result.Response = resp return } @@ -309,13 +308,12 @@ func (client CachesClient) FlushSender(req *http.Request) (future CachesFlushFut // FlushResponder handles the response to the Flush request. The method always // closes the http.Response Body. -func (client CachesClient) FlushResponder(resp *http.Response) (result SetObject, err error) { +func (client CachesClient) FlushResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusAccepted, http.StatusNoContent), - autorest.ByUnmarshallingJSON(&result.Value), autorest.ByClosing()) - result.Response = autorest.Response{Response: resp} + result.Response = resp return } @@ -707,13 +705,12 @@ func (client CachesClient) StartSender(req *http.Request) (future CachesStartFut // StartResponder handles the response to the Start request. The method always // closes the http.Response Body. -func (client CachesClient) StartResponder(resp *http.Response) (result SetObject, err error) { +func (client CachesClient) StartResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusAccepted, http.StatusNoContent), - autorest.ByUnmarshallingJSON(&result.Value), autorest.ByClosing()) - result.Response = autorest.Response{Response: resp} + result.Response = resp return } @@ -793,13 +790,12 @@ func (client CachesClient) StopSender(req *http.Request) (future CachesStopFutur // StopResponder handles the response to the Stop request. The method always // closes the http.Response Body. -func (client CachesClient) StopResponder(resp *http.Response) (result SetObject, err error) { +func (client CachesClient) StopResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusAccepted, http.StatusNoContent), - autorest.ByUnmarshallingJSON(&result.Value), autorest.ByClosing()) - result.Response = autorest.Response{Response: resp} + result.Response = resp return } @@ -973,12 +969,11 @@ func (client CachesClient) UpgradeFirmwareSender(req *http.Request) (future Cach // UpgradeFirmwareResponder handles the response to the UpgradeFirmware request. The method always // closes the http.Response Body. -func (client CachesClient) UpgradeFirmwareResponder(resp *http.Response) (result SetObject, err error) { +func (client CachesClient) UpgradeFirmwareResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusCreated, http.StatusAccepted, http.StatusNoContent), - autorest.ByUnmarshallingJSON(&result.Value), autorest.ByClosing()) - result.Response = autorest.Response{Response: resp} + result.Response = resp return } diff --git a/services/storagecache/mgmt/2020-03-01/storagecache/models.go b/services/storagecache/mgmt/2020-03-01/storagecache/models.go index e84bdf4129aa..738607a4bf9a 100644 --- a/services/storagecache/mgmt/2020-03-01/storagecache/models.go +++ b/services/storagecache/mgmt/2020-03-01/storagecache/models.go @@ -316,6 +316,128 @@ type AscOperation struct { Status *string `json:"status,omitempty"` // Error - The error detail of the operation if any. Error *ErrorResponse `json:"error,omitempty"` + // AscOperationProperties - Additional operation specific properties + *AscOperationProperties `json:"properties,omitempty"` +} + +// MarshalJSON is the custom marshaler for AscOperation. +func (ao AscOperation) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + if ao.ID != nil { + objectMap["id"] = ao.ID + } + if ao.Name != nil { + objectMap["name"] = ao.Name + } + if ao.StartTime != nil { + objectMap["startTime"] = ao.StartTime + } + if ao.EndTime != nil { + objectMap["endTime"] = ao.EndTime + } + if ao.Status != nil { + objectMap["status"] = ao.Status + } + if ao.Error != nil { + objectMap["error"] = ao.Error + } + if ao.AscOperationProperties != nil { + objectMap["properties"] = ao.AscOperationProperties + } + return json.Marshal(objectMap) +} + +// UnmarshalJSON is the custom unmarshaler for AscOperation struct. +func (ao *AscOperation) UnmarshalJSON(body []byte) error { + var m map[string]*json.RawMessage + err := json.Unmarshal(body, &m) + if err != nil { + return err + } + for k, v := range m { + switch k { + case "id": + if v != nil { + var ID string + err = json.Unmarshal(*v, &ID) + if err != nil { + return err + } + ao.ID = &ID + } + case "name": + if v != nil { + var name string + err = json.Unmarshal(*v, &name) + if err != nil { + return err + } + ao.Name = &name + } + case "startTime": + if v != nil { + var startTime string + err = json.Unmarshal(*v, &startTime) + if err != nil { + return err + } + ao.StartTime = &startTime + } + case "endTime": + if v != nil { + var endTime string + err = json.Unmarshal(*v, &endTime) + if err != nil { + return err + } + ao.EndTime = &endTime + } + case "status": + if v != nil { + var status string + err = json.Unmarshal(*v, &status) + if err != nil { + return err + } + ao.Status = &status + } + case "error": + if v != nil { + var errorVar ErrorResponse + err = json.Unmarshal(*v, &errorVar) + if err != nil { + return err + } + ao.Error = &errorVar + } + case "properties": + if v != nil { + var ascOperationProperties AscOperationProperties + err = json.Unmarshal(*v, &ascOperationProperties) + if err != nil { + return err + } + ao.AscOperationProperties = &ascOperationProperties + } + } + } + + return nil +} + +// AscOperationProperties operation specific output +type AscOperationProperties struct { + // Output - Additional Operation Specific Properties + Output map[string]interface{} `json:"output"` +} + +// MarshalJSON is the custom marshaler for AscOperationProperties. +func (aop AscOperationProperties) MarshalJSON() ([]byte, error) { + objectMap := make(map[string]interface{}) + if aop.Output != nil { + objectMap["output"] = aop.Output + } + return json.Marshal(objectMap) } // Cache a Cache instance. Follows Azure Resource Manager standards: @@ -607,7 +729,7 @@ type CachesDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. - Result func(CachesClient) (SetObject, error) + Result func(CachesClient) (autorest.Response, error) } // UnmarshalJSON is the custom unmarshaller for CreateFuture. @@ -622,7 +744,7 @@ func (future *CachesDeleteFuture) UnmarshalJSON(body []byte) error { } // result is the default implementation for CachesDeleteFuture.Result. -func (future *CachesDeleteFuture) result(client CachesClient) (so SetObject, err error) { +func (future *CachesDeleteFuture) result(client CachesClient) (ar autorest.Response, err error) { var done bool done, err = future.DoneWithContext(context.Background(), client) if err != nil { @@ -630,17 +752,11 @@ func (future *CachesDeleteFuture) result(client CachesClient) (so SetObject, err return } if !done { - so.Response.Response = future.Response() + ar.Response = future.Response() err = azure.NewAsyncOpIncompleteError("storagecache.CachesDeleteFuture") return } - sender := autorest.DecorateSender(client, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - if so.Response.Response, err = future.GetResult(sender); err == nil && so.Response.Response.StatusCode != http.StatusNoContent { - so, err = client.DeleteResponder(so.Response.Response) - if err != nil { - err = autorest.NewErrorWithError(err, "storagecache.CachesDeleteFuture", "Result", so.Response.Response, "Failure responding to request") - } - } + ar.Response = future.Response() return } @@ -655,7 +771,7 @@ type CachesFlushFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. - Result func(CachesClient) (SetObject, error) + Result func(CachesClient) (autorest.Response, error) } // UnmarshalJSON is the custom unmarshaller for CreateFuture. @@ -670,7 +786,7 @@ func (future *CachesFlushFuture) UnmarshalJSON(body []byte) error { } // result is the default implementation for CachesFlushFuture.Result. -func (future *CachesFlushFuture) result(client CachesClient) (so SetObject, err error) { +func (future *CachesFlushFuture) result(client CachesClient) (ar autorest.Response, err error) { var done bool done, err = future.DoneWithContext(context.Background(), client) if err != nil { @@ -678,17 +794,11 @@ func (future *CachesFlushFuture) result(client CachesClient) (so SetObject, err return } if !done { - so.Response.Response = future.Response() + ar.Response = future.Response() err = azure.NewAsyncOpIncompleteError("storagecache.CachesFlushFuture") return } - sender := autorest.DecorateSender(client, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - if so.Response.Response, err = future.GetResult(sender); err == nil && so.Response.Response.StatusCode != http.StatusNoContent { - so, err = client.FlushResponder(so.Response.Response) - if err != nil { - err = autorest.NewErrorWithError(err, "storagecache.CachesFlushFuture", "Result", so.Response.Response, "Failure responding to request") - } - } + ar.Response = future.Response() return } @@ -863,7 +973,7 @@ type CachesStartFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. - Result func(CachesClient) (SetObject, error) + Result func(CachesClient) (autorest.Response, error) } // UnmarshalJSON is the custom unmarshaller for CreateFuture. @@ -878,7 +988,7 @@ func (future *CachesStartFuture) UnmarshalJSON(body []byte) error { } // result is the default implementation for CachesStartFuture.Result. -func (future *CachesStartFuture) result(client CachesClient) (so SetObject, err error) { +func (future *CachesStartFuture) result(client CachesClient) (ar autorest.Response, err error) { var done bool done, err = future.DoneWithContext(context.Background(), client) if err != nil { @@ -886,17 +996,11 @@ func (future *CachesStartFuture) result(client CachesClient) (so SetObject, err return } if !done { - so.Response.Response = future.Response() + ar.Response = future.Response() err = azure.NewAsyncOpIncompleteError("storagecache.CachesStartFuture") return } - sender := autorest.DecorateSender(client, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - if so.Response.Response, err = future.GetResult(sender); err == nil && so.Response.Response.StatusCode != http.StatusNoContent { - so, err = client.StartResponder(so.Response.Response) - if err != nil { - err = autorest.NewErrorWithError(err, "storagecache.CachesStartFuture", "Result", so.Response.Response, "Failure responding to request") - } - } + ar.Response = future.Response() return } @@ -905,7 +1009,7 @@ type CachesStopFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. - Result func(CachesClient) (SetObject, error) + Result func(CachesClient) (autorest.Response, error) } // UnmarshalJSON is the custom unmarshaller for CreateFuture. @@ -920,7 +1024,7 @@ func (future *CachesStopFuture) UnmarshalJSON(body []byte) error { } // result is the default implementation for CachesStopFuture.Result. -func (future *CachesStopFuture) result(client CachesClient) (so SetObject, err error) { +func (future *CachesStopFuture) result(client CachesClient) (ar autorest.Response, err error) { var done bool done, err = future.DoneWithContext(context.Background(), client) if err != nil { @@ -928,17 +1032,11 @@ func (future *CachesStopFuture) result(client CachesClient) (so SetObject, err e return } if !done { - so.Response.Response = future.Response() + ar.Response = future.Response() err = azure.NewAsyncOpIncompleteError("storagecache.CachesStopFuture") return } - sender := autorest.DecorateSender(client, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - if so.Response.Response, err = future.GetResult(sender); err == nil && so.Response.Response.StatusCode != http.StatusNoContent { - so, err = client.StopResponder(so.Response.Response) - if err != nil { - err = autorest.NewErrorWithError(err, "storagecache.CachesStopFuture", "Result", so.Response.Response, "Failure responding to request") - } - } + ar.Response = future.Response() return } @@ -948,7 +1046,7 @@ type CachesUpgradeFirmwareFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. - Result func(CachesClient) (SetObject, error) + Result func(CachesClient) (autorest.Response, error) } // UnmarshalJSON is the custom unmarshaller for CreateFuture. @@ -963,7 +1061,7 @@ func (future *CachesUpgradeFirmwareFuture) UnmarshalJSON(body []byte) error { } // result is the default implementation for CachesUpgradeFirmwareFuture.Result. -func (future *CachesUpgradeFirmwareFuture) result(client CachesClient) (so SetObject, err error) { +func (future *CachesUpgradeFirmwareFuture) result(client CachesClient) (ar autorest.Response, err error) { var done bool done, err = future.DoneWithContext(context.Background(), client) if err != nil { @@ -971,17 +1069,11 @@ func (future *CachesUpgradeFirmwareFuture) result(client CachesClient) (so SetOb return } if !done { - so.Response.Response = future.Response() + ar.Response = future.Response() err = azure.NewAsyncOpIncompleteError("storagecache.CachesUpgradeFirmwareFuture") return } - sender := autorest.DecorateSender(client, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - if so.Response.Response, err = future.GetResult(sender); err == nil && so.Response.Response.StatusCode != http.StatusNoContent { - so, err = client.UpgradeFirmwareResponder(so.Response.Response) - if err != nil { - err = autorest.NewErrorWithError(err, "storagecache.CachesUpgradeFirmwareFuture", "Result", so.Response.Response, "Failure responding to request") - } - } + ar.Response = future.Response() return } @@ -1470,12 +1562,6 @@ func (r Restriction) MarshalJSON() ([]byte, error) { return json.Marshal(objectMap) } -// SetObject ... -type SetObject struct { - autorest.Response `json:"-"` - Value interface{} `json:"value,omitempty"` -} - // StorageTarget type of the Storage Target. type StorageTarget struct { autorest.Response `json:"-"` @@ -1756,7 +1842,7 @@ type StorageTargetsDeleteFuture struct { azure.FutureAPI // Result returns the result of the asynchronous operation. // If the operation has not completed it will return an error. - Result func(StorageTargetsClient) (SetObject, error) + Result func(StorageTargetsClient) (autorest.Response, error) } // UnmarshalJSON is the custom unmarshaller for CreateFuture. @@ -1771,7 +1857,7 @@ func (future *StorageTargetsDeleteFuture) UnmarshalJSON(body []byte) error { } // result is the default implementation for StorageTargetsDeleteFuture.Result. -func (future *StorageTargetsDeleteFuture) result(client StorageTargetsClient) (so SetObject, err error) { +func (future *StorageTargetsDeleteFuture) result(client StorageTargetsClient) (ar autorest.Response, err error) { var done bool done, err = future.DoneWithContext(context.Background(), client) if err != nil { @@ -1779,17 +1865,11 @@ func (future *StorageTargetsDeleteFuture) result(client StorageTargetsClient) (s return } if !done { - so.Response.Response = future.Response() + ar.Response = future.Response() err = azure.NewAsyncOpIncompleteError("storagecache.StorageTargetsDeleteFuture") return } - sender := autorest.DecorateSender(client, autorest.DoRetryForStatusCodes(client.RetryAttempts, client.RetryDuration, autorest.StatusCodesForRetry...)) - if so.Response.Response, err = future.GetResult(sender); err == nil && so.Response.Response.StatusCode != http.StatusNoContent { - so, err = client.DeleteResponder(so.Response.Response) - if err != nil { - err = autorest.NewErrorWithError(err, "storagecache.StorageTargetsDeleteFuture", "Result", so.Response.Response, "Failure responding to request") - } - } + ar.Response = future.Response() return } @@ -1964,7 +2044,7 @@ type SystemData struct { LastModifiedBy *string `json:"lastModifiedBy,omitempty"` // LastModifiedByType - The type of identity that last modified the resource. Possible values include: 'User', 'Application', 'ManagedIdentity', 'Key' LastModifiedByType CreatedByType `json:"lastModifiedByType,omitempty"` - // LastModifiedAt - The type of identity that last modified the resource. + // LastModifiedAt - The timestamp of resource last modification (UTC) LastModifiedAt *date.Time `json:"lastModifiedAt,omitempty"` } diff --git a/services/storagecache/mgmt/2020-03-01/storagecache/storagetargets.go b/services/storagecache/mgmt/2020-03-01/storagecache/storagetargets.go index 9bd246ec423b..6064dbd796f3 100644 --- a/services/storagecache/mgmt/2020-03-01/storagecache/storagetargets.go +++ b/services/storagecache/mgmt/2020-03-01/storagecache/storagetargets.go @@ -214,13 +214,12 @@ func (client StorageTargetsClient) DeleteSender(req *http.Request) (future Stora // DeleteResponder handles the response to the Delete request. The method always // closes the http.Response Body. -func (client StorageTargetsClient) DeleteResponder(resp *http.Response) (result SetObject, err error) { +func (client StorageTargetsClient) DeleteResponder(resp *http.Response) (result autorest.Response, err error) { err = autorest.Respond( resp, azure.WithErrorUnlessStatusCode(http.StatusOK, http.StatusAccepted, http.StatusNoContent), - autorest.ByUnmarshallingJSON(&result.Value), autorest.ByClosing()) - result.Response = autorest.Response{Response: resp} + result.Response = resp return } diff --git a/services/storagecache/mgmt/2020-10-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2020-10-01/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/storagecache/mgmt/2020-10-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2020-10-01/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/storagecache/mgmt/2020-10-01/storagecache/_meta.json b/services/storagecache/mgmt/2020-10-01/storagecache/_meta.json index a2a544a7aa6f..95b78eaed56b 100644 --- a/services/storagecache/mgmt/2020-10-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2020-10-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "8240593bde5350e6762015523ccd57cb61e32da5", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2020-10-01", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2021-03-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2021-03-01/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/storagecache/mgmt/2021-03-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2021-03-01/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/storagecache/mgmt/2021-03-01/storagecache/_meta.json b/services/storagecache/mgmt/2021-03-01/storagecache/_meta.json index d02c8d0500fc..9404d8b5ae9c 100644 --- a/services/storagecache/mgmt/2021-03-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2021-03-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "d9506558e6389e62926ae385f1d625a1376a0f9d", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2021-03", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2021-05-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2021-05-01/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/storagecache/mgmt/2021-05-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2021-05-01/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/storagecache/mgmt/2021-05-01/storagecache/_meta.json b/services/storagecache/mgmt/2021-05-01/storagecache/_meta.json index daaf781c8b5d..459ddc30ebcd 100644 --- a/services/storagecache/mgmt/2021-05-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2021-05-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "b47572ab2069865484c493a4f679d4e72f8b303d", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2021-05", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2021-09-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2021-09-01/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/storagecache/mgmt/2021-09-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2021-09-01/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/storagecache/mgmt/2021-09-01/storagecache/_meta.json b/services/storagecache/mgmt/2021-09-01/storagecache/_meta.json index de2f1858983d..a6c4bc98d54c 100644 --- a/services/storagecache/mgmt/2021-09-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2021-09-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "daf57304e06ef0369f7d5d8104ae03ae78d13ca9", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2021-09", "use": "@microsoft.azure/autorest.go@2.1.187", diff --git a/services/storagecache/mgmt/2022-01-01/storagecache/CHANGELOG.md b/services/storagecache/mgmt/2022-01-01/storagecache/CHANGELOG.md index 52911e4cc5e4..a1ecf841edb0 100644 --- a/services/storagecache/mgmt/2022-01-01/storagecache/CHANGELOG.md +++ b/services/storagecache/mgmt/2022-01-01/storagecache/CHANGELOG.md @@ -1,2 +1,2 @@ -# Change History +# Unreleased diff --git a/services/storagecache/mgmt/2022-01-01/storagecache/_meta.json b/services/storagecache/mgmt/2022-01-01/storagecache/_meta.json index bfc592c130c3..2a0b04749bcb 100644 --- a/services/storagecache/mgmt/2022-01-01/storagecache/_meta.json +++ b/services/storagecache/mgmt/2022-01-01/storagecache/_meta.json @@ -1,5 +1,5 @@ { - "commit": "162460648e39b3cd20ef3d302008add138e90223", + "commit": "d3ae1c0b3d8b511591e38fad0472eb40ce1f57ac", "readme": "/_/azure-rest-api-specs/specification/storagecache/resource-manager/readme.md", "tag": "package-2022-01", "use": "@microsoft.azure/autorest.go@2.1.187",