|
68 | 68 | </Reference>
|
69 | 69 | <Reference Include="Microsoft.Azure.Management.ApiManagement, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
70 | 70 | <SpecificVersion>False</SpecificVersion>
|
71 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.2.0.1-preview\lib\net40\Microsoft.Azure.Management.ApiManagement.dll</HintPath> |
| 71 | + <HintPath>..\..\..\packages\Microsoft.Azure.Management.ApiManagement.2.0.2-preview\lib\net40\Microsoft.Azure.Management.ApiManagement.dll</HintPath> |
72 | 72 | </Reference>
|
73 | 73 | <Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
74 | 74 | <SpecificVersion>False</SpecificVersion>
|
|
150 | 150 | <Compile Include="Commands\GetAzureApiManagementAuthorizationServer.cs" />
|
151 | 151 | <Compile Include="Commands\GetAzureApiManagementCertificate.cs" />
|
152 | 152 | <Compile Include="Commands\GetAzureApiManagementGroup.cs" />
|
| 153 | + <Compile Include="Commands\GetAzureApiManagementLogger.cs" /> |
| 154 | + <Compile Include="Commands\GetAzureApiManagementOpenIdConnectProvider.cs" /> |
153 | 155 | <Compile Include="Commands\GetAzureApiManagementOperation.cs" />
|
154 | 156 | <Compile Include="Commands\GetAzureApiManagementPolicy.cs" />
|
155 | 157 | <Compile Include="Commands\GetAzureApiManagementProduct.cs" />
|
| 158 | + <Compile Include="Commands\GetAzureApiManagementProperty.cs" /> |
156 | 159 | <Compile Include="Commands\GetAzureApiManagementSubscription.cs" />
|
| 160 | + <Compile Include="Commands\GetAzureApiManagementTenantSyncState.cs" /> |
157 | 161 | <Compile Include="Commands\GetAzureApiManagementUser.cs" />
|
158 | 162 | <Compile Include="Commands\GetAzureApiManagementUserSsoUrl.cs" />
|
| 163 | + <Compile Include="Commands\GetAzureRmApiManagementTenantGitAccess.cs" /> |
159 | 164 | <Compile Include="Commands\ImportAzureApiManagementApi.cs" />
|
160 | 165 | <Compile Include="Commands\NewAzureApiManagementApi.cs" />
|
161 | 166 | <Compile Include="Commands\NewAzureApiManagementAuthorizationServer.cs" />
|
162 | 167 | <Compile Include="Commands\NewAzureApiManagementCertificate.cs" />
|
163 | 168 | <Compile Include="Commands\NewAzureApiManagementContext.cs" />
|
164 | 169 | <Compile Include="Commands\NewAzureApiManagementGroup.cs" />
|
| 170 | + <Compile Include="Commands\NewAzureApiManagementLogger.cs" /> |
| 171 | + <Compile Include="Commands\NewAzureApiManagementOpenIdConnectProvider.cs" /> |
165 | 172 | <Compile Include="Commands\NewAzureApiManagementOperation.cs" />
|
166 | 173 | <Compile Include="Commands\NewAzureApiManagementProduct.cs" />
|
167 | 174 | <Compile Include="Commands\NewAzureApiManagementSubscription.cs" />
|
168 | 175 | <Compile Include="Commands\NewAzureApiManagementUser.cs" />
|
| 176 | + <Compile Include="Commands\NewAzureApiManagmentProperty.cs" /> |
| 177 | + <Compile Include="Commands\PublishAzureApiManagementTenantConfiguration.cs" /> |
169 | 178 | <Compile Include="Commands\RemoveAzureApiManagementApi.cs" />
|
170 | 179 | <Compile Include="Commands\RemoveAzureApiManagementApiFromProduct.cs" />
|
171 | 180 | <Compile Include="Commands\RemoveAzureApiManagementAuthorizationServer.cs" />
|
172 | 181 | <Compile Include="Commands\RemoveAzureApiManagementCertificate.cs" />
|
173 | 182 | <Compile Include="Commands\RemoveAzureApiManagementGroup.cs" />
|
| 183 | + <Compile Include="Commands\RemoveAzureApiManagementLogger.cs" /> |
| 184 | + <Compile Include="Commands\RemoveAzureApiManagementOpenIdConnectProvider.cs" /> |
174 | 185 | <Compile Include="Commands\RemoveAzureApiManagementOperation.cs" />
|
175 | 186 | <Compile Include="Commands\RemoveAzureApiManagementPolicy.cs" />
|
176 | 187 | <Compile Include="Commands\RemoveAzureApiManagementProduct.cs" />
|
177 | 188 | <Compile Include="Commands\RemoveAzureApiManagementProductFromGroup.cs" />
|
| 189 | + <Compile Include="Commands\RemoveAzureApiManagementProperty.cs" /> |
178 | 190 | <Compile Include="Commands\RemoveAzureApiManagementSubscription.cs" />
|
179 | 191 | <Compile Include="Commands\RemoveAzureApiManagementUser.cs" />
|
180 | 192 | <Compile Include="Commands\RemoveAzureApiManagementUserFromGroup.cs" />
|
| 193 | + <Compile Include="Commands\SaveAzureApiManagementTenantConfiguration.cs" /> |
181 | 194 | <Compile Include="Commands\SetAzureApiManagementApi.cs" />
|
182 | 195 | <Compile Include="Commands\SetAzureApiManagementAuthorizationServer.cs" />
|
183 | 196 | <Compile Include="Commands\SetAzureApiManagementCertificate.cs" />
|
184 | 197 | <Compile Include="Commands\SetAzureApiManagementGroup.cs" />
|
| 198 | + <Compile Include="Commands\SetAzureApiManagementLogger.cs" /> |
| 199 | + <Compile Include="Commands\SetAzureApiManagementOpenIdConnectProvider.cs" /> |
185 | 200 | <Compile Include="Commands\SetAzureApiManagementOperation.cs" />
|
186 | 201 | <Compile Include="Commands\SetAzureApiManagementPolicy.cs" />
|
187 | 202 | <Compile Include="Commands\SetAzureApiManagementProduct.cs" />
|
| 203 | + <Compile Include="Commands\SetAzureApiManagementProperty.cs" /> |
188 | 204 | <Compile Include="Commands\SetAzureApiManagementSubscription.cs" />
|
189 | 205 | <Compile Include="Commands\SetAzureApiManagementUser.cs" />
|
190 |
| - <Compile Include="CommonConstants.cs" /> |
| 206 | + <Compile Include="Commands\SetAzureRmApiManagementTenantGitAccess.cs" /> |
| 207 | + <Compile Include="Constants.cs" /> |
| 208 | + <Compile Include="Models\ErrorBody.cs" /> |
| 209 | + <Compile Include="Models\ErrorField.cs" /> |
| 210 | + <Compile Include="Models\PsApiManagementOperationResult.cs" /> |
| 211 | + <Compile Include="Models\PsApiManagementTenantConfigurationSyncState.cs" /> |
| 212 | + <Compile Include="Models\TenantConfigurationState.cs" /> |
| 213 | + <Compile Include="Models\PsApiManagementAccessInformation.cs" /> |
191 | 214 | <Compile Include="Models\PsApiManagementAccessTokenSendingMethod.cs" />
|
192 | 215 | <Compile Include="Models\PsApiManagementApi.cs" />
|
193 | 216 | <Compile Include="Models\PsApiManagementApiFormat.cs" />
|
194 | 217 | <Compile Include="Models\PsApiManagementAuthorizationRequestMethod.cs" />
|
195 | 218 | <Compile Include="Models\PsApiManagementClientAuthenticationMethod.cs" />
|
| 219 | + <Compile Include="Models\PsApiManagementLogger.cs" /> |
| 220 | + <Compile Include="Models\PsApiManagementLoggerType.cs" /> |
| 221 | + <Compile Include="Models\PsApiManagementOpenIdConnectProvider.cs" /> |
| 222 | + <Compile Include="Models\PsApiManagementProperty.cs" /> |
196 | 223 | <Compile Include="Models\PsApiManagementResponse.cs" />
|
197 | 224 | <Compile Include="Models\PsApiManagementCertificate.cs" />
|
198 | 225 | <Compile Include="Models\PsApiManagementContext.cs" />
|
|
209 | 236 | <Compile Include="Models\PsApiManagementSchema.cs" />
|
210 | 237 | <Compile Include="Models\PsApiManagementSubscription.cs" />
|
211 | 238 | <Compile Include="Models\PsApiManagementSubscriptionState.cs" />
|
| 239 | + <Compile Include="Models\PsApiManagementTenantConfiguration.cs" /> |
212 | 240 | <Compile Include="Models\PsApiManagementUser.cs" />
|
213 | 241 | <Compile Include="Models\PsApiManagementUserState.cs" />
|
| 242 | + <Compile Include="Models\TenantConfigurationLongRunningOperation.cs" /> |
214 | 243 | <Compile Include="Properties\AssemblyInfo.cs" />
|
215 | 244 | <Compile Include="Properties\Resources.Designer.cs">
|
216 | 245 | <AutoGen>True</AutoGen>
|
|
222 | 251 | <EmbeddedResource Include="Properties\Resources.resx">
|
223 | 252 | <Generator>ResXFileCodeGenerator</Generator>
|
224 | 253 | <LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
| 254 | + <SubType>Designer</SubType> |
225 | 255 | </EmbeddedResource>
|
226 | 256 | </ItemGroup>
|
227 | 257 | <ItemGroup>
|
|
0 commit comments