Skip to content

Commit

Permalink
CodeGen from PR 21820 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
[Hub Generated] Publish private branch 'dev/armohommed/200' (Azure#21820)

* add or modify files

* fix model
  • Loading branch information
SDKAuto committed Dec 15, 2022
1 parent 273a88f commit 09a885b
Show file tree
Hide file tree
Showing 143 changed files with 495 additions and 4,965 deletions.
36 changes: 18 additions & 18 deletions common/config/rush/pnpm-lock.yaml

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

15 changes: 0 additions & 15 deletions sdk/securitydevops/arm-securitydevops/CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion sdk/securitydevops/arm-securitydevops/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ REST APIs for Defender for DevOps

### Currently supported environments

- [LTS versions of Node.js](https://nodejs.org/about/releases/)
- [LTS versions of Node.js](https://github.com/nodejs/release#release-schedule)
- Latest versions of Safari, Chrome, Edge and Firefox.

See our [support policy](https://github.com/Azure/azure-sdk-for-js/blob/main/SUPPORT.md) for more details.
Expand Down
8 changes: 4 additions & 4 deletions sdk/securitydevops/arm-securitydevops/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "dad644cc6d0c88991f291eda37e18f27c16739b2",
"commit": "e8f7c894b59c9bb8a63f8d390a282a568ee85e4c",
"readme": "specification/securitydevops/resource-manager/readme.md",
"autorest_command": "autorest --version=3.8.4 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=F:\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\securitydevops\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.1.20220727.1 --generate-sample=true",
"autorest_command": "autorest --version=3.9.3 --typescript --modelerfour.lenient-model-deduplication --azure-arm --head-as-boolean=true --license-header=MICROSOFT_MIT_NO_VERSION --generate-test --typescript-sdks-folder=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/securitydevops/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.5",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.3",
"use": "@autorest/typescript@6.0.0-rc.1.20220727.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.3",
"use": "@autorest/typescript@6.0.0-rc.5"
}
17 changes: 5 additions & 12 deletions sdk/securitydevops/arm-securitydevops/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.5.0",
"@azure/core-client": "^1.6.1",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand All @@ -36,7 +36,7 @@
"mkdirp": "^1.0.4",
"rollup": "^2.66.1",
"rollup-plugin-sourcemaps": "^0.6.3",
"typescript": "~4.6.0",
"typescript": "~4.8.0",
"uglify-js": "^3.4.9",
"rimraf": "^3.0.0",
"@azure/identity": "^2.0.1",
Expand All @@ -46,6 +46,7 @@
"@types/chai": "^4.2.8",
"chai": "^4.2.0",
"cross-env": "^7.0.2",
"@types/node": "^14.0.0",
"@azure/dev-tool": "^1.0.0"
},
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/securitydevops/arm-securitydevops",
Expand Down Expand Up @@ -109,13 +110,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-securitydevops?view=azure-node-preview"
}
}
"autoPublish": true
}

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ export interface ActionableRemediation {
categories?: RuleCategory[];
// (undocumented)
severityLevels?: string[];
// (undocumented)
state?: ActionableRemediationState;
}

Expand Down Expand Up @@ -116,8 +115,7 @@ export interface AzureDevOpsConnectorProperties {
// (undocumented)
authorization?: AuthorizationInfo;
orgs?: AzureDevOpsOrgMetadata[];
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
}

// @public (undocumented)
Expand Down Expand Up @@ -148,8 +146,7 @@ export interface AzureDevOpsConnectorStatsOperations {
export interface AzureDevOpsConnectorStatsProperties {
orgsCount?: number;
projectsCount?: number;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
reposCount?: number;
}

Expand Down Expand Up @@ -228,8 +225,7 @@ export interface AzureDevOpsOrgOperations {
export interface AzureDevOpsOrgProperties {
// (undocumented)
autoDiscovery?: AutoDiscovery;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
}

// @public
Expand Down Expand Up @@ -308,8 +304,7 @@ export interface AzureDevOpsProjectProperties {
autoDiscovery?: AutoDiscovery;
orgName?: string;
projectId?: string;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
}

// @public
Expand Down Expand Up @@ -394,13 +389,12 @@ export interface AzureDevOpsRepoOperations {
export interface AzureDevOpsRepoProperties {
// (undocumented)
actionableRemediation?: ActionableRemediation;
orgName?: string;
projectName?: string;
// (undocumented)
provisioningState?: ProvisioningState;
repoId?: string;
repoUrl?: string;
visibility?: string;
readonly orgName?: string;
readonly projectName?: string;
readonly provisioningState?: ProvisioningState;
readonly repoId?: string;
readonly repoUrl?: string;
readonly visibility?: string;
}

// @public
Expand Down Expand Up @@ -436,6 +430,9 @@ export interface ErrorResponse {
error?: ErrorDetail;
}

// @public
export function getContinuationToken(page: unknown): string | undefined;

// @public
export interface GitHubConnector extends TrackedResource {
properties?: GitHubConnectorProperties;
Expand Down Expand Up @@ -514,8 +511,7 @@ export interface GitHubConnectorOperations {
// @public
export interface GitHubConnectorProperties {
code?: string;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
}

// @public (undocumented)
Expand Down Expand Up @@ -545,8 +541,7 @@ export interface GitHubConnectorStatsOperations {
// @public (undocumented)
export interface GitHubConnectorStatsProperties {
ownersCount?: number;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
reposCount?: number;
}

Expand Down Expand Up @@ -614,8 +609,7 @@ export interface GitHubOwnerOperations {
// @public
export interface GitHubOwnerProperties {
ownerUrl?: string;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
}

// @public
Expand Down Expand Up @@ -698,16 +692,14 @@ export interface GitHubRepoOperations {
export interface GitHubRepoProperties {
accountId?: number;
ownerName?: string;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
repoUrl?: string;
}

// @public (undocumented)
export interface GitHubReposProperties {
accountId?: number;
// (undocumented)
provisioningState?: ProvisioningState;
readonly provisioningState?: ProvisioningState;
repoName?: string;
repoUrl?: string;
}
Expand Down
Loading

0 comments on commit 09a885b

Please sign in to comment.