We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02d7711 commit 7eddac7Copy full SHA for 7eddac7
providers/azure/resources/cloud_defender.go
@@ -732,3 +732,11 @@ func argsFromContactProperties(props *armsecurity.ContactProperties) map[string]
732
733
return args
734
}
735
+
736
+func (a *mqlAzureSubscriptionCloudDefenderServiceDefenderForApis) id() (string, error) {
737
+ return ResourceAzureSubscriptionCloudDefenderServiceDefenderForApis + "/" + a.SubscriptionId.Data, nil
738
+}
739
740
+func (a *mqlAzureSubscriptionCloudDefenderServiceDefenderCSPM) id() (string, error) {
741
+ return ResourceAzureSubscriptionCloudDefenderServiceDefenderCSPM + "/" + a.SubscriptionId.Data, nil
742
0 commit comments