File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,21 @@ AZURE_CLIENT_SECRET = "value"
34
34
AZURE_TENANT_ID = "value"
35
35
```
36
36
37
-
38
37
* The code is using python with poetry as package management tool
39
38
40
- * This job is set to run as a cron every day and as a manual trigger as well if necessary
39
+ * This job is set to run as a cron every day and as a manual trigger as well if necessary
40
+
41
+ ``` markdown
42
+
43
+ This is a sample of output showing what are the resources deleted
44
+
45
+ The below resources are decommisioned on <Date : yyyy-mm-dd>
46
+ +------------------------+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
47
+ | Name | Type | ID | Resource Group Name |
48
+ +========================+===================================+====================================================================================================================================================+=======================+
49
+ | Name of resource | Type | Resource Id | Rg name |
50
+ +------------------------+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
51
+ | mystorageaccountswswwe | Microsoft.Storage/storageAccounts | /subscriptions/es271149ae-05d3-4dcsssf-b946-d71f3f39/resourceGroups/ARCHITECTS-3/providers/Microsoft.Storage/storageAccounts/mystorageaccountswswwe | ARCHITECTS-3 |
52
+ +------------------------+-----------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------+-----------------------+
53
+
54
+ ```
You can’t perform that action at this time.
0 commit comments