@@ -27,7 +27,7 @@ These are the global settings for Search Client.
27
27
``` yaml
28
28
title : SearchClient
29
29
openapi-type : data-plane
30
- tag : package-2025-01
30
+ tag : package-stable- 2025-01 -01
31
31
add-credentials : true
32
32
credential-default-policy-type : BearerTokenCredentialPolicy
33
33
credential-scopes : ' https://atlas.microsoft.com/.default'
@@ -39,84 +39,85 @@ modelerfour:
39
39
lenient-model-deduplication : true
40
40
` ` `
41
41
42
- ### Tag: package-preview -2025-06
42
+ ### Tag: package-stable -2025-01-01
43
43
44
- These settings apply only when ` --tag=package-preview -2025-06 ` is specified on the command line.
44
+ These settings apply only when ` --tag=package-stable -2025-01-01 ` is specified on the command line.
45
45
46
- ` ` ` yaml $(tag) == 'package-preview -2025-06 '
46
+ ` ` ` yaml $(tag) == 'package-stable -2025-01-01 '
47
47
input-file:
48
- - preview /2025-06- 01-preview /search.json
48
+ - stable /2025-01-01 /search.json
49
49
` ` `
50
50
51
- # ## Tag: package-2025 -01
51
+ # ## Tag: package-stable-2023-06 -01
52
52
53
- These settings apply only when `--tag=package-2025 -01` is specified on the command line.
53
+ These settings apply only when `--tag=package-stable-2023-06 -01` is specified on the command line.
54
54
55
- ` ` ` yaml $(tag) == 'package-2025 -01'
55
+ ` ` ` yaml $(tag) == 'package-stable-2023-06 -01'
56
56
input-file:
57
- - stable/2025-01 -01/search.json
57
+ - stable/2023-06 -01/search.json
58
58
` ` `
59
59
60
- # ## Tag: package-preview-2024-04
60
+ # ## Tag: package-2025-06-01-preview
61
61
62
- These settings apply only when `--tag=package-preview-2024-04 ` is specified on the command line.
62
+ These settings apply only when `--tag=package-2025-06-01-preview ` is specified on the command line.
63
63
64
- ` ` ` yaml $(tag) == 'package-preview-2024-04 '
64
+ ` ` ` yaml $(tag) == 'package-2025-06-01-preview '
65
65
input-file:
66
- - preview/2024-04 -01-preview/search.json
66
+ - preview/2025-06 -01-preview/search.json
67
67
` ` `
68
68
69
- # ## Tag: package-2023-06
69
+ # ## Tag: package-retired-2024-04-01-preview
70
70
71
- These settings apply only when `--tag=package-2023-06 ` is specified on the command line.
71
+ These settings apply only when `--tag=package-retired-2024-04-01-preview ` is specified on the command line.
72
72
73
- ` ` ` yaml $(tag) == 'package-2023-06 '
73
+ ` ` ` yaml $(tag) == 'package-retired-2024-04-01-preview '
74
74
input-file:
75
- - stable/2023-06 -01/search.json
75
+ - preview/2024-04 -01-preview /search.json
76
76
` ` `
77
- # ## Tag: 1.0
78
77
79
- These settings apply only when `--tag=1.0` is specified on the command line.
78
+ # ## Tag: package-retired-2022-12-01-preview
79
+
80
+ These settings apply only when `--tag=package-retired-2022-12-01-preview` is specified on the command line.
80
81
81
- ` ` ` yaml $(tag) == '1.0 '
82
+ ` ` ` yaml $(tag) == 'package-retired-2022-12-01-preview '
82
83
input-file:
83
- - preview/1.0 /search.json
84
+ - preview/2022-12-01-preview /search.json
84
85
` ` `
85
86
86
- # ## Tag: 2.0 -preview
87
+ # ## Tag: package-retired-2022-09-01 -preview
87
88
88
- These settings apply only when `--tag=2021-11 -01-preview` is specified on the command line.
89
+ These settings apply only when `--tag=package-retired-2022-09 -01-preview` is specified on the command line.
89
90
90
- ` ` ` yaml $(tag) == '2021-11 -01-preview'
91
+ ` ` ` yaml $(tag) == 'package-retired-2022-09 -01-preview'
91
92
input-file:
92
- - preview/2021-11 -01-preview/geocoding .json
93
+ - preview/2022-09 -01-preview/search .json
93
94
` ` `
94
95
95
- # ## Tag: 2.1 -preview
96
+ # ## Tag: package-retired-2022-02-01 -preview
96
97
97
- These settings apply only when `--tag=2022-02-01-preview` is specified on the command line.
98
+ These settings apply only when `--tag=package-retired- 2022-02-01-preview` is specified on the command line.
98
99
99
- ` ` ` yaml $(tag) == '2022-02-01-preview'
100
+ ` ` ` yaml $(tag) == 'package-retired- 2022-02-01-preview'
100
101
input-file:
101
102
- preview/2022-02-01-preview/geocoding.json
102
103
` ` `
103
104
104
- # ## Tag: package-preview-2022-09
105
+ # ## Tag: package-retired-2021-11-01-preview
105
106
106
- These settings apply only when `--tag=package-preview-2022-09 ` is specified on the command line.
107
+ These settings apply only when `--tag=package-retired-2021-11-01-preview ` is specified on the command line.
107
108
108
- ` ` ` yaml $(tag) == 'package-preview-2022-09 '
109
+ ` ` ` yaml $(tag) == 'package-retired-2021-11-01-preview '
109
110
input-file:
110
- - preview/2022-09 -01-preview/search .json
111
+ - preview/2021-11 -01-preview/geocoding .json
111
112
` ` `
112
113
113
- # ## Tag: package-preview-2022-12
114
+ # ## Tag: package-stable-1.0
114
115
115
- These settings apply only when `--tag=package-preview-2022-12 ` is specified on the command line.
116
+ These settings apply only when `--tag=package-stable-1.0 ` is specified on the command line.
116
117
117
- ` ` ` yaml $(tag) == 'package-preview-2022-12 '
118
+ ` ` ` yaml $(tag) == 'package-stable-1.0 '
118
119
input-file:
119
- - preview/2022-12-01-preview /search.json
120
+ - preview/1.0 /search.json
120
121
` ` `
121
122
122
123
# Code Generation
0 commit comments