go.mondoo.com/cnquery@v0.0.0-20231005093811-59568235f6ea/providers-sdk/v1/plugin/ids.go (about)

     1  // Copyright (c) Mondoo, Inc.
     2  // SPDX-License-Identifier: BUSL-1.1
     3  
     4  package plugin
     5  
     6  // TODO: this may need a new home
     7  
     8  func MondooAzureInstanceID(instanceID string) string {
     9  	return "//platformid.api.mondoo.app/runtime/azure" + instanceID
    10  }