Skip to content

Commit de4d17c

Browse files
author
Test
committed
Remove Azure Service Bus, Application Insights, and Key Vault mappings from default mapping
1 parent 4b906d8 commit de4d17c

File tree

1 file changed

+0
-173
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure

1 file changed

+0
-173
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/cloud-providers/azure/azure.md

Lines changed: 0 additions & 173 deletions
Original file line numberDiff line numberDiff line change
@@ -198,179 +198,6 @@ resources:
198198
relations:
199199
resource_group: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
200200
| .[:5] |join("/")
201-
- kind: Microsoft.ServiceBus/namespaces
202-
selector:
203-
query: 'true'
204-
apiVersion: '2022-10-01-preview'
205-
port:
206-
entity:
207-
mappings:
208-
identifier: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
209-
| join("/")
210-
title: .name
211-
blueprint: '"azureServiceBusNamespace"'
212-
properties:
213-
location: .location
214-
type: .type
215-
sku: .sku
216-
provisioningState: .properties.provisioningState
217-
status: .properties.status
218-
createdAt: .properties.createdAt
219-
updatedAt: .properties.updatedAt
220-
serviceBusEndpoint: .properties.serviceBusEndpoint
221-
metricId: .properties.metricId
222-
tags: .tags
223-
relations:
224-
resource_group: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
225-
| .[:5] |join("/")
226-
- kind: Microsoft.ServiceBus/namespaces/queues
227-
selector:
228-
query: 'true'
229-
apiVersion: '2022-10-01-preview'
230-
port:
231-
entity:
232-
mappings:
233-
identifier: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
234-
| join("/")
235-
title: .name
236-
blueprint: '"azureServiceBusQueue"'
237-
properties:
238-
type: .type
239-
createdAt: .properties.createdAt
240-
updatedAt: .properties.updatedAt
241-
accessedAt: .properties.accessedAt
242-
sizeInBytes: .properties.sizeInBytes
243-
messageCount: .properties.messageCount
244-
lockDuration: .properties.lockDuration
245-
maxSizeInMegabytes: .properties.maxSizeInMegabytes
246-
maxDeliveryCount: .properties.maxDeliveryCount
247-
enableBatchedOperations: .properties.enableBatchedOperations
248-
status: .properties.status
249-
enablePartitioning: .properties.enablePartitioning
250-
enableExpress: .properties.enableExpress
251-
requiresDuplicateDetection: .properties.requiresDuplicateDetection
252-
requiresSession: .properties.requiresSession
253-
defaultMessageTimeToLive: .properties.defaultMessageTimeToLive
254-
deadLetteringOnMessageExpiration: .properties.deadLetteringOnMessageExpiration
255-
supportOrdering: .properties.supportOrdering
256-
relations:
257-
namespace: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
258-
| .[:7] |join("/")
259-
- kind: Microsoft.ServiceBus/namespaces/topics
260-
selector:
261-
query: 'true'
262-
apiVersion: '2022-10-01-preview'
263-
port:
264-
entity:
265-
mappings:
266-
identifier: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
267-
| join("/")
268-
title: .name
269-
blueprint: '"azureServiceBusTopic"'
270-
properties:
271-
type: .type
272-
createdAt: .properties.createdAt
273-
updatedAt: .properties.updatedAt
274-
accessedAt: .properties.accessedAt
275-
sizeInBytes: .properties.sizeInBytes
276-
subscriptionCount: .properties.subscriptionCount
277-
maxSizeInMegabytes: .properties.maxSizeInMegabytes
278-
enableBatchedOperations: .properties.enableBatchedOperations
279-
status: .properties.status
280-
enablePartitioning: .properties.enablePartitioning
281-
supportOrdering: .properties.supportOrdering
282-
requiresDuplicateDetection: .properties.requiresDuplicateDetection
283-
defaultMessageTimeToLive: .properties.defaultMessageTimeToLive
284-
relations:
285-
namespace: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
286-
| .[:7] |join("/")
287-
- kind: Microsoft.ServiceBus/namespaces/topics/subscriptions
288-
selector:
289-
query: 'true'
290-
apiVersion: '2022-10-01-preview'
291-
port:
292-
entity:
293-
mappings:
294-
identifier: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
295-
| join("/")
296-
title: .name
297-
blueprint: '"azureServiceBusSubscription"'
298-
properties:
299-
type: .type
300-
createdAt: .properties.createdAt
301-
updatedAt: .properties.updatedAt
302-
accessedAt: .properties.accessedAt
303-
messageCount: .properties.messageCount
304-
maxDeliveryCount: .properties.maxDeliveryCount
305-
lockDuration: .properties.lockDuration
306-
enableBatchedOperations: .properties.enableBatchedOperations
307-
status: .properties.status
308-
requiresSession: .properties.requiresSession
309-
defaultMessageTimeToLive: .properties.defaultMessageTimeToLive
310-
relations:
311-
topic: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
312-
| .[:9] |join("/")
313-
- kind: Microsoft.Insights/components
314-
selector:
315-
query: 'true'
316-
apiVersion: '2020-02-02'
317-
port:
318-
entity:
319-
mappings:
320-
identifier: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
321-
| join("/")
322-
title: .name
323-
blueprint: '"azureApplicationInsights"'
324-
properties:
325-
location: .location
326-
type: .type
327-
kind: .kind
328-
applicationType: .properties.Application_Type
329-
applicationId: .properties.AppId
330-
instrumentationKey: .properties.InstrumentationKey
331-
connectionString: .properties.ConnectionString
332-
provisioningState: .properties.provisioningState
333-
flowType: .properties.Flow_Type
334-
requestSource: .properties.Request_Source
335-
retentionInDays: .properties.RetentionInDays
336-
samplingPercentage: .properties.SamplingPercentage
337-
publicNetworkAccessForIngestion: .properties.publicNetworkAccessForIngestion
338-
publicNetworkAccessForQuery: .properties.publicNetworkAccessForQuery
339-
tags: .tags
340-
relations:
341-
resource_group: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
342-
| .[:5] |join("/")
343-
- kind: Microsoft.KeyVault/vaults
344-
selector:
345-
query: 'true'
346-
apiVersion: '2023-07-01'
347-
port:
348-
entity:
349-
mappings:
350-
identifier: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
351-
| join("/")
352-
title: .name
353-
blueprint: '"azureKeyVault"'
354-
properties:
355-
location: .location
356-
type: .type
357-
tenantId: .properties.tenantId
358-
sku: .properties.sku
359-
vaultUri: .properties.vaultUri
360-
provisioningState: .properties.provisioningState
361-
enabledForDeployment: .properties.enabledForDeployment
362-
enabledForDiskEncryption: .properties.enabledForDiskEncryption
363-
enabledForTemplateDeployment: .properties.enabledForTemplateDeployment
364-
enableSoftDelete: .properties.enableSoftDelete
365-
softDeleteRetentionInDays: .properties.softDeleteRetentionInDays
366-
enableRbacAuthorization: .properties.enableRbacAuthorization
367-
enablePurgeProtection: .properties.enablePurgeProtection
368-
publicNetworkAccess: .properties.publicNetworkAccess
369-
networkAcls: .properties.networkAcls
370-
tags: .tags
371-
relations:
372-
resource_group: .id | split("/") | .[3] |= ascii_downcase |.[4] |= ascii_downcase
373-
| .[:5] |join("/")
374201
```
375202
376203
</details>

0 commit comments

Comments
 (0)