File tree Expand file tree Collapse file tree 3 files changed +32
-0
lines changed 
azure-kusto/resource-manager 
cosmos-db/resource-manager 
sqlvirtualmachine/resource-manager Expand file tree Collapse file tree 3 files changed +32
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi) 
2323batch :
24+   - tag : package-2022-02 
2425  - tag : package-2021-08-27 
2526  - tag : package-2021-01 
2627  - tag : package-2020-09-18 
@@ -32,6 +33,16 @@ batch:
3233  - tag : package-2020-02-15 
3334  - tag : package-2020-06-14 
3435` ` ` 
36+ 
37+ ### Tag: package-2022-02 and go 
38+ 
39+ These settings apply only when `  --tag=package-2022-02 --go` is specified on the command line. 
40+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. 
41+ 
42+ ` ` `  yaml $(tag) == 'package-2022-02' && $(go)
43+ output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2022-02-01/$(namespace) 
44+ ` ` ` 
45+ 
3546# ## Tag: package-2021-08-27 and go
3647
3748These settings apply only when `--tag=package-2021-08-27 --go` is specified on the command line. 
@@ -40,6 +51,7 @@ Please also specify `--go-sdk-folder=<path to the root directory of your azure-s
4051` ` `  yaml $(tag) == 'package-2021-08-27' && $(go)
4152output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2021-08-27/$(namespace) 
4253` ` ` 
54+ 
4355# ## Tag: package-2021-01 and go
4456
4557These settings apply only when `--tag=package-2021-01 --go` is specified on the command line. 
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi) 
2323batch :
24+   - tag : package-preview-2021-11 
2425  - tag : package-2021-10 
2526  - tag : package-2021-07-preview 
2627  - tag : package-2021-06 
@@ -40,6 +41,15 @@ batch:
4041  - tag : package-2015-04 
4142` ` ` 
4243
44+ ### Tag: package-preview-2021-11 and go 
45+ 
46+ These settings apply only when `  --tag=package-preview-2021-11 --go` is specified on the command line. 
47+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. 
48+ 
49+ ` ` `  yaml $(tag) == 'package-preview-2021-11' && $(go)
50+ output-folder: $(go-sdk-folder)/services/preview/cosmos-db/mgmt/2021-11-15-preview/$(namespace) 
51+ ` ` ` 
52+ 
4353# ## Tag: package-2021-10 and go
4454
4555These settings apply only when `--tag=package-2021-10 --go` is specified on the command line. 
Original file line number Diff line number Diff line change @@ -21,9 +21,19 @@ azure-arm: true
2121
2222` ` ` yaml $(go) && $(multiapi) 
2323batch :
24+   - tag : package-preview-2021-11 
2425  - tag : package-2017-03-01-preview 
2526` ` ` 
2627
28+ ### Tag: package-preview-2021-11 and go 
29+ 
30+ These settings apply only when `  --tag=package-preview-2021-11 --go` is specified on the command line. 
31+ Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`. 
32+ 
33+ ` ` `  yaml $(tag) == 'package-preview-2021-11' && $(go)
34+ output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2021-11-01-preview/$(namespace) 
35+ ` ` ` 
36+ 
2737# ## Tag: package-2017-03-01-preview and go
2838
2939These settings apply only when `--tag=package-2017-03-01-preview --go` is specified on the command line. 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments