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

Fnuarnav containerinstance microsoft.container instance 2023 05 01 #23484

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3d297d7
add container security context property
fnuarnav Mar 14, 2023
d28d82b
update readme tag to previous stable version
fnuarnav Mar 14, 2023
4156b8a
add example with security context
fnuarnav Mar 17, 2023
6063a49
avocado fix default tag should contain all endpoints
fnuarnav Mar 17, 2023
b925c2a
add back spot priority changes
fnuarnav Mar 17, 2023
dce49f7
use previous stable version as default tag
fnuarnav Mar 17, 2023
5b68095
prettier fix
fnuarnav Mar 17, 2023
5c0e698
use spaces
fnuarnav Mar 17, 2023
d4491b4
fix error
fnuarnav Mar 17, 2023
b523f21
merge remote changes
fnuarnav Mar 17, 2023
1b729c6
use spaces
fnuarnav Mar 17, 2023
e533946
fix CI errors
fnuarnav Mar 17, 2023
247259f
Merge branch 'fnuarnav-containerinstance-Microsoft.ContainerInstance-…
fnuarnav Mar 17, 2023
7b97261
merge changes from upstream/main
fnuarnav Mar 17, 2023
436488e
Merge branch 'fnuarnav-containerinstance-Microsoft.ContainerInstance-…
fnuarnav Mar 17, 2023
981b277
use altest api version as default for Avocado
fnuarnav Mar 17, 2023
8c1121d
update host to eastus2euap endpoint to check manifest
fnuarnav Apr 6, 2023
7ef6c70
MGRP S360 Vuln (#22832)
ramoka178 Apr 6, 2023
d30e95b
use old api versionf or operations
fnuarnav Apr 6, 2023
8725e07
Azure Orbital - swagger fix for api-version 2022-11-01 (#23441)
stuti-1807 Apr 6, 2023
8a28143
Fixed PrometheusRuleGroups examples (#23390)
giladsu Apr 6, 2023
3a8a037
Remvoe flattern (#23460)
koyasu221b Apr 6, 2023
665a816
Mvad update (#23434)
mikekistler Apr 6, 2023
b532b6f
revert Operations example api version
fnuarnav Apr 6, 2023
427f771
merge changes from master
fnuarnav Apr 7, 2023
b6623d4
Merge branch 'fnuarnav-containerinstance-Microsoft.ContainerInstance-…
fnuarnav Apr 7, 2023
3eaf771
add codeowners for Compute Instance swagger (#23437)
namanag16 Apr 7, 2023
4eaa726
[Hub Generated] Review request for Microsoft.DevHub to add version pr…
davidgamero Apr 7, 2023
0de386a
Update readme.python.md (#23208)
msyyc Apr 7, 2023
4e5305a
fixing async response type for machinelearningservices-2023-02-01-pre…
karishmadaga Apr 7, 2023
844b06b
Fix lint error for Datadog RP (#23477)
vikotha Apr 7, 2023
6b992c0
merging billing fix to public repo (#23424)
banggaurav Apr 7, 2023
619a2e4
use management.auzre.com endpoint
fnuarnav Apr 7, 2023
9655b01
Merge branch 'fnuarnav-containerinstance-Microsoft.ContainerInstance-…
fnuarnav Apr 7, 2023
2e5c26b
Merge branch 'main' into fnuarnav-containerinstance-Microsoft.Contain…
fnuarnav Apr 7, 2023
83cb125
fix package version in readme
fnuarnav Apr 7, 2023
a4c1a43
Merge branch 'fnuarnav-containerinstance-Microsoft.ContainerInstance-…
fnuarnav Apr 7, 2023
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
3 changes: 3 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,9 @@
# PRLabel: %Web Apps
/specification/web/ @naveedaz @Azure/azure-app-service-control-plane

# PRLabel: %AzureML - Compute Instance
/specification/machinelearningservices/resource-manager/Microsoft.MachineLearningServices/**/machineLearningServices.json @Azure/aml-compute-instance

# PRLabel: %Profile
/profile/ @shahabhijeet

Expand Down
4 changes: 4 additions & 0 deletions custom-words.txt
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,8 @@ Dnat
dnsname
dnszones
DOCM
Dockerfile
Dockerfiles
docx
Domainful
domainname
Expand Down Expand Up @@ -888,6 +890,7 @@ gluster
gmsa
Gmsa
GOARCH
gomodule
GPUMIG
GPUP
GPUs
Expand Down Expand Up @@ -1133,6 +1136,7 @@ KubeVirt
Kustomization
kustomizations
Kustomizations
kustomize
kusto
kustooperations
kvset
Expand Down
12 changes: 1 addition & 11 deletions specification/containerinstance/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,7 @@ These settings apply only when `--tag=package-2023-05` is specified on the comma
```yaml $(tag) == 'package-2023-05'
input-file:
- Microsoft.ContainerInstance/stable/2023-05-01/containerInstance.json
tag: package-preview-2023-02
```

### Tag: package-2023-05

These settings apply only when `--tag=package-2023-05` is specified on the command line.

```yaml $(tag) == 'package-2023-05'
input-file:
- Microsoft.ContainerInstance/stable/2023-05-01/containerInstance.json
tag: package-preview-2023-02
tag: package-2023-05
```

### Tag: package-preview-2023-02
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Datadog/monitors/test?api-version=2021-03-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
},
"responses": {
"200": {},
"202": {},
"202": {
"headers": {
"Location": "https://management.azure.com/subscriptions/subid/resourceGroups/peerTest/providers/Microsoft.Datadog/monitors/test?api-version=2022-06-01"
}
},
"204": {}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"parameters": {
"api-version": "2022-10-11-preview",
"subscriptionId": "subscriptionId1",
"location": "location1",
"parameters": {
"generationLanguage": "javascript",
"languageVersion": "14",
"port": "80",
"appName": "my-app",
"dockerfileOutputDirectory": "./",
"manifestOutputDirectory": "./",
"manifestGenerationMode": "enabled",
"dockerfileGenerationMode": "enabled",
"manifestType": "kube",
"imageName": "myimage",
"namespace": "my-namespace",
"imageTag": "latest"
}
},
"responses": {
"200": {
"body": {
"dockerfiles/example-dockerfile": "dockerfile-content \n including newlines",
"manifests/example-manifest-file-1": "manifest file 1 content \n including newlines",
"manifests/example-manifest-file-2": "manifest file 2 content \n including newlines"
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"parameters": {
"subscriptionId": "subscriptionId1",
"location": "eastus2euap",
"api-version": "2022-10-11-preview",
"parameters": {
"redirectUrl": "https://ms.portal.azure.com/aks"
}
},
"responses": {
"200": {
"body": {
"authURL": "https://github.com/login/oauth/authorize?client_id=11111111&redirect_uri=https://management.azure.com/subscriptions/subscriptionId1/providers/Microsoft.DevHub/locations/eastus2euap/githuboauth&state=2345678-3456-7890-5678-012345678901&scope=repo,user:email,workflow",
"token": ""
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"parameters": {
"subscriptionId": "subscriptionId1",
"location": "eastus2euap",
"api-version": "2022-10-11-preview",
"code": "3584d83530557fdd1f46af8289938c8ef79f9dc5",
"state": "12345678-3456-7890-5678-012345678901"
},
"responses": {
"200": {
"body": {
"id": "/subscriptions/subscriptionId1/providers/Microsoft.DevHub/locations/eastus2euap/githuboauth/default",
"type": "Microsoft.DevHub/locations/githuboauth",
"name": "default",
"properties": {
"username": "user"
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"subscriptionId": "subscriptionId1",
"location": "eastus2euap",
"api-version": "2022-10-11-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"id": "/subscriptions/subscriptionId1/providers/Microsoft.DevHub/locations/eastus2euap/githuboauth/default",
"type": "Microsoft.DevHub/locations/githuboauth",
"name": "default",
"properties": {
"username": "user"
}
}
]
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"parameters": {
"api-version": "2022-10-11-preview"
},
"responses": {
"200": {
"body": {
"value": [
{
"name": "Microsoft.DevHub/workflows/read",
"display": {
"provider": "Microsoft Developer Hub",
"resource": "Workflows",
"operation": "Get workflow",
"description": "Gets workflow"
}
}
],
"nextLink": null
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,146 @@
{
"parameters": {
"api-version": "2022-10-11-preview",
"subscriptionId": "subscriptionId1",
"resourceGroupName": "resourceGroup1",
"workflowName": "workflow1",
"parameters": {
"location": "location1",
"tags": {
"appname": "testApp"
},
"properties": {
"githubWorkflowProfile": {
"repositoryOwner": "owner1",
"repositoryName": "repo1",
"branchName": "branch1",
"dockerfile": "repo1/images/Dockerfile",
"dockerBuildContext": "repo1/src/",
"deploymentProperties": {
"manifestType": "kube",
"kubeManifestLocations": [
"/src/manifests/"
],
"overrides": {
"key1": "value1"
}
},
"namespace": "namespace1",
"acr": {
"acrSubscriptionId": "subscriptionId1",
"acrResourceGroup": "resourceGroup1",
"acrRegistryName": "registry1",
"acrRepositoryName": "repo1"
},
"oidcCredentials": {
"azureClientId": "12345678-3456-7890-5678-012345678901",
"azureTenantId": "66666666-3456-7890-5678-012345678901"
},
"aksResourceId": "/subscriptions/subscriptionId1/resourcegroups/resourceGroup1/providers/Microsoft.ContainerService/managedClusters/cluster1"
}
}
}
},
"responses": {
"200": {
"body": {
"id": "/subscription/subscriptionId1/resourceGroups/resourceGroup1/providers/Microsoft.DevHub/workflow/workflow1",
"location": "location1",
"name": "workflow1",
"type": "Micfosoft.DevHub/Workflow",
"tags": {
"appname": "testapp"
},
"systemData": {
"createdBy": "foo@contoso.com",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "foo@contoso.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
},
"properties": {
"githubWorkflowProfile": {
"repositoryOwner": "owner1",
"repositoryName": "repo2",
"branchName": "branch2",
"dockerfile": "repo2/images/Dockerfile",
"dockerBuildContext": "repo2/src/",
"deploymentProperties": {
"manifestType": "helm",
"helmChartPath": "/src/charts",
"helmValues": "/src/chars/values.yaml",
"overrides": {
"key1": "value1"
}
},
"acr": {
"acrSubscriptionId": "subscriptionId1",
"acrResourceGroup": "resourceGroup1",
"acrRegistryName": "registry1",
"acrRepositoryName": "repo1"
},
"oidcCredentials": {
"azureClientId": "12345678-3456-7890-5678-012345678901",
"azureTenantId": "66666666-3456-7890-5678-012345678901"
},
"aksResourceId": "/subscriptions/subscriptionId1/resourcegroups/resourceGroup1/providers/Microsoft.ContainerService/managedClusters/cluster1",
"prURL": "https://github.com/User/repo2/pull/6567",
"pullNumber": 6567,
"prStatus": "submitted",
"authStatus": "Authorized"
}
}
}
},
"201": {
"body": {
"id": "/subscription/subscriptionId1/resourceGroups/resourceGroup1/providers/Microsoft.DevHub/workflow/workflow1",
"location": "location1",
"name": "workflow1",
"type": "Micfosoft.DevHub/Workflow",
"tags": {
"appname": "testapp"
},
"systemData": {
"createdBy": "foo@contoso.com",
"createdByType": "User",
"createdAt": "2018-04-24T16:30:55+00:00",
"lastModifiedBy": "foo@contoso.com",
"lastModifiedByType": "User",
"lastModifiedAt": "2018-04-24T16:30:55+00:00"
},
"properties": {
"githubWorkflowProfile": {
"repositoryOwner": "owner1",
"repositoryName": "repo1",
"branchName": "branch1",
"dockerfile": "repo1/images/Dockerfile",
"dockerBuildContext": "repo1/src/",
"deploymentProperties": {
"manifestType": "kube",
"overrides": {
"key1": "value1"
}
},
"acr": {
"acrSubscriptionId": "subscriptionId1",
"acrResourceGroup": "resourceGroup1",
"acrRegistryName": "registry1",
"acrRepositoryName": "repo1"
},
"oidcCredentials": {
"azureClientId": "12345678-3456-7890-5678-012345678901",
"azureTenantId": "66666666-3456-7890-5678-012345678901"
},
"aksResourceId": "/subscriptions/subscriptionId1/resourcegroups/resourceGroup1/providers/Microsoft.ContainerService/managedClusters/cluster1",
"prURL": "https://github.com/owner1/repo1/pull/6567",
"pullNumber": 6567,
"prStatus": "submitted",
"authStatus": "Authorized"
}
}
}
}
}
}
Loading