File tree Expand file tree Collapse file tree 4 files changed +8
-11
lines changed 
keyvault/resource-manager Expand file tree Collapse file tree 4 files changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update `  if you already have a setup.py and just want to update the code itself.
66
7- ```  yaml  $(python) && $(track2) 
7+ ```  yaml  $(python)
88azure-arm : true 
99license-header : MICROSOFT_MIT_NO_VERSION 
1010namespace : azure.mgmt.iothub 
@@ -18,7 +18,7 @@ no-namespace-folders: true
1818
1919Generate all API versions currently shipped for this package 
2020
21- ` ` ` yaml $(python) && $(multiapi) && $(track2)  
21+ ` ` ` yaml $(python) && $(multiapi) 
2222batch :
2323  - tag : package-2021-07-02 
2424  - tag : package-2021-07 
3838
3939` ` ` yaml $(multiapiscript) 
4040output-folder : $(python-sdks-folder)/iothub/azure-mgmt-iothub/azure/mgmt/iothub/ 
41- clear-output-folder : false 
4241perform-load : false 
4342
4443` ` ` 
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ These settings apply only when `--python` is specified on the command line.
44Please also specify ` --python-sdks-folder=<path to the root directory of your azure-sdk-for-python clone> ` .
55Use ` --python-mode=update `  if you already have a setup.py and just want to update the code itself.
66
7- ```  yaml  $(python) && $(track2)
8- python-mode : create 
7+ ```  yaml  $(python)
98azure-arm : true 
109license-header : MICROSOFT_MIT_NO_VERSION 
1110namespace : azure.mgmt.keyvault 
Original file line number Diff line number Diff line change 22
33These settings apply only when ` --track2 `  is specified on the command line.
44
5- ```  yaml  $(track2 )
5+ ```  yaml  $(python )
66azure-arm : true 
77license-header : MICROSOFT_MIT_NO_VERSION 
88package-name : azure-mgmt-monitor 
@@ -15,7 +15,7 @@ python-base-folder: monitor/azure-mgmt-monitor/azure/mgmt/monitor
1515
1616Generate all API versions currently shipped for this package 
1717
18- ` ` ` yaml $(multiapi) && $(track2 ) 
18+ ` ` ` yaml $(multiapi) && $(python ) 
1919clear-output-folder : true 
2020batch :
2121  - tag : package-2022-02-01-preview-only 
4949
5050` ` ` yaml $(multiapiscript) 
5151output-folder : $(python-sdks-folder)/monitor/azure-mgmt-monitor/azure/mgmt/monitor/ 
52- clear-output-folder : false 
5352perform-load : false 
5453` ` ` 
5554
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Use `--python-mode=update` if you already have a setup.py and just want to updat
88
99These settings apply only when ` --track2 `  is specified on the command line.
1010
11- ```  yaml  $(track2 )
11+ ```  yaml  $(python )
1212azure-arm : true 
1313license-header : MICROSOFT_MIT_NO_VERSION 
1414package-name : azure-mgmt-rdbms 
@@ -20,7 +20,7 @@ package-version: 1.0.0b1
2020
2121Generate all API versions currently shipped for this package 
2222
23- ` ` ` yaml $(track2 ) 
23+ ` ` ` yaml $(python ) 
2424clear-output-folder : true 
2525batch :
2626  - tag : package-flexibleserver-2021-05-01 
@@ -47,7 +47,7 @@ namespace: azure.mgmt.rdbms.mysql
4747output-folder: $(python-sdks-folder)/rdbms/azure-mgmt-rdbms/azure/mgmt/rdbms/mysql 
4848` ` ` 
4949
50- ` ` `  yaml $(track2 )
50+ ` ` `  yaml $(python )
5151modelerfour: 
5252  lenient-model-deduplication: true 
5353` ` ` 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments