Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 697 Bytes

File metadata and controls

20 lines (18 loc) · 697 Bytes

Go

These settings apply only when --go is specified on the command line.

license-header: MICROSOFT_MIT_NO_VERSION
module-name: sdk/resourcemanager/storagecache/armstoragecache/v4
module: github.com/Azure/azure-sdk-for-go/$(module-name)
output-folder: $(go-sdk-folder)/$(module-name)
azure-arm: true
directive:
  - from: swagger-document
    where: $.definitions.CacheIdentity.properties
    transform: >
      $['userAssignedIdentities']['$ref'] = "amlfilesystem.json#/definitions/UserAssignedIdentities";
  - from:
      - constants.go
    where: $
    transform: return $.replaceAll(/\tProvisioningStateTypeCanceled/g, "\tProvisioningStateTypeCancelled");