Skip to content

Commit

Permalink
update latest commit type spec in tsp-location.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arifibrahim4 committed Feb 11, 2025
1 parent 8014f76 commit 579fd4d
Show file tree
Hide file tree
Showing 9 changed files with 30 additions and 28 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
# ServiceLabel: %Communication - Job Router
/sdk/communication/communication-job-router-rest/ @marche0133

# PRLabel: %Communication - Messages
# ServiceLabel: %Communication - Messages
/sdk/communication/communication-messages-rest/ @arifibrahim4 @juancamilor @glorialimicrosoft @Shamkh

# PRLabel: %Communication - Phone Numbers
# ServiceLabel: %Communication - Phone Numbers
/sdk/communication/communication-phone-numbers/ @miguhern @whisper6284 @danielav7
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
```ts

import { Client } from '@azure-rest/core-client';
import { ClientOptions } from '@azure-rest/core-client';
import { ErrorResponse } from '@azure-rest/core-client';
import { HttpResponse } from '@azure-rest/core-client';
import type { Client } from '@azure-rest/core-client';
import type { ClientOptions } from '@azure-rest/core-client';
import type { ErrorResponse } from '@azure-rest/core-client';
import type { HttpResponse } from '@azure-rest/core-client';
import type { KeyCredential } from '@azure/core-auth';
import { PathUncheckedResponse } from '@azure-rest/core-client';
import { RawHttpHeaders } from '@azure/core-rest-pipeline';
import { RawHttpHeadersInput } from '@azure/core-rest-pipeline';
import { RequestParameters } from '@azure-rest/core-client';
import { StreamableMethod } from '@azure-rest/core-client';
import type { PathUncheckedResponse } from '@azure-rest/core-client';
import type { RawHttpHeaders } from '@azure/core-rest-pipeline';
import type { RawHttpHeadersInput } from '@azure/core-rest-pipeline';
import type { RequestParameters } from '@azure-rest/core-client';
import type { StreamableMethod } from '@azure-rest/core-client';
import type { TokenCredential } from '@azure/core-auth';

// @public
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
directory: specification/communication/Communication.Messages
commit: 8f0670c04a112cdf6f5ca107f62fc66916ef8441
commit: 7797d20dce4f18ee2b3709b894f22634d6fb8b1e
repo: Azure/azure-rest-api-specs
additionalDirectories:

0 comments on commit 579fd4d

Please sign in to comment.