@Test public void paramGet() throws Exception { client.restClient().headers().removeHeader("x-ms-client-request-id"); ServiceResponse<Void> response = client.xMsClientRequestIds().paramGet("9C4D50EE-2D56-4CD3-8152-34347DC9F2B0"); Assert.assertEquals(200, response.getResponse().code()); }
@BeforeClass public static void setup() { client = new AutoRestAzureSpecialParametersTestClientImpl( "http://localhost.:3000", new TokenCredentials(null, UUID.randomUUID().toString())); client.withSubscriptionId("1234-5678-9012-3456"); }