File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 66      - main 
77      - dev 
88      - demo 
9+       - CI-Pipeline-cad 
910  schedule :
1011    - cron : " 0 6,18 * * *" #  Runs at 6:00 AM and 6:00 PM GMT
1112
@@ -110,10 +111,10 @@ jobs:
110111            current_date=$(date -u +"%Y-%m-%dT%H:%M:%S.%7NZ") 
111112            az group create --name ${{ env.RESOURCE_GROUP_NAME }} \ 
112113                            --location ${{ env.AZURE_LOCATION }} \ 
113-                             --tags "CreatedBy=Deployment Lifecycle Automation  Pipeline" \ 
114+                             --tags "CreatedBy=Pipeline" \ 
114115                                   "Purpose=Deploying and Cleaning Up Resources for Validation" \ 
115116                                   "CreatedDate=$current_date" \ 
116-                                    "ApplicationName=BYOC- Client Advisor Accelerator " \ 
117+                                    "ApplicationName=Client Advisor" \ 
117118                                   "SecurityControl=Ignore" \ 
118119            || { echo "Error creating resource group"; exit 1; } 
119120          else 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments