Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR @azure/arm-devcenter] [Go] add go repo in readme.md #3003

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions sdk/devcenter/arm-devcenter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Release History

## 1.0.0-beta.4 (2022-11-24)

**Features**

- Added operation group CheckNameAvailability
- Added operation NetworkConnections.beginRunHealthChecks
- Added operation NetworkConnections.beginRunHealthChecksAndWait
- Added Interface CheckNameAvailabilityExecuteOptionalParams
- Added Interface CheckNameAvailabilityRequest
- Added Interface CheckNameAvailabilityResponse
- Added Interface ErrorResponse
- Added Type Alias CheckNameAvailabilityExecuteResponse
- Added Type Alias CheckNameAvailabilityReason
- Added Type Alias HibernateSupport
- Added Type Alias ProvisioningState
- Interface DevBoxDefinition has a new optional parameter hibernateSupport
- Interface DevBoxDefinitionUpdate has a new optional parameter hibernateSupport
- Interface DevBoxDefinitionUpdateProperties has a new optional parameter hibernateSupport
- Interface DevCenter has a new optional parameter devCenterUri
- Interface NetworkConnectionsRunHealthChecksOptionalParams has a new optional parameter resumeFrom
- Interface NetworkConnectionsRunHealthChecksOptionalParams has a new optional parameter updateIntervalInMs
- Interface Project has a new optional parameter devCenterUri
- Interface ProjectProperties has a new optional parameter devCenterUri
- Class DevCenterClient has a new parameter checkNameAvailability
- Added Enum KnownCheckNameAvailabilityReason
- Added Enum KnownHibernateSupport
- Added Enum KnownProvisioningState

**Breaking Changes**

- Removed operation NetworkConnections.runHealthChecks


## 1.0.0-beta.3 (2022-11-04)

**Features**
Expand Down
8 changes: 4 additions & 4 deletions sdk/devcenter/arm-devcenter/_meta.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"commit": "8fcc099eeda14f210476c935241d429f46c2d02e",
"commit": "0e1b9702da97e65ce76e5093e0e3e761e060370b",
"readme": "specification/devcenter/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=D:\\Git\\azure-sdk-for-js ..\\azure-rest-api-specs\\specification\\devcenter\\resource-manager\\readme.md --use=@autorest/typescript@6.0.0-rc.3.20221103.1 --generate-sample=true",
"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=/mnt/vss/_work/1/s/azure-sdk-for-js ../azure-rest-api-specs/specification/devcenter/resource-manager/readme.md --use=@autorest/typescript@6.0.0-rc.2",
"repository_url": "https://github.com/Azure/azure-rest-api-specs.git",
"release_tool": "@azure-tools/js-sdk-release-tools@2.4.2",
"use": "@autorest/typescript@6.0.0-rc.3.20221103.1"
"release_tool": "@azure-tools/js-sdk-release-tools@2.5.1",
"use": "@autorest/typescript@6.0.0-rc.2"
}
15 changes: 3 additions & 12 deletions sdk/devcenter/arm-devcenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for DevCenterClient.",
"version": "1.0.0-beta.3",
"version": "1.0.0-beta.4",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
"@azure/core-paging": "^1.2.0",
"@azure/core-client": "^1.6.1",
"@azure/core-client": "^1.5.0",
"@azure/core-auth": "^1.3.0",
"@azure/core-rest-pipeline": "^1.8.0",
"tslib": "^2.2.0"
Expand Down Expand Up @@ -46,7 +46,6 @@
"@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/devcenter/arm-devcenter",
Expand Down Expand Up @@ -110,13 +109,5 @@
}
]
},
"autoPublish": true,
"//sampleConfiguration": {
"productName": "",
"productSlugs": [
"azure"
],
"disableDocsMs": true,
"apiRefLink": "https://docs.microsoft.com/javascript/api/@azure/arm-devcenter?view=azure-node-preview"
}
"autoPublish": true
}
Loading