hexsha
stringlengths
40
40
size
int64
5
1.05M
ext
stringclasses
588 values
lang
stringclasses
305 values
max_stars_repo_path
stringlengths
3
363
max_stars_repo_name
stringlengths
5
118
max_stars_repo_head_hexsha
stringlengths
40
40
max_stars_repo_licenses
listlengths
1
10
max_stars_count
float64
1
191k
max_stars_repo_stars_event_min_datetime
stringdate
2015-01-01 00:00:35
2022-03-31 23:43:49
max_stars_repo_stars_event_max_datetime
stringdate
2015-01-01 12:37:38
2022-03-31 23:59:52
max_issues_repo_path
stringlengths
3
363
max_issues_repo_name
stringlengths
5
118
max_issues_repo_head_hexsha
stringlengths
40
40
max_issues_repo_licenses
listlengths
1
10
max_issues_count
float64
1
134k
max_issues_repo_issues_event_min_datetime
stringlengths
24
24
max_issues_repo_issues_event_max_datetime
stringlengths
24
24
max_forks_repo_path
stringlengths
3
363
max_forks_repo_name
stringlengths
5
135
max_forks_repo_head_hexsha
stringlengths
40
40
max_forks_repo_licenses
listlengths
1
10
max_forks_count
float64
1
105k
max_forks_repo_forks_event_min_datetime
stringdate
2015-01-01 00:01:02
2022-03-31 23:27:27
max_forks_repo_forks_event_max_datetime
stringdate
2015-01-03 08:55:07
2022-03-31 23:59:24
content
stringlengths
5
1.05M
avg_line_length
float64
1.13
1.04M
max_line_length
int64
1
1.05M
alphanum_fraction
float64
0
1
bdbf8590e59a935ef114caaa42dfb84fdcc5128d
1,963
yml
YAML
src/site/_data/i18n/paths/metrics.yml
suckdick187/web.dev
98306d6512258a761b2420d9c909c95692ad6363
[ "Apache-2.0" ]
2,699
2018-11-20T00:35:42.000Z
2022-03-31T22:05:52.000Z
src/site/_data/i18n/paths/metrics.yml
suckdick187/web.dev
98306d6512258a761b2420d9c909c95692ad6363
[ "Apache-2.0" ]
6,662
2018-11-20T01:12:59.000Z
2022-03-31T23:41:50.000Z
src/site/_data/i18n/paths/metrics.yml
suckdick187/web.dev
98306d6512258a761b2420d9c909c95692ad6363
[ "Apache-2.0" ]
1,332
2018-11-20T03:01:28.000Z
2022-03-30T23:57:06.000Z
title: en: Metrics es: Métricas ja: 指標 ko: 메트릭 pt: Métricas ru: Показатели zh: 指标 description: en: Measuring performance and user experience. es: Medir el rendimiento y la experiencia del usuario. ja: パフォーマンスとユーザーエクスペリエンスの測定。 ko: 성능 및 사용자 경험 측정. pt: Medição do desempenho e da experiência do usuário. ru: Измерение производительности и удобства использования zh: 衡量性能和用户体验。 overview: en: User-centric performance metrics are a critical tool in understanding and improving the experience of your site in a way that benefits real users. es: Las métricas de rendimiento centradas en el usuario son una herramienta fundamental para comprender y mejorar la experiencia de su sitio web de una manera que beneficie a los usuarios reales. ja: ユーザーを中心としたパフォーマンス指標は、実際のユーザーにとって有益となる方法でサイトのユーザーエクスペリエンスを理解し、改善を行う場合に必須となるツールです。 ko: 사용자 중심의 성능 메트릭은 실제 사용자에게 도움이 되는 방식으로 사이트 경험을 이해하고 개선하는 데 중요한 도구입니다. pt: As métricas de desempenho centradas no usuário são uma ferramenta crítica para entender e melhorar a experiência do seu site de uma maneira que beneficie os usuários reais. ru: Ориентированные на пользователей показатели производительности — это важный инструмент для понимания и улучшения вашего сайта с точки зрения удобства для реальных пользователей. zh: 以用户为中心的性能指标是了解和改善您的网站体验的一大重要工具,这些指标将使真实用户受益。 topics: introduction: en: Introduction es: Introducción ja: はじめに ko: 소개 pt: Introdução ru: Введение zh: 介绍 important_metrics_to_measure: en: Important metrics to measure es: Métricas importantes para medir ja: 測定を実施する重要な指標 ko: 측정할 중요 메트릭 pt: Métricas importantes para medir ru: Главные показатели для отслеживания zh: 需要衡量的重要指标 define_your_own_metrics: en: Define your own metrics es: Defina sus propias métricas ja: 独自の指標を定義する ko: 고유한 메트릭 정의 pt: Defina suas próprias métricas ru: Определение собственных показателей zh: 定义您自己的指标
35.690909
197
0.764137
d1b240b46d99a08754e24ef027431ed7974c33ef
357
yml
YAML
admin-demo-docker/influxdb/influxdb17/docker-compose.yml
yuan50697105/my-admin-test
62234531ff0913d54783017164382dd85b70e249
[ "Apache-2.0" ]
null
null
null
admin-demo-docker/influxdb/influxdb17/docker-compose.yml
yuan50697105/my-admin-test
62234531ff0913d54783017164382dd85b70e249
[ "Apache-2.0" ]
14
2021-03-10T12:52:37.000Z
2022-03-02T07:58:12.000Z
admin-demo-docker/influxdb/influxdb17/docker-compose.yml
yuan50697105/my-admin-test
62234531ff0913d54783017164382dd85b70e249
[ "Apache-2.0" ]
null
null
null
version: "2" services: influxdb17: image: influxdb:1.7 ports: - 8086:8086 volumes: - ./data:/var/lib/influxdb environment: - INFLUXDB_DB=db0 - INFLUXDB_ADMIN_USER=admin - INFLUXDB_ADMIN_PASSWORD=admin - INFLUXDB_USER=root - INFLUXDB_USER_PASSWORD=root restart: always privileged: true
21
37
0.633053
57097e4d1c15a73ca0ad987b5d395021f8db2fa6
712
yml
YAML
data/md/retired/John-WE-Cluster-Jr-a8881b70-4b61-46ca-aa79-21b6e97e0499.yml
Rypo/people
34cf10bf10313f154f5065dde578bed9b4127ae8
[ "CC0-1.0" ]
1
2019-12-11T17:38:21.000Z
2019-12-11T17:38:21.000Z
data/md/retired/John-WE-Cluster-Jr-a8881b70-4b61-46ca-aa79-21b6e97e0499.yml
Rypo/people
34cf10bf10313f154f5065dde578bed9b4127ae8
[ "CC0-1.0" ]
null
null
null
data/md/retired/John-WE-Cluster-Jr-a8881b70-4b61-46ca-aa79-21b6e97e0499.yml
Rypo/people
34cf10bf10313f154f5065dde578bed9b4127ae8
[ "CC0-1.0" ]
null
null
null
id: ocd-person/a8881b70-4b61-46ca-aa79-21b6e97e0499 name: John W.E. Cluster Jr. given_name: John family_name: Cluster middle_name: W.E. party: - name: Republican roles: - district: '8' jurisdiction: ocd-jurisdiction/country:us/state:md/government type: lower start_date: '2011-01-01' end_date: '2018-12-31' image: http://mgaleg.maryland.gov/2016RS/images/cluster.jpg links: - url: http://mgaleg.maryland.gov/webmga/frmMain.aspx?pid=sponpage&tab=subject6&id=cluster&stab=01 sources: - url: http://mgaleg.maryland.gov/webmga/frmMain.aspx?pid=sponpage&tab=subject6&id=cluster&stab=01 other_identifiers: - identifier: MDL000392 scheme: legacy_openstates - identifier: MDL000495 scheme: legacy_openstates
29.666667
98
0.776685
cf266c6e0e13508c3119f9682a2e30a72a4cda9f
1,697
yml
YAML
jumpBoxCloudInit.yml
irisfang2018/aks-baseline-regulated
f021e8e19e74568888d887742eaac1d742c0cc69
[ "MIT" ]
null
null
null
jumpBoxCloudInit.yml
irisfang2018/aks-baseline-regulated
f021e8e19e74568888d887742eaac1d742c0cc69
[ "MIT" ]
null
null
null
jumpBoxCloudInit.yml
irisfang2018/aks-baseline-regulated
f021e8e19e74568888d887742eaac1d742c0cc69
[ "MIT" ]
null
null
null
#cloud-config users: - default - name: irisfang sudo: False lock_passwd: True ssh-authorized-keys: - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDqGdwZ9wEGjuiJ6rirRN+3bI90IOxApPwPbhiWqnrqrnQkjHq1bhqLFivcVJo8HjXWWGObgJ7uN7pd/TZSdJpzrqfZNOd4Liw5dOZlD0yU5O4vwdNfjabZznzOmJqIjQ4oS/LuDmsyADeifNwazzNYe0EQZHYhEl1KGtl6ciQLQdae2z8psS4RG3hhAmW/QB4/TxqWAk4X530WyxsZGZjs+5iR9A225Zd+uUhoB4P4dkPMCcMgixmbN8GWaVWxftTpTiet7dDOBUJWC1gvsEcwly+RKjO3/fQpmOeqSPx+j1DNq7ptoSNbPObt4jDu3p8ycEOQNeyZwhSafck8go3NDSMChgRxb/yx8+fNpHUawl71j5QkM7sjwRFPl0JGgTGU6L1fv8ZnrhkGMCj1axZmDqD5sqINcdqhXTsikSlrWWVL7+TasLUq8AvPvW05QVAeaBqpik97KnmCHa0QhIGLxtxQzE0D6SCy6ak9O4ecVhGGIbGjgVsVPv1pj/+g+fhu9n+CLTJoD40sw/WQqdS6khkiwBogTr6QWMQDAA+3jJgKKG6eNhJ58CiUikrMIuIy01bxStF91rACK7lVprfYTFemmUmm9F50mHF0UW9LWxWGjpDSZXB0cRPySbLp5eoRlRnRYhXe9VC2aYdfebtw68AA4dz6twPj1OM3kAUBOQ== iris@cc-107aacca-7955976645-hqlcs - name: opsuser02 sudo: False lock_passwd: True ssh-authorized-keys: - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDLdYkQZqs+RqQwirjOUMKT0aVJxnjOy9nmFnac7/oKhMsMmxaHk66CUeLBGViF9tyPqqP6PgojOOWLkOyfk+Zt91u7vg2xtyogwtNpr1wxMP2p9mWG/kQnYZMk8QjhWlj0oSiLdnVqLj4wqdja7I0NtimaUMquOf2uWSmLMgeWsMjg+jq4O82j6inONkMXEZLRU5Yd+QIW5heXRpT4hFR6HQR46mI/8GXXM8uHpGPrFIeaahD3ECkET17TGbwJ+QxNWRVnFujGqYH9qDl8NNsQwGUltrfwqRMp3n4oy1WCDMyXDpMMCHRJqRZCTMgIUo0Yw6E++ZhQ85sbQSRnmrMeJwL5AaA77zEt83ETBMg9j5OQUbOxpf8ySxd3APRNQKfXdLtheUkR2dBlpE3f5dfvUSAjgJiChFDIKd617vdwUXOat9AMGDMOl/8XWMb2uGgo8OQdNPW/J2scgn8/EeZMcAAEyZdEPOBODGb/xgWDFBACYAtP/GOsx628aaO5H4KheYKsdPtIorOKjg/pgAhUXTS3He6YlXwrVYR8QpHSxoG2osYFcW5/bPE3QaHLQ90XKKkN8xeS1/Qh6+3O+NIHisMMSXumEadESiL7bA0YlSqoHbPoRh0/38i8iLtTllfGyqgArwT6iiQzqkoefCbiN6OrPeVe4y4AXZREux1AXQ==
130.538462
766
0.91868
cf7c3f7f16050214ee672c92433d36a75f68d406
605
yaml
YAML
docuhost/templates/secrets.yaml
robertwtucker/spt-charts
e5fced12f5c740e8fb1acef61ecf053a6c8068e4
[ "MIT" ]
null
null
null
docuhost/templates/secrets.yaml
robertwtucker/spt-charts
e5fced12f5c740e8fb1acef61ecf053a6c8068e4
[ "MIT" ]
6
2022-01-05T20:29:42.000Z
2022-01-29T17:51:26.000Z
docuhost/templates/secrets.yaml
robertwtucker/spt-charts
e5fced12f5c740e8fb1acef61ecf053a6c8068e4
[ "MIT" ]
null
null
null
{{- if (include "docuhost.createSecret" .) }} apiVersion: v1 kind: Secret metadata: name: {{ include "docuhost.fullname" . }} namespace: {{ .Release.Namespace | quote }} labels: {{- include "docuhost.labels" . | nindent 4 }} type: Opaque data: db-username: {{ required "A value for 'db.username' is required." .Values.db.username | b64enc | quote }} db-password: {{ required "A value for 'db.password' is required." .Values.db.password | b64enc | quote }} shortlink-apikey: {{ required "A value for 'shortlink.apikey' is required." .Values.shortlink.apikey | b64enc | quote }} {{- end }}
40.333333
122
0.669421
d20e088e1d76b7e0b919c06a11ff747d8f2f869d
419
yml
YAML
config/searchers/lib_guides_config.yml
bradley-benjamin26/searchumd
7e861dc87982f038cc9a9af4f904fdfdf588cc34
[ "Apache-2.0" ]
1
2019-04-03T04:02:11.000Z
2019-04-03T04:02:11.000Z
config/searchers/lib_guides_config.yml
bradley-benjamin26/searchumd
7e861dc87982f038cc9a9af4f904fdfdf588cc34
[ "Apache-2.0" ]
13
2018-04-26T13:06:10.000Z
2020-08-12T12:18:15.000Z
config/searchers/lib_guides_config.yml
bradley-benjamin26/searchumd
7e861dc87982f038cc9a9af4f904fdfdf588cc34
[ "Apache-2.0" ]
4
2018-02-28T21:31:32.000Z
2019-05-29T13:02:57.000Z
defaults: &defaults base_url: '<%= ENV['LIB_GUIDES_URL'] %>?key=' query_params: '&site_id=<%= ENV['LIB_GUIDES_SITE_ID'] %>&sort_by=relevance&search_terms=' loaded_link: 'http://lib.guides.umd.edu/srch.php?q=' key: <%= ENV['LIB_GUIDES_API_KEY'] %> no_results_link: 'http://lib.guides.umd.edu/srch.php' development: <<: *defaults test: <<: *defaults staging: <<: *defaults production: <<: *defaults
22.052632
91
0.665871
965c914b97f19594886ba55d94579bd24416efa8
50
yml
YAML
patterns/_patterns/10-atoms/01-text/08-address.yml
jmickela/rootid-pattern-library
6f47fe50ae397f31ffe7ff1d9382817d26be9e29
[ "MIT" ]
1
2019-01-30T19:53:38.000Z
2019-01-30T19:53:38.000Z
patterns/_patterns/10-atoms/01-text/08-address.yml
jmickela/rootid-pattern-library
6f47fe50ae397f31ffe7ff1d9382817d26be9e29
[ "MIT" ]
null
null
null
patterns/_patterns/10-atoms/01-text/08-address.yml
jmickela/rootid-pattern-library
6f47fe50ae397f31ffe7ff1d9382817d26be9e29
[ "MIT" ]
1
2018-08-13T03:54:51.000Z
2018-08-13T03:54:51.000Z
address: "427 Ashbury Ave.<br>El Cerrito CA 94530"
50
50
0.76
3293b9d40b65f7772b2cc0862d878e6eb81340ea
331
yml
YAML
config/database.yml
thiagoisaias/posts-app
8d22377eb5539bceb4ba22e92f0dcd699557b6e2
[ "Ruby", "Beerware", "MIT" ]
null
null
null
config/database.yml
thiagoisaias/posts-app
8d22377eb5539bceb4ba22e92f0dcd699557b6e2
[ "Ruby", "Beerware", "MIT" ]
null
null
null
config/database.yml
thiagoisaias/posts-app
8d22377eb5539bceb4ba22e92f0dcd699557b6e2
[ "Ruby", "Beerware", "MIT" ]
null
null
null
development: adapter: postgresql encoding: utf8 database: posts_development pool: 5 username: password: test: &TEST adapter: postgresql encoding: utf8 database: posts_test pool: 5 username: password: production: adapter: postgresql encoding: utf8 database: posts_db pool: 5 username: password:
14.391304
29
0.719033
b273c02debedd856fa5fecc988bda13eaef2dec2
553
yaml
YAML
argocd/keycloak/templates/keycloakuser.yaml
acampergue-camptocamp/devops-stack
b7b767718dfcfffbcf315c02ab3a0db40b612062
[ "Apache-2.0" ]
1
2021-03-09T19:20:41.000Z
2021-03-09T19:20:41.000Z
argocd/keycloak/templates/keycloakuser.yaml
acampergue-camptocamp/devops-stack
b7b767718dfcfffbcf315c02ab3a0db40b612062
[ "Apache-2.0" ]
null
null
null
argocd/keycloak/templates/keycloakuser.yaml
acampergue-camptocamp/devops-stack
b7b767718dfcfffbcf315c02ab3a0db40b612062
[ "Apache-2.0" ]
null
null
null
--- apiVersion: keycloak.org/v1alpha1 kind: KeycloakUser metadata: annotations: argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true name: admin labels: app: sso spec: user: username: admin firstName: John lastName: Doe email: user@example.com enabled: true emailVerified: true credentials: - temporary: false type: password value: {{ .Values.keycloakUser.password }} clientRoles: account: - manage-account realmSelector: matchLabels: app: sso
19.75
69
0.658228
b291f0c6cb02258b57d63a5d2091e65d5ffa5f12
206
yml
YAML
handlers/main.yml
OsgiliathEnterprise/ansible-containerization
d87d56f965f91978c5da0e9752f4af7e0b721ff0
[ "Apache-2.0" ]
null
null
null
handlers/main.yml
OsgiliathEnterprise/ansible-containerization
d87d56f965f91978c5da0e9752f4af7e0b721ff0
[ "Apache-2.0" ]
null
null
null
handlers/main.yml
OsgiliathEnterprise/ansible-containerization
d87d56f965f91978c5da0e9752f4af7e0b721ff0
[ "Apache-2.0" ]
null
null
null
--- # handlers file for docker - name: containerization | service restart systemd: name: docker daemon_reload: yes state: restarted become: yes listen: containerization | restart service
18.727273
44
0.713592
945e8975e2e58f92e42739cb1909b7095f0f5eab
2,199
yml
YAML
.forestry/front_matter/templates/artwork.yml
mwaddoups/fwilloughby-art
ef5379fc3c69ed73b38582d6accfaf03e6258991
[ "Apache-2.0" ]
null
null
null
.forestry/front_matter/templates/artwork.yml
mwaddoups/fwilloughby-art
ef5379fc3c69ed73b38582d6accfaf03e6258991
[ "Apache-2.0" ]
null
null
null
.forestry/front_matter/templates/artwork.yml
mwaddoups/fwilloughby-art
ef5379fc3c69ed73b38582d6accfaf03e6258991
[ "Apache-2.0" ]
null
null
null
--- label: Artwork hide_body: true display_field: title fields: - type: text name: layout label: layout default: artwork config: required: true description: Should be "artwork" unless you think you know better. hidden: true - type: text name: title label: Title description: The name of the work. - type: file name: image label: Main Image - name: images type: image_gallery config: {} label: Other Images description: All other images of the piece (for slider) - type: select name: type config: source: type: custom options: - Installation - Sculpture - Collage label: Type of Work - name: media_type type: text config: required: false label: Media Type description: Media type e.g. Mixed Media, Fabric - name: date type: datetime label: Date config: required: false date_format: time_format: display_utc: false description: Date (used for sorting, only year will be displayed) - name: year type: number label: Year description: Year of artwork. default: 0 required: true config: min: max: step: - name: description type: textarea default: '' config: required: false wysiwyg: false schema: format: markdown label: Description description: Main description - name: dimensions type: text config: required: false label: Dimensions description: Dimensions of piece (can be blank) - name: exhibition type: text config: required: false label: Exhibition description: Relevant exhibition for the work (will appear above description). pages: - _artwork/a-quiet-sense-of-something-lost.md - _artwork/bad-breast.md - _artwork/best-left-unspoken.md - _artwork/can-you-rely-on-what-they-tell-you.md - _artwork/escaping-the-pull.md - _artwork/knots.md - _artwork/not-a-care-in-the-world.md - _artwork/the-elephant-in-the-room.md - _artwork/the-failure-of-pretence.md - _artwork/the-pessimist.md - _artwork/to-and-fro.md - _artwork/undone.md - _artwork/untitled-flowers.md - _artwork/untitled.md - _artwork/we-fight-amongst-ourselves.md - _artwork/woman-house-1.md - _artwork/woman-house.md - _artwork/you-and-your-other-self.md
21.558824
80
0.706685
72a64698c08e21a6a822aeb552ae0ddc0619d9a2
640
yml
YAML
cisco_facts_ios_brief.yml
mohitmksgit/cisco_info
2a9b3bbea45f4612ff2ee8929e4babc9af5d040c
[ "MIT" ]
1
2021-10-07T20:08:38.000Z
2021-10-07T20:08:38.000Z
cisco_facts_ios_brief.yml
nelsonbuarque/ansible_cisco_info
2a9b3bbea45f4612ff2ee8929e4babc9af5d040c
[ "MIT" ]
null
null
null
cisco_facts_ios_brief.yml
nelsonbuarque/ansible_cisco_info
2a9b3bbea45f4612ff2ee8929e4babc9af5d040c
[ "MIT" ]
1
2021-11-29T15:16:53.000Z
2021-11-29T15:16:53.000Z
--- - name: IOS Facts Playbook hosts: cisco_ios gather_facts: false connection: network_cli tasks: - name: View device information ios_facts: gather_subset: hardware - name: Display facts debug: msg: - "The hostname is {{ ansible_net_hostname }} and the Serial is {{ ansible_net_serialnum }}" - "The hostname is {{ ansible_net_hostname }} and the Model is {{ ansible_net_model }}" - "The hostname is {{ ansible_net_hostname }} and the OS type is {{ ansible_net_system }}" - "The hostname is {{ ansible_net_hostname }} and the OS version is {{ ansible_net_version }}"
32
102
0.657813
3610815cfa0595d371e52fa50b1c85e4a29fef32
854
yml
YAML
.github/workflows/pr-build-workflow.yml
sjohnr/gradle-test
df642d1440eb55b1c56295a70567191385827782
[ "Apache-2.0" ]
null
null
null
.github/workflows/pr-build-workflow.yml
sjohnr/gradle-test
df642d1440eb55b1c56295a70567191385827782
[ "Apache-2.0" ]
null
null
null
.github/workflows/pr-build-workflow.yml
sjohnr/gradle-test
df642d1440eb55b1c56295a70567191385827782
[ "Apache-2.0" ]
null
null
null
name: PR build on: pull_request jobs: build: name: Build runs-on: ubuntu-latest if: ${{ github.repository == 'sjohnr/gradle-test' }} steps: - uses: actions/checkout@v2 - name: Set up JDK 17 uses: actions/setup-java@v2 with: java-version: '17' distribution: 'temurin' - name: Setup Gradle uses: gradle/gradle-build-action@v2 with: cache-read-only: true - name: Build with Gradle env: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USER }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_SECRET_ACCESS_KEY }} run: ./gradlew clean build --continue --scan -Duser.name=spring-builds+github
31.62963
91
0.640515
364297b623c8c11a3f39654979a77b581e5f837a
3,056
yml
YAML
_config.yml
DianaPachecoCoach/dianapachecocoach.github.io
6e900a49f2daaee4915c81278766995ee46eabed
[ "MIT" ]
null
null
null
_config.yml
DianaPachecoCoach/dianapachecocoach.github.io
6e900a49f2daaee4915c81278766995ee46eabed
[ "MIT" ]
null
null
null
_config.yml
DianaPachecoCoach/dianapachecocoach.github.io
6e900a49f2daaee4915c81278766995ee46eabed
[ "MIT" ]
null
null
null
# External gems gems: # - jekyll-archives # Sorry, not GitHub pages friendly! - jekyll-sitemap exclude: - "/vendor/" # Site settings title: Diana Pacheco Coaching subtitle: "¿Qué te falta para ser la persona que quieres ser?" email: dianapachecoamaral@gmail.com name: Diana Pacheco Amaral description: > "Blog personal de coaching, inteligencia emocional, neurocoaching y otras demás tonterías de la vida humana" url: "http://dianapachecocoach.github.io" # the base hostname & protocol for your site cover: "assets/header_image.jpg" logo: "assets/logo.png" baseurl: "/" # the subpath of your site, e.g. /blog/ # Build settings markdown: kramdown paginate: 5 paginate_path: "/page:num/" # Archive settings (see https://github.com/jekyll/jekyll-archives/) # jekyll-archives: # enabled: # - categories # - tags # layout: 'archive' # permalinks: # category: '/category/:name/' # tag: '/tag/:name/' # Disqus comments disqus_shortname: bencentra # Google analytics # ga_tracking_id: "UA-XXXX-1" # Category descriptions (for archive pages) descriptions: - cat: automotivación desc: "Automotivarse es darse a uno mismo las razones, impulso, entusiasmo e interés con el que provocar una acción específica o un determinado comportamiento." # Social icons and sharing options # # Social settings are used in two places: # * In the footer, as links to your personal profiles # * After each blog post for sharing widgets # # Example: # # social: # - name: Twitter # Name of the service # icon: twitter # Font Awesome icon to use (minus fa- prefix) # username: "@TheBenCentra" # (User) Name to display in the footer link # url: https://twitter.com/TheBenCentra # URL of your profile (leave blank to not display in footer) # desc: Follow me on Twitter # Description to display as link title, etc # share: true # Include in the "Share" section of posts social: - name: Twitter icon: twitter username: didipache url: https://twitter.com/didipache desc: Follow me on Twitter share: true - name: Facebook icon: facebook username: diana.pachecoamaral url: https://www.facebook.com/diana.pachecoamaral desc: Friend me on Facebook share: true - name: LinkedIn icon: linkedin username: Diana Pacheco Amaral url: https://www.linkedin.com/in/diana-pacheco-amaral-4368b436/ desc: Connect with me on LinkedIn share: true # Social sharing protocols # These are for automatically generating sharing metadata for FB and Twitter # OS Protocol is for sharing the source of your site, if you're interested. For more, see osprotocol.com protocols: fb_image: "assets/logo.png" fb_image_width: 612 fb_image_height: 605 fb_image_type: "image/png" twitter_image: "assets/logo.png" os_repo: "https://github.com/RichardLitt/wordhoardpress.com" os_rcs_type: "git" os_src: "git@github.com:RichardLitt/wordhoardpress.com.git"
30.56
164
0.694372
84f62a0df5c313fab96824dcb40e6dc2572508fe
661
yml
YAML
.travis.yml
JohannWeging/go-plus
577145e736593089a4c314d1778c0c167cf5959f
[ "Apache-2.0" ]
null
null
null
.travis.yml
JohannWeging/go-plus
577145e736593089a4c314d1778c0c167cf5959f
[ "Apache-2.0" ]
null
null
null
.travis.yml
JohannWeging/go-plus
577145e736593089a4c314d1778c0c167cf5959f
[ "Apache-2.0" ]
null
null
null
language: objective-c notifications: email: on_success: never on_failure: change before_install: - brew update - if brew outdated | grep -qx go; then brew upgrade go; fi before_script: - pushd $HOME - mkdir -p go - export GOPATH="$HOME/go" - export PATH=$PATH:$GOPATH/bin - go version - go get -u github.com/golang/lint/golint - go get -u golang.org/x/tools/cmd/cover - go get -u golang.org/x/tools/cmd/goimports - go get -u golang.org/x/tools/cmd/vet - go get -u golang.org/x/tools/cmd/oracle - go get -u sourcegraph.com/sqs/goreturns - go get -u github.com/nsf/gocode - popd script: - ./build-package-travis-osx.sh
24.481481
60
0.6823
decf470f901818c0fddd2ee6a7ae39b51d619144
123
yaml
YAML
k8s/app/kustomization.yaml
robinbryce/ethnode-app
12ea19872ffd859833201178b6b7637c1c22a6ff
[ "MIT" ]
null
null
null
k8s/app/kustomization.yaml
robinbryce/ethnode-app
12ea19872ffd859833201178b6b7637c1c22a6ff
[ "MIT" ]
null
null
null
k8s/app/kustomization.yaml
robinbryce/ethnode-app
12ea19872ffd859833201178b6b7637c1c22a6ff
[ "MIT" ]
null
null
null
resources: - ./deployment.yaml - ./service.yaml - ./ingressroute.yaml - ./middleware-stripprefix-ingressroute.yaml
20.5
46
0.707317
8d6926d767d7f15736e50e0247b35e303396feaa
112
yml
YAML
lib/generators/standard_block_rich_text/templates/locales/en.yml
ouvrages/ouvrages_block
7c8b82935018f653fadbc929aa192e3ad593f9e5
[ "MIT" ]
null
null
null
lib/generators/standard_block_rich_text/templates/locales/en.yml
ouvrages/ouvrages_block
7c8b82935018f653fadbc929aa192e3ad593f9e5
[ "MIT" ]
null
null
null
lib/generators/standard_block_rich_text/templates/locales/en.yml
ouvrages/ouvrages_block
7c8b82935018f653fadbc929aa192e3ad593f9e5
[ "MIT" ]
null
null
null
en: activerecord: models: rich_text: Rich Text attributes: rich_text: texte: Text
14
26
0.580357
3818f39dd0dbcd84454565ddb5ba867e58515e05
405
yml
YAML
windows/etw-providers/Microsoft-AppV-ServiceLog/events/event-2.yml
SarguelUnda/OSSEM-DD
afd9b27897346dfa3b3f43d2d403c3f5c5f86214
[ "MIT" ]
null
null
null
windows/etw-providers/Microsoft-AppV-ServiceLog/events/event-2.yml
SarguelUnda/OSSEM-DD
afd9b27897346dfa3b3f43d2d403c3f5c5f86214
[ "MIT" ]
null
null
null
windows/etw-providers/Microsoft-AppV-ServiceLog/events/event-2.yml
SarguelUnda/OSSEM-DD
afd9b27897346dfa3b3f43d2d403c3f5c5f86214
[ "MIT" ]
null
null
null
title: Event 2 - DebugAppVClient description: null platform: windows log_source: Microsoft-AppV-ServiceLog event_code: '2' event_version: '0' event_fields: - standard_name: TBD standard_type: TBD name: WString1 type: UnicodeString description: null sample_value: null references: null tags: - etw_level_Verbose - etw_keywords_DebugTrace - etw_opcode_AppVClientService - etw_task_DebugAppVClient
20.25
37
0.809877
03c6d5f4696c71b2b19134bbd6383cff5e8e71d9
463
yml
YAML
system_testing/test_bucky_project/services/service_a/pc/scenarios/e2e/teardown_each_pc_e2e.yml
NA070/bucky-core
273db9e66083463bd4935f432962389fb628c350
[ "Apache-2.0" ]
37
2019-03-29T12:47:57.000Z
2021-04-03T00:42:13.000Z
system_testing/test_bucky_project/services/service_a/pc/scenarios/e2e/teardown_each_pc_e2e.yml
NA070/bucky-core
273db9e66083463bd4935f432962389fb628c350
[ "Apache-2.0" ]
82
2019-04-04T06:05:11.000Z
2021-09-27T21:57:32.000Z
system_testing/test_bucky_project/services/service_a/pc/scenarios/e2e/teardown_each_pc_e2e.yml
NA070/bucky-core
273db9e66083463bd4935f432962389fb628c350
[ "Apache-2.0" ]
10
2019-04-01T10:27:11.000Z
2020-01-11T08:14:29.000Z
desc: teardown each pc e2e suits device: pc service: service_a priority: high test_category: e2e teardown_each: procs: - proc: open test_page.html exec: operate: go url: http://bucky.net/test_page.html cases: - case_name: teardown_each_pc_e2e_1 func: teardown each pc e2e 1 func desc: teardown each pc e2e 1 func procs: - proc: open page exec: operate: go url: http://bucky.net
23.15
46
0.62851
fff54dd0974ed2accf1d428369bdeb39a624c438
3,886
yml
YAML
releases/shield-addon-postgres/shield-addon-postgres-1.0.1.yml
shieldproject/shield-addon-postgres-boshrelease
2ca4b577996f0119c985c1708310b9798cb580e5
[ "MIT" ]
1
2019-03-22T15:27:50.000Z
2019-03-22T15:27:50.000Z
releases/shield-addon-postgres/shield-addon-postgres-1.0.1.yml
shieldproject/shield-addon-postgres-boshrelease
2ca4b577996f0119c985c1708310b9798cb580e5
[ "MIT" ]
2
2019-02-13T19:08:25.000Z
2019-07-10T14:45:15.000Z
releases/shield-addon-postgres/shield-addon-postgres-1.0.1.yml
shieldproject/shield-addon-postgres-boshrelease
2ca4b577996f0119c985c1708310b9798cb580e5
[ "MIT" ]
null
null
null
name: shield-addon-postgres version: 1.0.1 commit_hash: 0be8a18 uncommitted_changes: false jobs: - name: shield-addon-postgres-10.0 version: f7ad8530fae2b1280ff6f0f509649dcfc1427022 fingerprint: f7ad8530fae2b1280ff6f0f509649dcfc1427022 sha1: c52c9190020d03250bfc4be0f612dd2c5619b462 - name: shield-addon-postgres-10.1 version: bb6d0d772439797ca055c2f0fab1963195a6511f fingerprint: bb6d0d772439797ca055c2f0fab1963195a6511f sha1: 567bccf9dd1544094c3bd24725b4868542c71c8f - name: shield-addon-postgres-9.0 version: 484e87d2371c422fc9a09a2252a7b6772bf6eea6 fingerprint: 484e87d2371c422fc9a09a2252a7b6772bf6eea6 sha1: 971938ffa8e67ce4871ddb489e6568d39e5e3263 - name: shield-addon-postgres-9.1 version: 44cd99742acdd1767842e7f05a31f009927c121f fingerprint: 44cd99742acdd1767842e7f05a31f009927c121f sha1: dcb02aebbe6cc74d9291bad98a167d2edade8146 - name: shield-addon-postgres-9.2 version: 27887b8bd22d593bf3cc9b903c974bb85676d30f fingerprint: 27887b8bd22d593bf3cc9b903c974bb85676d30f sha1: 1e9232369248c0f876ac31a42e56792b56e12e9c - name: shield-addon-postgres-9.3 version: e5bba0952382c11a3bbcb5f82b9439c528331b5e fingerprint: e5bba0952382c11a3bbcb5f82b9439c528331b5e sha1: 823b4c5ef1422013ac9a6004103202d8ae437cd9 - name: shield-addon-postgres-9.4 version: 22d4c6a06deb0ac9cd4f5ddd7629ea4c56a292cf fingerprint: 22d4c6a06deb0ac9cd4f5ddd7629ea4c56a292cf sha1: 21cb103985fb903d16c6beb4f87d16557bc18fd0 - name: shield-addon-postgres-9.5 version: 4f838097cf251a51fe88482f97e113c05eecd97e fingerprint: 4f838097cf251a51fe88482f97e113c05eecd97e sha1: 1f6f5aa3146be3fb2680588a0ce5dd2a06da9771 - name: shield-addon-postgres-9.6 version: e74c21e9fa7445deffcedf0db9f76175db8faa51 fingerprint: e74c21e9fa7445deffcedf0db9f76175db8faa51 sha1: 8e907c359da3ad5e53f81d66f0db4d361782ac05 packages: - name: shield-addon-postgres-10.0 version: 4855b6f034827cd3a014b30e51f05c594e3e348d fingerprint: 4855b6f034827cd3a014b30e51f05c594e3e348d sha1: 62016c631ea595b9ef48f3c456359633777c9a84 dependencies: [] - name: shield-addon-postgres-10.1 version: 439bf8f5ede98b79e6cae7d20b6143ec4e7000d5 fingerprint: 439bf8f5ede98b79e6cae7d20b6143ec4e7000d5 sha1: 9af1559ed5ee3227153561518f6f5895f994b953 dependencies: [] - name: shield-addon-postgres-9.0 version: f6e11550f291007138bcb6483fdbbe5750ff5b84 fingerprint: f6e11550f291007138bcb6483fdbbe5750ff5b84 sha1: 1f243ae1132bffe12dd6959926f33bc192a743f1 dependencies: [] - name: shield-addon-postgres-9.1 version: a8f88b2f813142341eee9a92ba2e638d687c06be fingerprint: a8f88b2f813142341eee9a92ba2e638d687c06be sha1: 7fc3fac49ebbab9a0b41a919d981721b354264e1 dependencies: [] - name: shield-addon-postgres-9.2 version: bcb9259439e304aab858345a0fabe495bb055bd3 fingerprint: bcb9259439e304aab858345a0fabe495bb055bd3 sha1: c66d39f053a1ff5313820a7dc949ecf606b00447 dependencies: [] - name: shield-addon-postgres-9.3 version: 2e0fa9e3871eb5b96463a9e108b1bf92d6e0e0de fingerprint: 2e0fa9e3871eb5b96463a9e108b1bf92d6e0e0de sha1: ece9bcf864461317d1cf69f962e61fd9a135c6b6 dependencies: [] - name: shield-addon-postgres-9.4 version: da36624beec253d29abcad49fe7ef8df9fd6ef99 fingerprint: da36624beec253d29abcad49fe7ef8df9fd6ef99 sha1: ada56d0559bd15e178e0bc28101728cbec8e0252 dependencies: [] - name: shield-addon-postgres-9.5 version: 8bd0fd47b8a0b2b337f91e621e6a667651e3a6a7 fingerprint: 8bd0fd47b8a0b2b337f91e621e6a667651e3a6a7 sha1: 1f30427dfa68c15128a6ed47ffae260b011a839f dependencies: [] - name: shield-addon-postgres-9.6 version: 9e05017b9bac239e98b0960aed34c9cd878c5d6d fingerprint: 9e05017b9bac239e98b0960aed34c9cd878c5d6d sha1: 38d3258d7e857974f97e9916f2bae563265086f2 dependencies: [] license: version: fc24a259da4ed145bfa70db6bc689b7dfb91673c fingerprint: fc24a259da4ed145bfa70db6bc689b7dfb91673c sha1: c9d1e8ab72e6a55c5a7156ef29472edbd6e574c9
42.23913
55
0.863098
37789f81aebb49ab51b34785449a7c9d0973ccb5
137
yml
YAML
_data/education.yml
soycabanillas/merge-conflicts
22e6064b644e16bcfaac6554970aab3ec388b53d
[ "MIT" ]
null
null
null
_data/education.yml
soycabanillas/merge-conflicts
22e6064b644e16bcfaac6554970aab3ec388b53d
[ "MIT" ]
4
2021-05-29T18:17:40.000Z
2021-05-29T18:29:03.000Z
_data/education.yml
soycabanillas/merge-conflicts
22e6064b644e16bcfaac6554970aab3ec388b53d
[ "MIT" ]
null
null
null
# Degree - degree: Data Scientist Nanodegree uni: Coursera year: June, 2012 &mdash; January, 2015 # awards: # summary: It's ok
19.571429
40
0.671533
37c42f3ca059c2c7dbb7134ae116c41230eddb3a
127
yaml
YAML
tests/minimal/phase1/ssz_static/ForkData/ssz_one/case_29/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase1/ssz_static/ForkData/ssz_one/case_29/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase1/ssz_static/ForkData/ssz_one/case_29/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
{current_version: '0x441268a7', genesis_validators_root: '0xcab5406ee5bc62f0a990da8d03f8d064efdd18542f414e39900f663862f5de24'}
63.5
126
0.897638
26008d5b4ec7d4e5816463b5fb8e1e877ec42965
527
yaml
YAML
models/official/mask_rcnn/configs/cloud/v3-128.yaml
aman2930/tpu
1724c0ee08523ecb4e10872026afd2d8391137c1
[ "Apache-2.0" ]
5,098
2018-02-09T16:56:49.000Z
2022-03-31T13:50:40.000Z
models/official/mask_rcnn/configs/cloud/v3-128.yaml
aman2930/tpu
1724c0ee08523ecb4e10872026afd2d8391137c1
[ "Apache-2.0" ]
550
2018-02-07T05:30:06.000Z
2022-03-13T22:00:09.000Z
models/official/mask_rcnn/configs/cloud/v3-128.yaml
aman2930/tpu
1724c0ee08523ecb4e10872026afd2d8391137c1
[ "Apache-2.0" ]
1,920
2018-02-07T23:44:49.000Z
2022-03-29T03:11:08.000Z
# ---------- MODEL PARAMETERS ------------- backbone: 'resnet50' num_cores: 128 # ---------- TRAINING PARAMETERS ---------- train_batch_size: 512 init_learning_rate: 0.24 warmup_learning_rate: 0.0067 warmup_steps: 1600 learning_rate_levels: [0.024, 0.0024, 0.00024] learning_rate_steps: [6000, 8000, 10000] total_steps: 11250 global_gradient_clip_ratio: 0.02 num_batch_norm_group: 1 momentum: 0.95 precision: 'bfloat16' # ---------- EVAL PARAMETERS -------------- eval_batch_size: 8 eval_samples: 5000 num_steps_per_eval: 2500
26.35
46
0.703985
b3955e09bc41593a8b24a8df9b12815634e2c402
1,498
yaml
YAML
config/config.yaml
lePossum/DeblurGANv2
b02c86de98f98604e2416a3a6121110ede7a2de9
[ "BSD-2-Clause" ]
null
null
null
config/config.yaml
lePossum/DeblurGANv2
b02c86de98f98604e2416a3a6121110ede7a2de9
[ "BSD-2-Clause" ]
null
null
null
config/config.yaml
lePossum/DeblurGANv2
b02c86de98f98604e2416a3a6121110ede7a2de9
[ "BSD-2-Clause" ]
null
null
null
--- project: deblur_gan experiment_desc: fpn train: files_a: &FILES_A ../../Stuff/Images/generated/march1_mono_l9/blurred/*.png files_b: &FILES_B ../../Stuff/Images/generated/march1_mono_l9/sharp/*.png size: &SIZE 256 crop: random preload: &PRELOAD false preload_size: &PRELOAD_SIZE 0 bounds: [0, .9] scope: geometric corrupt: &CORRUPT - name: cutout prob: 0.5 num_holes: 3 max_h_size: 25 max_w_size: 25 - name: jpeg quality_lower: 70 quality_upper: 90 - name: motion_blur - name: median_blur - name: gamma - name: rgb_shift - name: hsv_shift - name: sharpen val: files_a: &FILES_C ../../Stuff/Images/generated/val_l5a0/blurred/*.png files_b: &FILES_D ../../Stuff/Images/generated/val_l5a0/sharp/*.png size: *SIZE scope: geometric crop: center preload: *PRELOAD preload_size: *PRELOAD_SIZE bounds: [.9, 1] corrupt: *CORRUPT phase: train warmup_num: 3 model: g_name: fpn_inception blocks: 9 d_name: double_gan # may be no_gan, patch_gan, double_gan, multi_scale d_layers: 3 content_loss: perceptual adv_lambda: 0.001 disc_loss: wgan-gp learn_residual: True norm_layer: instance dropout: True num_epochs: 150 train_batches_per_epoch: 1000 val_batches_per_epoch: 10 batch_size: 16 image_size: [500, 500] optimizer: name: adam lr: 0.0001 scheduler: name: linear start_epoch: 20 min_lr: 0.00001
21.710145
78
0.661549
a073f9693dfa6da2c92d1ec9881280275d4ee6c7
5,861
yml
YAML
articles/azure-sql/database/monitoring-tuning-index.yml
changeworld/azure-docs.it-
34f70ff6964ec4f6f1a08527526e214fdefbe12a
[ "CC-BY-4.0", "MIT" ]
1
2017-06-06T22:50:05.000Z
2017-06-06T22:50:05.000Z
articles/azure-sql/database/monitoring-tuning-index.yml
changeworld/azure-docs.it-
34f70ff6964ec4f6f1a08527526e214fdefbe12a
[ "CC-BY-4.0", "MIT" ]
41
2016-11-21T14:37:50.000Z
2017-06-14T20:46:01.000Z
articles/azure-sql/database/monitoring-tuning-index.yml
changeworld/azure-docs.it-
34f70ff6964ec4f6f1a08527526e214fdefbe12a
[ "CC-BY-4.0", "MIT" ]
7
2016-11-16T18:13:16.000Z
2017-06-26T10:37:55.000Z
### YamlMime:Landing title: Monitoraggio e ottimizzazione delle prestazioni del database SQL di Azure e di Istanza gestita di SQL di Azure summary: Database SQL di Azure e Istanza gestita di SQL di Azure forniscono gli strumenti per raccogliere metriche e informazioni di diagnostica per il monitoraggio del database e il miglioramento delle relative prestazioni. metadata: title: Documentazione su monitoraggio e ottimizzazione delle prestazioni del database SQL di Azure e di Istanza gestita di SQL di Azure description: Informazioni sugli strumenti di monitoraggio e ottimizzazione delle prestazioni del database SQL di Azure che consentono di raccogliere metriche e diagnostica e migliorare le prestazioni del database. ms.service: sql-database ms.subservice: performance ms.custom: sqldbrb=2 ms.topic: landing-page ms.collection: performance author: WilliamDAssafMSFT ms.author: wiassaf ms.reviewer: sstein ms.date: 03/10/2020 ms.openlocfilehash: c5e6be0781b6c65e4c45c7f0cee5689db890ac33 ms.sourcegitcommit: d60976768dec91724d94430fb6fc9498fdc1db37 ms.translationtype: HT ms.contentlocale: it-IT ms.lasthandoff: 12/02/2020 ms.locfileid: "96490466" landingContent: - title: Introduzione a monitoraggio e ottimizzazione delle prestazioni linkLists: - linkListType: overview links: - text: Monitoraggio e ottimizzazione delle prestazioni url: monitor-tune-overview.md - linkListType: learn links: - text: Playbook sul monitoraggio del database di Microsoft Azure url: https://app.pluralsight.com/library/courses/microsoft-azure-database-playbook-monitoring - title: Raccomandazioni per prestazioni intelligenti del database SQL di Azure linkLists: - linkListType: concept links: - text: Raccomandazioni di Advisor per database SQL sull'ottimizzazione url: database-advisor-implement-performance-recommendations.md - text: Ottimizzazione automatica url: automatic-tuning-enable.md - text: Informazioni dettagliate prestazioni query url: query-performance-insight-use.md - linkListType: video links: - text: Ottimizzazione automatica url: https://channel9.msdn.com/Shows/Azure-Friday/Improve-Azure-SQL-Database-Performance-with-Automatic-Tuning/player - title: Limiti delle risorse del database SQL di Azure e di Istanza gestita di SQL di Azure linkLists: - linkListType: concept links: - text: Limiti delle risorse di vCore per database singolo url: resource-limits-vcore-single-databases.md - text: Limiti delle risorse di DTU per database singolo url: resource-limits-dtu-single-databases.md - text: Limiti delle risorse di vCore per pool elastico url: resource-limits-vcore-elastic-pools.md - text: Limiti delle risorse di DTU per pool elastico url: resource-limits-dtu-elastic-pools.md - text: Limiti delle risorse di Istanza gestita di SQL url: ../managed-instance/resource-limits.md - text: Limiti delle risorse dei pool di istanze url: ../managed-instance/instance-pools-overview.md#resource-limitations - title: Analisi intelligente delle prestazioni per il database SQL di Azure e Istanza gestita di SQL di Azure linkLists: - linkListType: overview links: - text: Intelligent Insights con intelligenza artificiale url: intelligent-insights-overview.md - linkListType: concept links: - text: Metriche e registrazione diagnostica url: metrics-diagnostic-telemetry-logging-streaming-export-configure.md - text: Informazioni sul log di diagnostica delle prestazioni url: intelligent-insights-use-diagnostics-log.md - text: Azure SQL Analytics url: ../../azure-monitor/insights/azure-sql.md - text: Modelli di prestazioni rilevabili url: intelligent-insights-troubleshoot-performance.md - text: Elaborazione di query intelligenti url: /sql/relational-databases/performance/intelligent-query-processing - linkListType: video links: - text: Intelligent Insights url: https://channel9.msdn.com/Shows/Azure-Friday/Get-Intelligent-Insights-for-Improving-Azure-SQL-Database-Performance/player - title: Ottimizzazione manuale delle prestazioni per il database SQL di Azure e Istanza gestita di SQL di Azure linkLists: - linkListType: overview links: - text: Identificare i problemi di prestazioni delle query url: ../identify-query-performance-issues.md - linkListType: concept links: - text: Monitoraggio tramite le viste a gestione dinamica url: monitoring-with-dmvs.md - text: Ottimizzazione di applicazioni e database url: performance-guidance.md - text: Uso di Query Store url: /sql/relational-databases/performance/monitoring-performance-by-using-the-query-store - text: Utilizzo degli eventi estesi url: xevent-db-diff-from-svr.md - text: Diagnostica delle prestazioni dell'iperscalabilità url: hyperscale-performance-diagnostics.md - title: Ridimensionamento delle risorse del database SQL di Azure e di Istanza gestita di SQL di Azure linkLists: - linkListType: overview links: - text: Ridimensionamento dinamico delle risorse url: scale-resources.md - linkListType: concept links: - text: Ridimensionamento delle risorse per database singolo url: single-database-scale.md - text: Ridimensionamento delle risorse del pool elastico url: elastic-pool-scale.md - text: Ridimensionamento delle risorse dell'istanza gestita url: ../managed-instance/sql-managed-instance-paas-overview.md#management-operations - text: Scalabilità in lettura url: read-scale-out.md - linkListType: video links: - text: Scalabilità dinamica url: https://channel9.msdn.com/Blogs/Azure/Azure-SQL-Database-dynamically-scale-up-or-scale-down/player
47.650407
224
0.758232
abf68cd072990cd7bc3d3175aaedde3dc5cd0b2e
363
yml
YAML
docs-ref-autogen/@azure/arm-network/EffectiveRouteState.yml
ellismg/azure-docs-sdk-node
c36a2584fe9e23a0de152d3cfa79dcd130f85353
[ "CC-BY-4.0", "MIT" ]
59
2017-07-07T17:57:53.000Z
2022-03-25T16:36:13.000Z
docs-ref-autogen/@azure/arm-network/EffectiveRouteState.yml
ellismg/azure-docs-sdk-node
c36a2584fe9e23a0de152d3cfa79dcd130f85353
[ "CC-BY-4.0", "MIT" ]
1,322
2017-06-20T20:51:24.000Z
2022-03-29T21:20:34.000Z
docs-ref-autogen/@azure/arm-network/EffectiveRouteState.yml
ellismg/azure-docs-sdk-node
c36a2584fe9e23a0de152d3cfa79dcd130f85353
[ "CC-BY-4.0", "MIT" ]
159
2017-06-21T00:35:28.000Z
2022-03-28T23:37:18.000Z
### YamlMime:TSTypeAlias name: EffectiveRouteState uid: '@azure/arm-network.EffectiveRouteState' package: '@azure/arm-network' summary: |- Defines values for EffectiveRouteState. Possible values include: 'Active', 'Invalid' fullName: EffectiveRouteState remarks: '' isPreview: false isDeprecated: false syntax: type EffectiveRouteState = "Active" | "Invalid"
27.923077
55
0.782369
ea9c36ac15d46c460f5ad13cd9c2c9afbb44f16a
648
yml
YAML
docs-ref-autogen/com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError*" fullName: "com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError" name: "InternalError" nameWithType: "AmqpErrorCode.InternalError" members: - uid: "com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError" fullName: "com.microsoft.azure.servicebus.amqp.AmqpErrorCode.InternalError" name: "InternalError" nameWithType: "AmqpErrorCode.InternalError" syntax: "public static final Symbol InternalError" type: "field" metadata: {} package: "com.microsoft.azure.servicebus.amqp" artifact: com.microsoft.azure:azure-servicebus:3.6.1
40.5
77
0.810185
204e24a13fd366d0961b495da3cc9f2f0d5115f1
938
yml
YAML
elvers/rules/deseq2/params.yml
dib-lab/2018-snakemake-eel-pond
0e6e978877e64f3a3b70335b3969efd0771e17ca
[ "BSD-3-Clause" ]
12
2018-06-20T14:14:53.000Z
2019-03-18T16:01:26.000Z
elvers/rules/deseq2/params.yml
dib-lab/2018-snakemake-eel-pond
0e6e978877e64f3a3b70335b3969efd0771e17ca
[ "BSD-3-Clause" ]
104
2018-06-20T16:07:35.000Z
2019-03-22T21:46:15.000Z
elvers/rules/deseq2/params.yml
dib-lab/2018-snakemake-eel-pond
0e6e978877e64f3a3b70335b3969efd0771e17ca
[ "BSD-3-Clause" ]
2
2020-08-26T07:30:10.000Z
2021-12-10T05:48:53.000Z
deseq2: elvers_params: input_options: read: - salmon_quants outputs: outdir: diffexp combine_units: True # needs to match with salmon's combine_units extensions: base: - .deseq2.rds - .deseq2.pca.pdf - .c__contrast__.deseq2.tsv - .c__contrast__.deseq2.padj_0.1.tsv - .c__contrast__.deseq2.ma-plot.pdf help: "deseq2 can be used to conduct differential expression analysis of RNAseq data." citations: - "Love, M.I., Huber, W., Anders, S. (2014) Moderated estimation of fold change and dispersion for RNA-seq data with DESeq2. Genome Biology, 15:550. 10.1186/s13059-014-0550-8" program_params: gene_trans_map: True # contrasts for the deseq2 results method contrasts: time0-vs-time6: - time0 - time6 pca: labels: # columns of sample sheet to use for PCA - condition
31.266667
181
0.627932
9ba6652b530f8a2829c79ff4a28b45f4d0a8642e
33
yml
YAML
provision/roles/tomcat-server/vars/main.yml
ParidaPunyasloka/tw-test-devops
2682f9810662a851090a11097f3a3a37473a60de
[ "MIT" ]
null
null
null
provision/roles/tomcat-server/vars/main.yml
ParidaPunyasloka/tw-test-devops
2682f9810662a851090a11097f3a3a37473a60de
[ "MIT" ]
null
null
null
provision/roles/tomcat-server/vars/main.yml
ParidaPunyasloka/tw-test-devops
2682f9810662a851090a11097f3a3a37473a60de
[ "MIT" ]
null
null
null
http_port: 8080 https_port: 8443
11
16
0.818182
9bc8c6682bb889b4f4af665e47f132b465cd3336
119
yaml
YAML
releasenotes/notes/debug-e9dd680d783fa4b6.yaml
openstack/python-ironicclient
4549820bfad9fb4ba1a676a00aa966caec3538b9
[ "Apache-2.0" ]
41
2015-01-29T20:10:48.000Z
2022-01-26T10:04:28.000Z
releasenotes/notes/debug-e9dd680d783fa4b6.yaml
openstack/python-ironicclient
4549820bfad9fb4ba1a676a00aa966caec3538b9
[ "Apache-2.0" ]
null
null
null
releasenotes/notes/debug-e9dd680d783fa4b6.yaml
openstack/python-ironicclient
4549820bfad9fb4ba1a676a00aa966caec3538b9
[ "Apache-2.0" ]
46
2015-01-19T17:46:52.000Z
2021-12-19T01:22:47.000Z
--- fixes: - | The ``--debug`` option now works correctly with the built-in ``baremetal`` command line tool.
19.833333
78
0.621849
ebc06b459e530a827c54f0fc29978453a453cc09
108
yaml
YAML
vuejs-compose/docker-compose.slim.yaml
rubicon/examples
d93455aedd41af75f2f89e651e200ee587476037
[ "Apache-2.0" ]
null
null
null
vuejs-compose/docker-compose.slim.yaml
rubicon/examples
d93455aedd41af75f2f89e651e200ee587476037
[ "Apache-2.0" ]
null
null
null
vuejs-compose/docker-compose.slim.yaml
rubicon/examples
d93455aedd41af75f2f89e651e200ee587476037
[ "Apache-2.0" ]
null
null
null
version: '2' services: web: image: dslimexamples/vuejs_web.slim:latest ports: - "1300:1300"
15.428571
46
0.638889
64419078e280cb9bf9409b85ee89f90e5f30619b
2,535
yaml
YAML
.github/workflows/sandpaper-main.yaml
zkamvar/sandpaper-docs
901139395906ff3740f1058bb8ae44ba0369cddd
[ "CC-BY-4.0" ]
null
null
null
.github/workflows/sandpaper-main.yaml
zkamvar/sandpaper-docs
901139395906ff3740f1058bb8ae44ba0369cddd
[ "CC-BY-4.0" ]
39
2021-03-02T15:59:49.000Z
2021-06-07T23:44:19.000Z
.github/workflows/sandpaper-main.yaml
zkamvar/sandpaper-docs
901139395906ff3740f1058bb8ae44ba0369cddd
[ "CC-BY-4.0" ]
17
2021-03-30T20:47:07.000Z
2021-05-31T19:39:31.000Z
name: "01 Build and Deploy Site" on: push: branches: - main - master schedule: - cron: '0 0 * * 2' workflow_dispatch: inputs: name: description: 'Who triggered this build?' required: true default: 'Maintainer (via GitHub)' reset: description: 'Should the cached markdown files be reset? (true/false)' required: true default: false jobs: full-build: name: "Build Full Site" runs-on: macOS-latest env: GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2 - uses: r-lib/actions/setup-r@v1 - uses: r-lib/actions/setup-pandoc@v1 with: pandoc-version: "2.11.4" - name: "Query Sandpaper Dependencies" run: | install.packages('remotes') options(repos = c( "https://carpentries.r-universe.dev/", "https://carpentries.github.io/drat/", "https://cloud.r-project.org/" )) saveRDS(remotes::package_deps('sandpaper', dependencies = TRUE), ".github/depends.Rds", version = 2 ) writeLines( sprintf("R-%i.%i", getRversion()$major, getRversion()$minor), ".github/R-version" ) shell: Rscript {0} - name: "Restore Package Cache" uses: actions/cache@v2 with: path: ${{ env.R_LIBS_USER }} key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }} restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1- - name: "Install {sandpaper} and Dependencies" run: | options(repos = c( "https://carpentries.r-universe.dev/", "https://carpentries.github.io/drat/", "https://cloud.r-project.org/" )) library("remotes") pkgs <- package_deps('sandpaper', dependencies = TRUE) pkgs$diff[pkgs$package == "tinkr"] <- -1 # force tinkr update for now update(pkgs, upgrade = "always") shell: Rscript {0} - name: "Show Session Information" run: Rscript -e 'sandpaper:::ci_session_info()' - name: "Deploy Site" run: | sandpaper:::check_git_user(path = ".", name = "GitHub Actions", email = "actions@github.com") reset <- "${{ github.event.inputs.reset }}" == "true" sandpaper:::ci_deploy(reset = reset) shell: Rscript {0}
30.914634
111
0.53925
2f756f5bcba2139b940f2d99f47b14efe2b240a4
606
yml
YAML
_data/comments/elasticsearch-restore/comment-1581136581575.yml
ZacharyThomas/ZacharyThomas.github.io
2f44677f893328531dfa8cd8ed8082468400a905
[ "MIT" ]
3
2016-08-09T13:44:22.000Z
2016-09-22T02:44:13.000Z
_data/comments/elasticsearch-restore/comment-1581136581575.yml
ZacharyThomas/ZacharyThomas.github.io
2f44677f893328531dfa8cd8ed8082468400a905
[ "MIT" ]
null
null
null
_data/comments/elasticsearch-restore/comment-1581136581575.yml
ZacharyThomas/ZacharyThomas.github.io
2f44677f893328531dfa8cd8ed8082468400a905
[ "MIT" ]
null
null
null
_id: 8e2e8010-4a2c-11ea-a10f-77385622cc26 message: "Почему стоит играть в minecraft на <b><a href=\"https://gamai.ru\">Гамай.Ру</a></b>? \r\n \r\n<b>*</b> Бесплатная игра \r\n<b>*</b> Крепкая экономика \r\n<b>*</b> Красивый мир \r\n<b>*</b> Добрая администрация \r\n<b>*</b> Техподдержка \r\n<b>*</b> Модераторы 16+ \r\n<b>*</b> Магазин вещей \r\n<b>*</b> Новые плагины \r\n<b>*</b> Кастомизированные сервера \r\n<b>*</b> Гайды и руководства \r\n \r\nВведи бесплатный промокод \"/kit Gamai2020\"" name: Craigamimb email: 00f3541247bc63b655c322664f5ceb51 url: '' hidden: '' date: '2020-02-08T04:36:21.573Z'
75.75
454
0.678218
e0d4c2193c2ca5f82b4a59999d1e653df0ae2180
132
yml
YAML
.buildkite/pipeline.yml
yahonda/activerecord-tidb-adapter
a8ca38a36eb6b43f7d91ffd9881bee2c2fbe065a
[ "Apache-2.0" ]
18
2021-08-12T13:45:23.000Z
2021-09-06T00:26:55.000Z
.buildkite/pipeline.yml
yahonda/activerecord-tidb-adapter
a8ca38a36eb6b43f7d91ffd9881bee2c2fbe065a
[ "Apache-2.0" ]
20
2021-08-09T12:58:24.000Z
2022-03-31T09:47:56.000Z
.buildkite/pipeline.yml
yahonda/activerecord-tidb-adapter
a8ca38a36eb6b43f7d91ffd9881bee2c2fbe065a
[ "Apache-2.0" ]
2
2021-08-16T07:02:53.000Z
2022-03-29T05:45:52.000Z
env: MYSQL_HOST: 127.0.0.1 MYSQL_USER: root steps: - command: "testing.sh" label: "Run TiDB ActiveRecord Adapter testing"
18.857143
50
0.69697
79847a5740cc3afa0d1773364e416e4ef9add79e
260,401
yaml
YAML
src/azure-cli/azure/cli/command_modules/aro/tests/latest/recordings/test_aro_delete.yaml
akashsinghal/azure-cli
8ab2f7604a834de790bdea849b3e83f2466428b9
[ "MIT" ]
null
null
null
src/azure-cli/azure/cli/command_modules/aro/tests/latest/recordings/test_aro_delete.yaml
akashsinghal/azure-cli
8ab2f7604a834de790bdea849b3e83f2466428b9
[ "MIT" ]
null
null
null
src/azure-cli/azure/cli/command_modules/aro/tests/latest/recordings/test_aro_delete.yaml
akashsinghal/azure-cli
8ab2f7604a834de790bdea849b3e83f2466428b9
[ "MIT" ]
null
null
null
interactions: - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet create Connection: - keep-alive ParameterSetName: - -g -n --address-prefixes User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_aro_delete000001?api-version=2019-07-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001","name":"cli_test_aro_delete000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-20T13:41:46Z","createdAt":"2020-05-20T13:41:48.9413280Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '377' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:41:51 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: '{"location": "eastus", "tags": {}, "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/9"]}, "dhcpOptions": {}}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet create Connection: - keep-alive Content-Length: - '122' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --address-prefixes User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"623677f4-a1e0-472d-a0d4-14cbccb00b48\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Updating\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\":\ \ [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ : false\r\n }\r\n}" headers: azure-asyncnotification: - Enabled azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/6f2cfa4c-a76f-4ae0-9078-05cd36444916?api-version=2020-03-01 cache-control: - no-cache content-length: - '724' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:41:54 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-arm-service-request-id: - 7fbe4fb0-84b5-4a06-a399-015d6686438a x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 201 message: Created - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet create Connection: - keep-alive ParameterSetName: - -g -n --address-prefixes User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/6f2cfa4c-a76f-4ae0-9078-05cd36444916?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" headers: cache-control: - no-cache content-length: - '29' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:41:58 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 895f18b0-3f6a-4b7c-8e1b-f82a0ea3041e status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet create Connection: - keep-alive ParameterSetName: - -g -n --address-prefixes User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"ae77e8ab-afef-4561-b453-78c1458be7f4\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Succeeded\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\":\ \ [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ : false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - '725' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:41:59 GMT etag: - W/"ae77e8ab-afef-4561-b453-78c1458be7f4" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 86a550f6-e9e1-44a8-8704-f6238843c5fc status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"ae77e8ab-afef-4561-b453-78c1458be7f4\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Succeeded\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [],\r\n \"virtualNetworkPeerings\":\ \ [],\r\n \"enableDdosProtection\": false,\r\n \"enableVmProtection\"\ : false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - '725' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:00 GMT etag: - W/"ae77e8ab-afef-4561-b453-78c1458be7f4" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 397ad116-9c10-4dbc-860f-3c68f7522bc3 status: code: 200 message: OK - request: body: 'b''{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet", "location": "eastus", "tags": {}, "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/9"]}, "dhcpOptions": {"dnsServers": []}, "subnets": [{"properties": {"addressPrefix": "10.56.23.0/24", "serviceEndpoints": [{"service": "Microsoft.ContainerRegistry"}]}, "name": "dev_master000002"}], "virtualNetworkPeerings": [], "enableDdosProtection": false, "enableVmProtection": false}}''' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive Content-Length: - '543' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"10298ce9-6a1f-4789-99a3-c3428a6189a9\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Updating\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"dev_master000002\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"10298ce9-6a1f-4789-99a3-c3428a6189a9\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\"\ : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/1970e09d-3a62-4ae9-bfe1-2b5b8ac86c91?api-version=2020-03-01 cache-control: - no-cache content-length: - '1617' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:01 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - e6a497c4-8826-4f2b-a044-9fb2cd395d25 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/1970e09d-3a62-4ae9-bfe1-2b5b8ac86c91?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" headers: cache-control: - no-cache content-length: - '29' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:05 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 071d685f-1a31-4a9b-96fb-255a7900e682 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"8a6c9995-9e4a-4890-b5e7-bc6cfbd12f2c\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Succeeded\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"dev_master000002\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"8a6c9995-9e4a-4890-b5e7-bc6cfbd12f2c\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\"\ : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - '1620' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:05 GMT etag: - W/"8a6c9995-9e4a-4890-b5e7-bc6cfbd12f2c" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - a5452998-fc0b-4800-8d2b-9b3f7bde0928 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"8a6c9995-9e4a-4890-b5e7-bc6cfbd12f2c\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Succeeded\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"dev_master000002\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"8a6c9995-9e4a-4890-b5e7-bc6cfbd12f2c\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\"\ : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - '1620' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:06 GMT etag: - W/"8a6c9995-9e4a-4890-b5e7-bc6cfbd12f2c" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 526841be-38d0-4d45-b2b0-7b529d1c6eda status: code: 200 message: OK - request: body: 'b''{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet", "location": "eastus", "tags": {}, "properties": {"addressSpace": {"addressPrefixes": ["10.0.0.0/9"]}, "dhcpOptions": {"dnsServers": []}, "subnets": [{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002", "properties": {"addressPrefix": "10.56.23.0/24", "serviceEndpoints": [{"service": "Microsoft.ContainerRegistry", "locations": ["*"]}], "delegations": [], "privateEndpointNetworkPolicies": "Enabled", "privateLinkServiceNetworkPolicies": "Enabled"}, "name": "dev_master000002"}, {"properties": {"addressPrefix": "10.41.70.0/24", "serviceEndpoints": [{"service": "Microsoft.ContainerRegistry"}]}, "name": "dev_worker000003"}], "virtualNetworkPeerings": [], "enableDdosProtection": false, "enableVmProtection": false}}''' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive Content-Length: - '1000' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"f6aad4bc-4250-49bf-a0f4-572e07a0b75b\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Updating\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"dev_master000002\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"f6aad4bc-4250-49bf-a0f4-572e07a0b75b\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n },\r\n {\r\n \"name\": \"dev_worker000003\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\r\n \"etag\": \"W/\\\"f6aad4bc-4250-49bf-a0f4-572e07a0b75b\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"addressPrefix\": \"10.41.70.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Updating\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\"\ : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/4e276cf1-50a0-4a8a-9aa4-d5acdb1c2acc?api-version=2020-03-01 cache-control: - no-cache content-length: - '2506' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:07 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 1587f449-010c-410e-b812-0d5cde130609 x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/4e276cf1-50a0-4a8a-9aa4-d5acdb1c2acc?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" headers: cache-control: - no-cache content-length: - '29' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:10 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 27716050-1d0a-4259-a435-5a5b45f39f34 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet create Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --address-prefixes --service-endpoints User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev-vnet\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet\"\ ,\r\n \"etag\": \"W/\\\"185a869d-3849-4b54-bbc6-92bec916bec3\\\"\",\r\n \ \ \"type\": \"Microsoft.Network/virtualNetworks\",\r\n \"location\": \"eastus\"\ ,\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\":\ \ \"Succeeded\",\r\n \"resourceGuid\": \"85c74bd9-438b-4ed8-913a-d23c9c0c36c9\"\ ,\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"\ 10.0.0.0/9\"\r\n ]\r\n },\r\n \"dhcpOptions\": {\r\n \"dnsServers\"\ : []\r\n },\r\n \"subnets\": [\r\n {\r\n \"name\": \"dev_master000002\"\ ,\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"185a869d-3849-4b54-bbc6-92bec916bec3\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n },\r\n {\r\n \"name\": \"dev_worker000003\",\r\n \ \ \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\r\n \"etag\": \"W/\\\"185a869d-3849-4b54-bbc6-92bec916bec3\\\"\"\ ,\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"addressPrefix\": \"10.41.70.0/24\",\r\n \"serviceEndpoints\"\ : [\r\n {\r\n \"provisioningState\": \"Succeeded\"\ ,\r\n \"service\": \"Microsoft.ContainerRegistry\",\r\n \ \ \"locations\": [\r\n \"*\"\r\n ]\r\n\ \ }\r\n ],\r\n \"delegations\": [],\r\n \ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n }\r\n ],\r\n \"virtualNetworkPeerings\": [],\r\n \"enableDdosProtection\"\ : false,\r\n \"enableVmProtection\": false\r\n }\r\n}" headers: cache-control: - no-cache content-length: - '2510' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:10 GMT etag: - W/"185a869d-3849-4b54-bbc6-92bec916bec3" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 07b7a9f1-6bc4-42e9-a9c3-34d201c3479c status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet update Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --disable-private-link-service-network-policies User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev_master000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"185a869d-3849-4b54-bbc6-92bec916bec3\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\": [\r\n \ \ {\r\n \"provisioningState\": \"Succeeded\",\r\n \"service\"\ : \"Microsoft.ContainerRegistry\",\r\n \"locations\": [\r\n \ \ \"*\"\r\n ]\r\n }\r\n ],\r\n \"delegations\": [],\r\n\ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n}" headers: cache-control: - no-cache content-length: - '755' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:13 GMT etag: - W/"185a869d-3849-4b54-bbc6-92bec916bec3" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 12e764d8-c54f-4fd5-af19-95dbb3e79146 status: code: 200 message: OK - request: body: 'b''{"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002", "properties": {"addressPrefix": "10.56.23.0/24", "serviceEndpoints": [{"service": "Microsoft.ContainerRegistry", "locations": ["*"]}], "delegations": [], "privateEndpointNetworkPolicies": "Enabled", "privateLinkServiceNetworkPolicies": "Disabled"}, "name": "dev_master000002"}''' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet update Connection: - keep-alive Content-Length: - '456' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g --vnet-name -n --disable-private-link-service-network-policies User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev_master000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"ee05bae9-e2d1-4175-8dca-17b682e75a5e\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Updating\",\r\n \"\ addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\": [\r\n \ \ {\r\n \"provisioningState\": \"Succeeded\",\r\n \"service\"\ : \"Microsoft.ContainerRegistry\",\r\n \"locations\": [\r\n \ \ \"*\"\r\n ]\r\n }\r\n ],\r\n \"delegations\": [],\r\n\ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n}" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/76cf2a38-c7e7-445c-9e5f-adb0cfbbff9a?api-version=2020-03-01 cache-control: - no-cache content-length: - '755' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:13 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - afe3ca99-af83-4640-b322-1921adff5497 x-ms-ratelimit-remaining-subscription-writes: - '1198' status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet update Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --disable-private-link-service-network-policies User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Network/locations/eastus/operations/76cf2a38-c7e7-445c-9e5f-adb0cfbbff9a?api-version=2020-03-01 response: body: string: "{\r\n \"status\": \"Succeeded\"\r\n}" headers: cache-control: - no-cache content-length: - '29' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:17 GMT expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 48ebb887-ed43-425b-afd0-39cc63a674b7 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - network vnet subnet update Connection: - keep-alive ParameterSetName: - -g --vnet-name -n --disable-private-link-service-network-policies User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev_master000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"0a3d18cb-5257-4a99-a978-1a5b206aa1ab\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\": [\r\n \ \ {\r\n \"provisioningState\": \"Succeeded\",\r\n \"service\"\ : \"Microsoft.ContainerRegistry\",\r\n \"locations\": [\r\n \ \ \"*\"\r\n ]\r\n }\r\n ],\r\n \"delegations\": [],\r\n\ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n}" headers: cache-control: - no-cache content-length: - '756' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:17 GMT etag: - W/"0a3d18cb-5257-4a99-a978-1a5b206aa1ab" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - e9389c44-4f03-45e1-ad0c-939e6c5c746d status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev_master000002\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ ,\r\n \"etag\": \"W/\\\"0a3d18cb-5257-4a99-a978-1a5b206aa1ab\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.56.23.0/24\",\r\n \"serviceEndpoints\": [\r\n \ \ {\r\n \"provisioningState\": \"Succeeded\",\r\n \"service\"\ : \"Microsoft.ContainerRegistry\",\r\n \"locations\": [\r\n \ \ \"*\"\r\n ]\r\n }\r\n ],\r\n \"delegations\": [],\r\n\ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Disabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n}" headers: cache-control: - no-cache content-length: - '756' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:17 GMT etag: - W/"0a3d18cb-5257-4a99-a978-1a5b206aa1ab" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - f4ac1c4c-51f9-439a-87d4-e82d1b74ed44 status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-network/10.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003?api-version=2020-05-01 response: body: string: "{\r\n \"name\": \"dev_worker000003\",\r\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\r\n \"etag\": \"W/\\\"0a3d18cb-5257-4a99-a978-1a5b206aa1ab\\\"\",\r\n \ \ \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"\ addressPrefix\": \"10.41.70.0/24\",\r\n \"serviceEndpoints\": [\r\n \ \ {\r\n \"provisioningState\": \"Succeeded\",\r\n \"service\"\ : \"Microsoft.ContainerRegistry\",\r\n \"locations\": [\r\n \ \ \"*\"\r\n ]\r\n }\r\n ],\r\n \"delegations\": [],\r\n\ \ \"privateEndpointNetworkPolicies\": \"Enabled\",\r\n \"privateLinkServiceNetworkPolicies\"\ : \"Enabled\"\r\n },\r\n \"type\": \"Microsoft.Network/virtualNetworks/subnets\"\ \r\n}" headers: cache-control: - no-cache content-length: - '755' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:18 GMT etag: - W/"0a3d18cb-5257-4a99-a978-1a5b206aa1ab" expires: - '-1' pragma: - no-cache server: - Microsoft-HTTPAPI/2.0 - Microsoft-HTTPAPI/2.0 strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff x-ms-arm-service-request-id: - 7774c3a0-80d5-49c2-b37d-4802409a1e9c status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-resource/9.0.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourcegroups/cli_test_aro_delete000001?api-version=2019-07-01 response: body: string: '{"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001","name":"cli_test_aro_delete000001","type":"Microsoft.Resources/resourceGroups","location":"eastus","tags":{"product":"azurecli","cause":"automation","date":"2020-05-20T13:41:46Z","createdAt":"2020-05-20T13:41:48.9413280Z"},"properties":{"provisioningState":"Succeeded"}}' headers: cache-control: - no-cache content-length: - '377' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:18 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: '{"passwordCredentials": [{"endDate": "2299-12-31T00:00:00.000Z", "value": "ReplacedSPPassword123*"}], "displayName": "aro-eub633ti", "identifierUris": ["https://az.aro.azure.com/978e57b8-1107-4cbc-994e-7f012a64156d"]}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive Content-Length: - '231' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: POST uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/applications?api-version=1.6 response: body: string: '{"odata.metadata": "https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element", "odata.type": "Microsoft.DirectoryServices.Application", "objectType": "Application", "objectId": "6c11ae7d-f704-408b-9c61-edc5fcfce4a0", "deletionTimestamp": null, "acceptMappedClaims": null, "addIns": [], "appId": "ebc44092-fff8-40a7-acdf-6f77ba99a684", "applicationTemplateId": null, "appRoles": [], "availableToOtherTenants": false, "displayName": "aro-eub633ti", "errorUrl": null, "groupMembershipClaims": null, "homepage": null, "identifierUris": ["https://az.aro.azure.com/978e57b8-1107-4cbc-994e-7f012a64156d"], "informationalUrls": {"termsOfService": null, "support": null, "privacy": null, "marketing": null}, "isDeviceOnlyAuthSupported": null, "keyCredentials": [], "knownClientApplications": [], "logoutUrl": null, "logo@odata.mediaEditLink": "directoryObjects/6c11ae7d-f704-408b-9c61-edc5fcfce4a0/Microsoft.DirectoryServices.Application/logo", "logo@odata.mediaContentType": "application/json;odata=minimalmetadata; charset=utf-8", "logoUrl": null, "mainLogo@odata.mediaEditLink": "directoryObjects/6c11ae7d-f704-408b-9c61-edc5fcfce4a0/Microsoft.DirectoryServices.Application/mainLogo", "oauth2AllowIdTokenImplicitFlow": true, "oauth2AllowImplicitFlow": false, "oauth2AllowUrlPathMatching": false, "oauth2Permissions": [{"adminConsentDescription": "Allow the application to access aro-eub633ti on behalf of the signed-in user.", "adminConsentDisplayName": "Access aro-eub633ti", "id": "113c2d71-95a5-42c3-b238-6920ad3e3dd5", "isEnabled": true, "type": "User", "userConsentDescription": "Allow the application to access aro-eub633ti on your behalf.", "userConsentDisplayName": "Access aro-eub633ti", "value": "user_impersonation"}], "oauth2RequirePostResponse": false, "optionalClaims": null, "orgRestrictions": [], "parentalControlSettings": {"countriesBlockedForMinors": [], "legalAgeGroupRule": "Allow"}, "passwordCredentials": [{"customKeyIdentifier": null, "endDate": "2299-12-31T00:00:00Z", "keyId": "6d6af178-74d3-4531-b403-44b70677004d", "startDate": "2020-05-20T13:42:20.3049148Z", "value": "ReplacedSPPassword123*"}], "publicClient": null, "publisherDomain": "rhcuppettgmail.onmicrosoft.com", "recordConsentConditions": null, "replyUrls": [], "requiredResourceAccess": [], "samlMetadataUrl": null, "signInAudience": "AzureADMyOrg", "tokenEncryptionKeyId": null}' headers: access-control-allow-origin: - '*' cache-control: - no-cache content-length: - '2267' content-type: - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 dataserviceversion: - 3.0; date: - Wed, 20 May 2020 13:42:20 GMT duration: - '6693823' expires: - '-1' location: - https://graph.windows.net/00000000-0000-0000-0000-000000000000/directoryObjects/6c11ae7d-f704-408b-9c61-edc5fcfce4a0/Microsoft.DirectoryServices.Application ocp-aad-diagnostics-server-name: - Wmfud/AC47NmQntfkHJ6gyQj+0ledX1Ld1OirVzfMT0= ocp-aad-session-key: - Zj4N0VMXCVJqAkqCaBFcKdEHo8zy6y-mBJOJfraj8UZRUONljpN9DUiKcda9w-OfjCvtas73-XJLF6cbZLnBkvC-7RXwi4PKxK935Pb8K0LTZN288vjnS9h0hwcYwUv1yLbz6g3tmY7-BzDkSigxJeilnhGMDibzRAf9FmbqTpc.aKiXMRvikfMBQWO_eEsR8nwxSKr8Ua7oYvNbXOOzGW4 pragma: - no-cache request-id: - 07bb1a12-1dd6-4da1-aa1b-8dd2cf750e83 strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-ms-dirapi-data-contract-version: - '1.6' x-powered-by: - ASP.NET status: code: 201 message: Created - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/servicePrincipals?$filter=appId%20eq%20%27ebc44092-fff8-40a7-acdf-6f77ba99a684%27&api-version=1.6 response: body: string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects","value":[]}' headers: access-control-allow-origin: - '*' cache-control: - no-cache content-length: - '121' content-type: - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 dataserviceversion: - 3.0; date: - Wed, 20 May 2020 13:42:20 GMT duration: - '1996356' expires: - '-1' ocp-aad-diagnostics-server-name: - s2UwUVi+htM/n2YkhPwXRPeUZqg0DtftoAt5dzpH0b8= ocp-aad-session-key: - qHv4gvTtw3jmq8uZ8nDwT1LSSxhHrTDUOoiUwxj4KA_-RVU2ot5USzDrv8k-pfVw6Sy9VQmhwfeM6Qlh5Ro3maY21P-OQ1a_jTEVsIr_qWUIIZ5_GIhEiSwohqUCMiU2ZfmEmhq2kHRTM5pea35o0JGOBPzx2a_wNKlqIE05Ztc.9TFDOAVUuBgp-2E-QQ_arBueWtPxEAZIKwaJzarphC4 pragma: - no-cache request-id: - 7885978b-16d4-49dd-a996-12a39c835b3e strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-ms-dirapi-data-contract-version: - '1.6' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: '{"appId": "ebc44092-fff8-40a7-acdf-6f77ba99a684"}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive Content-Length: - '49' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: POST uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/servicePrincipals?api-version=1.6 response: body: string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects/@Element","odata.type":"Microsoft.DirectoryServices.ServicePrincipal","objectType":"ServicePrincipal","objectId":"1b262e87-4fef-4535-98dc-66ba462bb4ad","deletionTimestamp":null,"accountEnabled":true,"addIns":[],"alternativeNames":[],"appDisplayName":"aro-eub633ti","appId":"ebc44092-fff8-40a7-acdf-6f77ba99a684","applicationTemplateId":null,"appOwnerTenantId":"7a1815fb-63ba-4af7-8f33-e7333e421980","appRoleAssignmentRequired":false,"appRoles":[],"displayName":"aro-eub633ti","errorUrl":null,"homepage":null,"informationalUrls":{"termsOfService":null,"support":null,"privacy":null,"marketing":null},"keyCredentials":[],"logoutUrl":null,"notificationEmailAddresses":[],"oauth2Permissions":[{"adminConsentDescription":"Allow the application to access aro-eub633ti on behalf of the signed-in user.","adminConsentDisplayName":"Access aro-eub633ti","id":"113c2d71-95a5-42c3-b238-6920ad3e3dd5","isEnabled":true,"type":"User","userConsentDescription":"Allow the application to access aro-eub633ti on your behalf.","userConsentDisplayName":"Access aro-eub633ti","value":"user_impersonation"}],"passwordCredentials":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyEndDateTime":null,"preferredTokenSigningKeyThumbprint":null,"publisherName":"Azure Red Hat OpenShift (Red Hat)","replyUrls":[],"samlMetadataUrl":null,"samlSingleSignOnSettings":null,"servicePrincipalNames":["ebc44092-fff8-40a7-acdf-6f77ba99a684","https://az.aro.azure.com/978e57b8-1107-4cbc-994e-7f012a64156d"],"servicePrincipalType":"Application","signInAudience":"AzureADMyOrg","tags":[],"tokenEncryptionKeyId":null}' headers: access-control-allow-origin: - '*' cache-control: - no-cache content-length: - '1695' content-type: - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 dataserviceversion: - 3.0; date: - Wed, 20 May 2020 13:42:21 GMT duration: - '5204769' expires: - '-1' location: - https://graph.windows.net/00000000-0000-0000-0000-000000000000/directoryObjects/1b262e87-4fef-4535-98dc-66ba462bb4ad/Microsoft.DirectoryServices.ServicePrincipal ocp-aad-diagnostics-server-name: - T8XZkzrl2aupEbCD6UYjY32Rv0txL1m39kZkE588G30= ocp-aad-session-key: - Q5TLuYv__6-or84tpMEsw0EwrFneK4Zxek-eMdmhcb0dwxlLPBS65WKtkR-rqn9icf1fOBoc_nEfhjZVRRhaZudDFGtX3WnsAbJRK4Ya3I94Hc0tUB6SmXQRAf7_-_cbeBQ9je6sNtnzW6hnSJht2mFVxyEZCOp7T-l50hPSUJc.aGKZYa5nWYH45NcArZ8ei91IB8veH_nYdyVYBcP05Eo pragma: - no-cache request-id: - 3d40b6bd-f742-4d7b-8db3-0d61fbac848c strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-ms-dirapi-data-contract-version: - '1.6' x-powered-by: - ASP.NET status: code: 201 message: Created - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-graphrbac/0.60.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://graph.windows.net/00000000-0000-0000-0000-000000000000/servicePrincipals?$filter=appId%20eq%20%27f1dd0a37-89c6-4e07-bcd1-ffd3d43d8875%27&api-version=1.6 response: body: string: '{"odata.metadata":"https://graph.windows.net/00000000-0000-0000-0000-000000000000/$metadata#directoryObjects","value":[{"odata.type":"Microsoft.DirectoryServices.ServicePrincipal","objectType":"ServicePrincipal","objectId":"b9bc1545-a684-4e50-9a4d-2e2ee90bed6a","deletionTimestamp":null,"accountEnabled":true,"addIns":[],"alternativeNames":[],"appDisplayName":"Azure Red Hat OpenShift RP","appId":"f1dd0a37-89c6-4e07-bcd1-ffd3d43d8875","applicationTemplateId":null,"appOwnerTenantId":"f8cdef31-a31e-4b4a-93e4-5f571e91255a","appRoleAssignmentRequired":false,"appRoles":[],"displayName":"Azure Red Hat OpenShift RP","errorUrl":null,"homepage":null,"informationalUrls":{"termsOfService":null,"support":null,"privacy":null,"marketing":null},"keyCredentials":[],"logoutUrl":null,"notificationEmailAddresses":[],"oauth2Permissions":[],"passwordCredentials":[],"preferredSingleSignOnMode":null,"preferredTokenSigningKeyEndDateTime":null,"preferredTokenSigningKeyThumbprint":null,"publisherName":"Microsoft Services","replyUrls":[],"samlMetadataUrl":null,"samlSingleSignOnSettings":null,"servicePrincipalNames":["f1dd0a37-89c6-4e07-bcd1-ffd3d43d8875"],"servicePrincipalType":"Application","signInAudience":"AzureADMultipleOrgs","tags":[],"tokenEncryptionKeyId":null}]}' headers: access-control-allow-origin: - '*' cache-control: - no-cache content-length: - '1260' content-type: - application/json; odata=minimalmetadata; streaming=true; charset=utf-8 dataserviceversion: - 3.0; date: - Wed, 20 May 2020 13:42:21 GMT duration: - '1840009' expires: - '-1' ocp-aad-diagnostics-server-name: - 5rQUGuMvxfmIHEoMn6BItRnw4kCIt9uwxZ4/+qCIkGo= ocp-aad-session-key: - I-JYYnJpNjms9T4LadeCk9FEIE0CbdTgElA1ZIoRdXt2JmV0rsMZozvzojHduxgdCicv-uQWnsdvDz13R4x-GdsDteSniSHhyUHLRfF1k4MIDQz_DxYqsBiCfit38MOwxBikGH6a_puvQrfGFTnjkDkMCtQSdyAQLNWe6VQFIFk.GNgtfoP5PDHNr-GWRp1w_kma3PchmYk1dMWiS1men7Q pragma: - no-cache request-id: - a8c6280e-8e73-4c55-8f23-86ecd32048ee strict-transport-security: - max-age=31536000; includeSubDomains x-aspnet-version: - 4.0.30319 x-ms-dirapi-data-contract-version: - '1.6' x-powered-by: - ASP.NET status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-authorization/0.52.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments?api-version=2018-09-01-preview response: body: string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"0255bd8a-9115-4fcd-9f3a-c00337edbb0b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-12-28T19:20:12.1938451Z","updatedOn":"2020-04-28T12:22:17.1710577Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/412173a9-cd67-5814-a6e6-ec7d981d60f4","type":"Microsoft.Authorization/roleAssignments","name":"412173a9-cd67-5814-a6e6-ec7d981d60f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"23527dad-94e8-4a37-a14a-025c012e8001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-02-03T10:58:48.9256321Z","updatedOn":"2020-02-03T10:58:48.9256321Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ebda2a52-6f15-4c03-9035-6ab0f58ce4c8","type":"Microsoft.Authorization/roleAssignments","name":"ebda2a52-6f15-4c03-9035-6ab0f58ce4c8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"31c76b4a-629e-4d5d-8bdd-37dbc7eb76de","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-06T01:22:46.3953179Z","updatedOn":"2019-04-06T01:22:46.3953179Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5e85db35-bf43-4f15-9663-db7ce8f06316","type":"Microsoft.Authorization/roleAssignments","name":"5e85db35-bf43-4f15-9663-db7ce8f06316"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"6e66c155-e3cf-4390-88ca-e2c9218a2cb0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-05-20T06:44:08.1004410Z","updatedOn":"2020-05-20T06:44:08.1004410Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/73da04de-ae1b-44f5-aaa1-b2f3dd88dcb7","type":"Microsoft.Authorization/roleAssignments","name":"73da04de-ae1b-44f5-aaa1-b2f3dd88dcb7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"9346e863-0839-4280-8f2e-71cc5d2b0234","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-12-05T14:40:48.3228382Z","updatedOn":"2019-12-05T14:40:48.3228382Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"60fa24bb-762f-4b64-a636-a208bc10682d"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/af6ddb51-ede7-42de-8742-58b6510fb74d","type":"Microsoft.Authorization/roleAssignments","name":"af6ddb51-ede7-42de-8742-58b6510fb74d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"a0f3c32d-647d-416c-8997-fb2463b1dcd5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-07-25T11:39:53.6077653Z","updatedOn":"2019-07-25T11:39:53.6077653Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bb3c9dff-af73-408a-a5ab-4216e26b9be7","type":"Microsoft.Authorization/roleAssignments","name":"bb3c9dff-af73-408a-a5ab-4216e26b9be7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"a993a6e3-565a-4be4-a03d-bfc6bcb8cc46","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-05-20T06:44:25.8744454Z","updatedOn":"2020-05-20T06:44:25.8744454Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ffd2af0-64d4-4665-90ca-e67ccb760551","type":"Microsoft.Authorization/roleAssignments","name":"5ffd2af0-64d4-4665-90ca-e67ccb760551"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79ed474a-7267-4ff8-b226-96140be062a2","principalId":"bc46cb3a-97e9-4d05-8e76-d2659a531a33","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-12-28T19:20:19.3094857Z","updatedOn":"2020-04-28T12:22:17.9636791Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/61a4af72-ff9c-5194-952c-74d2402f159c","type":"Microsoft.Authorization/roleAssignments","name":"61a4af72-ff9c-5194-952c-74d2402f159c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7c1a95fb-9825-4039-b67c-a3644e872c04","principalId":"711515c9-e6da-48e7-8ea1-ec06d9f63479","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-01T17:41:48.9447150Z","updatedOn":"2019-04-01T17:41:48.9447150Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/126b9267-d091-4f12-a1c8-31aef091dc2c","type":"Microsoft.Authorization/roleAssignments","name":"126b9267-d091-4f12-a1c8-31aef091dc2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"60fa24bb-762f-4b64-a636-a208bc10682d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-10T23:57:07.6230203Z","updatedOn":"2019-04-10T23:57:07.6230203Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6c30610d-ef78-48b3-ad32-8e81e1787d16","type":"Microsoft.Authorization/roleAssignments","name":"6c30610d-ef78-48b3-ad32-8e81e1787d16"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9bc35064-26cf-4536-8e65-40bd22a41071","principalId":"a61eb105-31fd-47d2-aa03-5a3ca28136f6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-01T17:41:33.3348247Z","updatedOn":"2019-04-01T17:41:33.3348247Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0e9dbaee-e53f-4d0c-88af-b8c304ab8c7f","type":"Microsoft.Authorization/roleAssignments","name":"0e9dbaee-e53f-4d0c-88af-b8c304ab8c7f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9346e863-0839-4280-8f2e-71cc5d2b0234","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-01-03T17:14:59.7587336Z","updatedOn":"2020-01-03T17:14:59.7587336Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"60fa24bb-762f-4b64-a636-a208bc10682d"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/aecdd90e-a4fc-4817-87ff-a998ff823a71","type":"Microsoft.Authorization/roleAssignments","name":"aecdd90e-a4fc-4817-87ff-a998ff823a71"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"95c23d82-b2c1-4624-8958-9530d0f470bb","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-05-12T12:49:56.1678828Z","updatedOn":"2020-05-12T12:49:56.1678828Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/320b5c37-2c2d-4f15-a725-4ea65a0741ed","type":"Microsoft.Authorization/roleAssignments","name":"320b5c37-2c2d-4f15-a725-4ea65a0741ed"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9e4f44bd-90a1-44b2-b89a-ed9884662958","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2018-07-02T15:27:42.7799758Z","updatedOn":"2018-07-02T15:27:42.4591259Z","createdBy":"28786167-841e-46dd-8897-66649dc5df2e","updatedBy":"28786167-841e-46dd-8897-66649dc5df2e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/daffce38-f7dd-4096-86ee-09e915c0b320","type":"Microsoft.Authorization/roleAssignments","name":"daffce38-f7dd-4096-86ee-09e915c0b320"}]}' headers: cache-control: - no-cache content-length: - '10550' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:21 GMT expires: - '-1' pragma: - no-cache set-cookie: - x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c", "principalId": "1b262e87-4fef-4535-98dc-66ba462bb4ad", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive Content-Length: - '270' Content-Type: - application/json; charset=utf-8 Cookie: - x-ms-gateway-slice=Production ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-authorization/0.52.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001?api-version=2018-09-01-preview response: body: string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1b262e87-4fef-4535-98dc-66ba462bb4ad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet","createdOn":"2020-05-20T13:42:23.2426770Z","updatedOn":"2020-05-20T13:42:23.2426770Z","createdBy":null,"updatedBy":"bb25bf11-7395-4a3d-8a19-28ce33355b84"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"}' headers: cache-control: - no-cache content-length: - '915' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:27 GMT expires: - '-1' pragma: - no-cache set-cookie: - x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 201 message: Created - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-authorization/0.52.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments?api-version=2018-09-01-preview response: body: string: '{"value":[{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"1b262e87-4fef-4535-98dc-66ba462bb4ad","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet","createdOn":"2020-05-20T13:42:25.9341739Z","updatedOn":"2020-05-20T13:42:25.9341739Z","createdBy":"bb25bf11-7395-4a3d-8a19-28ce33355b84","updatedBy":"bb25bf11-7395-4a3d-8a19-28ce33355b84"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000001","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000001"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"0255bd8a-9115-4fcd-9f3a-c00337edbb0b","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-12-28T19:20:12.1938451Z","updatedOn":"2020-04-28T12:22:17.1710577Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/412173a9-cd67-5814-a6e6-ec7d981d60f4","type":"Microsoft.Authorization/roleAssignments","name":"412173a9-cd67-5814-a6e6-ec7d981d60f4"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"23527dad-94e8-4a37-a14a-025c012e8001","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-02-03T10:58:48.9256321Z","updatedOn":"2020-02-03T10:58:48.9256321Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/ebda2a52-6f15-4c03-9035-6ab0f58ce4c8","type":"Microsoft.Authorization/roleAssignments","name":"ebda2a52-6f15-4c03-9035-6ab0f58ce4c8"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"31c76b4a-629e-4d5d-8bdd-37dbc7eb76de","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-06T01:22:46.3953179Z","updatedOn":"2019-04-06T01:22:46.3953179Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5e85db35-bf43-4f15-9663-db7ce8f06316","type":"Microsoft.Authorization/roleAssignments","name":"5e85db35-bf43-4f15-9663-db7ce8f06316"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"6e66c155-e3cf-4390-88ca-e2c9218a2cb0","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-05-20T06:44:08.1004410Z","updatedOn":"2020-05-20T06:44:08.1004410Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/73da04de-ae1b-44f5-aaa1-b2f3dd88dcb7","type":"Microsoft.Authorization/roleAssignments","name":"73da04de-ae1b-44f5-aaa1-b2f3dd88dcb7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"9346e863-0839-4280-8f2e-71cc5d2b0234","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-12-05T14:40:48.3228382Z","updatedOn":"2019-12-05T14:40:48.3228382Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"60fa24bb-762f-4b64-a636-a208bc10682d"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/af6ddb51-ede7-42de-8742-58b6510fb74d","type":"Microsoft.Authorization/roleAssignments","name":"af6ddb51-ede7-42de-8742-58b6510fb74d"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"a0f3c32d-647d-416c-8997-fb2463b1dcd5","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-07-25T11:39:53.6077653Z","updatedOn":"2019-07-25T11:39:53.6077653Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/bb3c9dff-af73-408a-a5ab-4216e26b9be7","type":"Microsoft.Authorization/roleAssignments","name":"bb3c9dff-af73-408a-a5ab-4216e26b9be7"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/18d7d88d-d35e-4fb5-a5c3-7773c20a72d9","principalId":"a993a6e3-565a-4be4-a03d-bfc6bcb8cc46","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-05-20T06:44:25.8744454Z","updatedOn":"2020-05-20T06:44:25.8744454Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/5ffd2af0-64d4-4665-90ca-e67ccb760551","type":"Microsoft.Authorization/roleAssignments","name":"5ffd2af0-64d4-4665-90ca-e67ccb760551"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/79ed474a-7267-4ff8-b226-96140be062a2","principalId":"bc46cb3a-97e9-4d05-8e76-d2659a531a33","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-12-28T19:20:19.3094857Z","updatedOn":"2020-04-28T12:22:17.9636791Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/61a4af72-ff9c-5194-952c-74d2402f159c","type":"Microsoft.Authorization/roleAssignments","name":"61a4af72-ff9c-5194-952c-74d2402f159c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/7c1a95fb-9825-4039-b67c-a3644e872c04","principalId":"711515c9-e6da-48e7-8ea1-ec06d9f63479","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-01T17:41:48.9447150Z","updatedOn":"2019-04-01T17:41:48.9447150Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/126b9267-d091-4f12-a1c8-31aef091dc2c","type":"Microsoft.Authorization/roleAssignments","name":"126b9267-d091-4f12-a1c8-31aef091dc2c"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/8e3af657-a8ff-443c-a75c-2fe8c4bcb635","principalId":"60fa24bb-762f-4b64-a636-a208bc10682d","principalType":"User","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-10T23:57:07.6230203Z","updatedOn":"2019-04-10T23:57:07.6230203Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/6c30610d-ef78-48b3-ad32-8e81e1787d16","type":"Microsoft.Authorization/roleAssignments","name":"6c30610d-ef78-48b3-ad32-8e81e1787d16"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/9bc35064-26cf-4536-8e65-40bd22a41071","principalId":"a61eb105-31fd-47d2-aa03-5a3ca28136f6","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2019-04-01T17:41:33.3348247Z","updatedOn":"2019-04-01T17:41:33.3348247Z","createdBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad","updatedBy":"114cb5e7-ffb7-4384-ae67-3c56a544c7ad"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/0e9dbaee-e53f-4d0c-88af-b8c304ab8c7f","type":"Microsoft.Authorization/roleAssignments","name":"0e9dbaee-e53f-4d0c-88af-b8c304ab8c7f"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9346e863-0839-4280-8f2e-71cc5d2b0234","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-01-03T17:14:59.7587336Z","updatedOn":"2020-01-03T17:14:59.7587336Z","createdBy":"60fa24bb-762f-4b64-a636-a208bc10682d","updatedBy":"60fa24bb-762f-4b64-a636-a208bc10682d"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/aecdd90e-a4fc-4817-87ff-a998ff823a71","type":"Microsoft.Authorization/roleAssignments","name":"aecdd90e-a4fc-4817-87ff-a998ff823a71"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"95c23d82-b2c1-4624-8958-9530d0f470bb","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2020-05-12T12:49:56.1678828Z","updatedOn":"2020-05-12T12:49:56.1678828Z","createdBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530","updatedBy":"687b0b99-0a1f-4a48-a4f7-a58fc76b3530"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/320b5c37-2c2d-4f15-a725-4ea65a0741ed","type":"Microsoft.Authorization/roleAssignments","name":"320b5c37-2c2d-4f15-a725-4ea65a0741ed"},{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"9e4f44bd-90a1-44b2-b89a-ed9884662958","principalType":"Group","scope":"/subscriptions/00000000-0000-0000-0000-000000000000","createdOn":"2018-07-02T15:27:42.7799758Z","updatedOn":"2018-07-02T15:27:42.4591259Z","createdBy":"28786167-841e-46dd-8897-66649dc5df2e","updatedBy":"28786167-841e-46dd-8897-66649dc5df2e"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleAssignments/daffce38-f7dd-4096-86ee-09e915c0b320","type":"Microsoft.Authorization/roleAssignments","name":"daffce38-f7dd-4096-86ee-09e915c0b320"}]}' headers: cache-control: - no-cache content-length: - '11500' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:27 GMT expires: - '-1' pragma: - no-cache set-cookie: - x-ms-gateway-slice=Production; path=/; SameSite=None; secure; HttpOnly strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: '{"properties": {"roleDefinitionId": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c", "principalId": "b9bc1545-a684-4e50-9a4d-2e2ee90bed6a", "principalType": "ServicePrincipal"}}' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive Content-Length: - '270' Content-Type: - application/json; charset=utf-8 Cookie: - x-ms-gateway-slice=Production ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-authorization/0.52.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002?api-version=2018-09-01-preview response: body: string: '{"properties":{"roleDefinitionId":"/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Authorization/roleDefinitions/b24988ac-6180-42a0-ab88-20f7382dd24c","principalId":"b9bc1545-a684-4e50-9a4d-2e2ee90bed6a","principalType":"ServicePrincipal","scope":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet","createdOn":"2020-05-20T13:42:28.5866137Z","updatedOn":"2020-05-20T13:42:28.5866137Z","createdBy":null,"updatedBy":"bb25bf11-7395-4a3d-8a19-28ce33355b84"},"id":"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/providers/Microsoft.Authorization/roleAssignments/88888888-0000-0000-0000-000000000002","type":"Microsoft.Authorization/roleAssignments","name":"88888888-0000-0000-0000-000000000002"}' headers: cache-control: - no-cache content-length: - '915' content-type: - application/json; charset=utf-8 date: - Wed, 20 May 2020 13:42:32 GMT expires: - '-1' pragma: - no-cache set-cookie: - x-ms-gateway-slice=Production; path=/; secure; HttpOnly; SameSite=None strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 201 message: Created - request: body: 'b''{"tags": {"test": "delete"}, "location": "eastus", "properties": {"clusterProfile": {"pullSecret": "", "domain": "eub633ti", "resourceGroupId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aro-eub633ti"}, "servicePrincipalProfile": {"clientId": "ebc44092-fff8-40a7-acdf-6f77ba99a684", "clientSecret": "486a609f-226e-4cbb-b136-ed02d343f282"}, "networkProfile": {"podCidr": "10.128.0.0/14", "serviceCidr": "172.30.0.0/16"}, "masterProfile": {"vmSize": "Standard_D8s_v3", "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002"}, "workerProfiles": [{"name": "worker", "vmSize": "Standard_D4s_v3", "diskSizeGB": 128, "subnetId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003", "count": 3}], "apiserverProfile": {"visibility": "Public"}, "ingressProfiles": [{"name": "default", "visibility": "Public"}]}}''' headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive Content-Length: - '1079' Content-Type: - application/json; charset=utf-8 ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: PUT uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.RedHatOpenShift/openShiftClusters/aro000004?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.RedHatOpenShift/openShiftClusters/aro000004\"\ ,\n \"name\": \"aro000004\",\n \"type\": \"Microsoft.RedHatOpenShift/openShiftClusters\"\ ,\n \"location\": \"eastus\",\n \"tags\": {\n \"test\": \"delete\"\ \n },\n \"properties\": {\n \"provisioningState\": \"Creating\"\ ,\n \"clusterProfile\": {\n \"domain\": \"eub633ti\",\n\ \ \"version\": \"4.3.18\",\n \"resourceGroupId\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aro-eub633ti\"\ \n },\n \"consoleProfile\": {},\n \"servicePrincipalProfile\"\ : {\n \"clientId\": \"ebc44092-fff8-40a7-acdf-6f77ba99a684\"\n\ \ },\n \"networkProfile\": {\n \"podCidr\": \"10.128.0.0/14\"\ ,\n \"serviceCidr\": \"172.30.0.0/16\"\n },\n \"\ masterProfile\": {\n \"vmSize\": \"Standard_D8s_v3\",\n \ \ \"subnetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ \n },\n \"workerProfiles\": [\n {\n \ \ \"name\": \"worker\",\n \"vmSize\": \"Standard_D4s_v3\"\ ,\n \"diskSizeGB\": 128,\n \"subnetId\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\n \"count\": 3\n }\n ],\n \"apiserverProfile\"\ : {\n \"visibility\": \"Public\"\n },\n \"ingressProfiles\"\ : [\n {\n \"name\": \"default\",\n \ \ \"visibility\": \"Public\"\n }\n ]\n }\n}\n" headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 cache-control: - no-cache content-length: - '1797' content-type: - application/json date: - Wed, 20 May 2020 13:42:35 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-writes: - '1199' status: code: 201 message: Created - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:43:06 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:43:37 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:44:07 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:44:37 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:45:08 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:45:37 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:46:07 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:46:38 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:47:08 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:47:38 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:48:08 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:48:39 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:49:09 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:49:39 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:50:10 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:50:40 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:51:10 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:51:41 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:52:11 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:52:40 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:53:10 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:53:41 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:54:11 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:54:41 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:55:12 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:55:42 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:56:12 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:56:42 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:57:12 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:57:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:58:13 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:58:43 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:59:13 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 13:59:44 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:00:14 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:00:44 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:01:15 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:01:45 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:02:15 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:02:45 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:03:15 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:03:46 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:04:16 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:04:46 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:05:17 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:05:47 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:06:17 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:06:47 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:07:17 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:07:47 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:08:17 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:08:48 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:09:18 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:09:48 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:10:18 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:10:49 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:11:19 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:11:49 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:12:19 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:12:50 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:13:20 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:13:50 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:14:21 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:14:51 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Creating\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:15:21 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5?api-version=2020-04-30 response: body: string: "{\n \"endTime\": \"2020-05-20T14:15:27.583049872Z\",\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/328f72e4-fc30-443b-87f0-5a6a8d07f3e5\"\ ,\n \"name\": \"328f72e4-fc30-443b-87f0-5a6a8d07f3e5\",\n \"startTime\"\ : \"2020-05-20T13:42:35.746145351Z\",\n \"status\": \"Succeeded\"\n}\n" headers: cache-control: - no-cache content-length: - '354' content-type: - application/json date: - Wed, 20 May 2020 14:15:52 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro create Connection: - keep-alive ParameterSetName: - -g -n --master-subnet --worker-subnet --subscription --tags User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.RedHatOpenShift/openShiftClusters/aro000004?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.RedHatOpenShift/openShiftClusters/aro000004\"\ ,\n \"name\": \"aro000004\",\n \"type\": \"Microsoft.RedHatOpenShift/openShiftClusters\"\ ,\n \"location\": \"eastus\",\n \"tags\": {\n \"test\": \"delete\"\ \n },\n \"properties\": {\n \"provisioningState\": \"Succeeded\"\ ,\n \"clusterProfile\": {\n \"domain\": \"eub633ti\",\n\ \ \"version\": \"4.3.18\",\n \"resourceGroupId\": \"\ /subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/aro-eub633ti\"\ \n },\n \"consoleProfile\": {\n \"url\": \"https://console-openshift-console.apps.eub633ti.eastus.aroapp.io/\"\ \n },\n \"servicePrincipalProfile\": {\n \"clientId\"\ : \"ebc44092-fff8-40a7-acdf-6f77ba99a684\"\n },\n \"networkProfile\"\ : {\n \"podCidr\": \"10.128.0.0/14\",\n \"serviceCidr\"\ : \"172.30.0.0/16\"\n },\n \"masterProfile\": {\n \ \ \"vmSize\": \"Standard_D8s_v3\",\n \"subnetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_master000002\"\ \n },\n \"workerProfiles\": [\n {\n \ \ \"name\": \"aro000004-5bsqp-worker-eastus1\",\n \"vmSize\"\ : \"Standard_D4s_v3\",\n \"diskSizeGB\": 128,\n \ \ \"subnetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\n \"count\": 1\n },\n {\n \ \ \"name\": \"aro000004-5bsqp-worker-eastus2\",\n \"\ vmSize\": \"Standard_D4s_v3\",\n \"diskSizeGB\": 128,\n \ \ \"subnetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\n \"count\": 1\n },\n {\n \ \ \"name\": \"aro000004-5bsqp-worker-eastus3\",\n \"\ vmSize\": \"Standard_D4s_v3\",\n \"diskSizeGB\": 128,\n \ \ \"subnetId\": \"/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.Network/virtualNetworks/dev-vnet/subnets/dev_worker000003\"\ ,\n \"count\": 1\n }\n ],\n \"apiserverProfile\"\ : {\n \"visibility\": \"Public\",\n \"url\": \"https://api.eub633ti.eastus.aroapp.io:6443/\"\ ,\n \"ip\": \"52.191.21.141\"\n },\n \"ingressProfiles\"\ : [\n {\n \"name\": \"default\",\n \ \ \"visibility\": \"Public\",\n \"ip\": \"52.146.51.36\"\n\ \ }\n ]\n }\n}\n" headers: cache-control: - no-cache content-length: - '2866' content-type: - application/json date: - Wed, 20 May 2020 14:15:52 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive Content-Length: - '0' ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 accept-language: - en-US method: DELETE uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/cli_test_aro_delete000001/providers/Microsoft.RedHatOpenShift/openShiftClusters/aro000004?api-version=2020-04-30 response: body: string: '' headers: azure-asyncoperation: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 cache-control: - no-cache content-length: - '0' content-type: - application/json date: - Wed, 20 May 2020 14:15:55 GMT expires: - '-1' location: - https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationresults/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains x-content-type-options: - nosniff x-ms-ratelimit-remaining-subscription-deletes: - '14999' status: code: 202 message: Accepted - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:16:26 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:16:55 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:17:26 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:17:57 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:18:27 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:18:57 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:19:27 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:19:58 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:20:28 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:20:58 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:21:28 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:21:59 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:22:29 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:22:59 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:23:29 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:24:00 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:24:30 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:25:00 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:25:30 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:26:01 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:26:31 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:27:01 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:27:31 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:28:02 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:28:32 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:29:02 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:29:33 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:30:03 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"id\": \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Deleting\"\n}\n" headers: cache-control: - no-cache content-length: - '304' content-type: - application/json date: - Wed, 20 May 2020 14:30:33 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK - request: body: null headers: Accept: - application/json Accept-Encoding: - gzip, deflate CommandName: - aro delete Connection: - keep-alive ParameterSetName: - -y -g -n --subscription User-Agent: - python/3.6.9 (Linux-4.15.0-76-generic-x86_64-with-Ubuntu-18.04-bionic) msrest/0.6.9 msrest_azure/0.6.3 azure-mgmt-redhatopenshift/0.1.0 Azure-SDK-For-Python AZURECLI/2.6.0 method: GET uri: https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e?api-version=2020-04-30 response: body: string: "{\n \"endTime\": \"2020-05-20T14:30:47.308621985Z\",\n \"id\"\ : \"/subscriptions/00000000-0000-0000-0000-000000000000/providers/microsoft.redhatopenshift/locations/eastus/operationsstatus/7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\"\ ,\n \"name\": \"7e862f8f-ca41-4a5b-8afd-1ee774a70b4e\",\n \"startTime\"\ : \"2020-05-20T14:15:55.876617406Z\",\n \"status\": \"Succeeded\"\n}\n" headers: cache-control: - no-cache content-length: - '354' content-type: - application/json date: - Wed, 20 May 2020 14:31:03 GMT expires: - '-1' pragma: - no-cache strict-transport-security: - max-age=31536000; includeSubDomains transfer-encoding: - chunked vary: - Accept-Encoding x-content-type-options: - nosniff status: code: 200 message: OK version: 1
40.523031
11,510
0.639268
a179045d514bc2382dafd3aa9c97247958d9b5d4
188
yaml
YAML
charts/gardener-extension-os-coreos-alicloud/Chart.yaml
ialidzhikov/gardener-extension-os-coreos-alicloud
c9f1b6238c4db5c97b8839d013578f69ee944303
[ "MIT" ]
1
2021-01-04T09:43:24.000Z
2021-01-04T09:43:24.000Z
charts/gardener-extension-os-coreos-alicloud/Chart.yaml
ialidzhikov/gardener-extension-os-coreos-alicloud
c9f1b6238c4db5c97b8839d013578f69ee944303
[ "MIT" ]
null
null
null
charts/gardener-extension-os-coreos-alicloud/Chart.yaml
ialidzhikov/gardener-extension-os-coreos-alicloud
c9f1b6238c4db5c97b8839d013578f69ee944303
[ "MIT" ]
null
null
null
apiVersion: v1 appVersion: "1.0" description: A Helm chart for the Gardener CoreOS Container Linux extension (Alicloud's CoreOS) name: gardener-extension-os-coreos-alicloud version: 0.1.0
31.333333
95
0.797872
10230026c48b581690b7101dbd499a7a9ec8746a
10,243
yaml
YAML
api/data/Oceania/Melanesia.yaml
masterwendu/weather-trump
9c9652159111f9dedeab81de93eb3b57a1fc9235
[ "MIT" ]
null
null
null
api/data/Oceania/Melanesia.yaml
masterwendu/weather-trump
9c9652159111f9dedeab81de93eb3b57a1fc9235
[ "MIT" ]
null
null
null
api/data/Oceania/Melanesia.yaml
masterwendu/weather-trump
9c9652159111f9dedeab81de93eb3b57a1fc9235
[ "MIT" ]
null
null
null
- name: Papua New Guinea region: Oceania subRegion: Melanesia cities: - name: Zagomzuhu openWeatherMapId: 2082774 - name: Wewak openWeatherMapId: 2083537 - name: West New Britain Province openWeatherMapId: 2083546 - name: Western Province openWeatherMapId: 2083549 - name: Western Highlands Province openWeatherMapId: 2083551 - name: Wau openWeatherMapId: 2083653 - name: Wabag openWeatherMapId: 2084246 - name: Vanimo openWeatherMapId: 2084442 - name: Urara openWeatherMapId: 2084598 - name: Umbimi openWeatherMapId: 2084734 - name: Torembi openWeatherMapId: 2085203 - name: Southern Highlands Province openWeatherMapId: 2086331 - name: Saraga openWeatherMapId: 2087178 - name: West Sepik Province openWeatherMapId: 2087246 - name: Salamo openWeatherMapId: 2087362 - name: Rabaul openWeatherMapId: 2087894 - name: Port Moresby openWeatherMapId: 2088122 - name: Porgera openWeatherMapId: 2088143 - name: Popondetta openWeatherMapId: 2088163 - name: Independent State of Papua New Guinea openWeatherMapId: 2088628 - name: Panguna openWeatherMapId: 2088659 - name: Old Kamberatoro openWeatherMapId: 2089168 - name: Bougainville openWeatherMapId: 2089470 - name: Northern Province openWeatherMapId: 2089478 - name: New Ireland Province openWeatherMapId: 2089693 - name: National Capital District openWeatherMapId: 2089856 - name: Namatanai openWeatherMapId: 2090021 - name: Nadzab openWeatherMapId: 2090136 - name: Mount Hagen openWeatherMapId: 2090409 - name: Morobe Province openWeatherMapId: 2090468 - name: Morehead openWeatherMapId: 2090495 - name: Momote openWeatherMapId: 2090567 - name: Mendi openWeatherMapId: 2090990 - name: Manus Province openWeatherMapId: 2091495 - name: Madang Province openWeatherMapId: 2091993 - name: Madang openWeatherMapId: 2091996 - name: Lorengau openWeatherMapId: 2092164 - name: Lae openWeatherMapId: 2092740 - name: Kundiawa openWeatherMapId: 2093059 - name: Kranket openWeatherMapId: 2093310 - name: Kokopo openWeatherMapId: 2093685 - name: Kokoda openWeatherMapId: 2093691 - name: Kiunga openWeatherMapId: 2093846 - name: Kimbe openWeatherMapId: 2093967 - name: Kieta openWeatherMapId: 2094027 - name: Kerema openWeatherMapId: 2094144 - name: Kavieng openWeatherMapId: 2094342 - name: Kapal openWeatherMapId: 2094687 - name: Kandrian openWeatherMapId: 2094746 - name: Kakandetta openWeatherMapId: 2094982 - name: Kainantu openWeatherMapId: 2095038 - name: Kagamuga openWeatherMapId: 2095101 - name: Ialibu openWeatherMapId: 2095925 - name: Goroka openWeatherMapId: 2096742 - name: Finschhafen openWeatherMapId: 2097418 - name: East Sepik Province openWeatherMapId: 2097846 - name: East New Britain Province openWeatherMapId: 2097853 - name: Eastern Highlands Province openWeatherMapId: 2097855 - name: Dasi openWeatherMapId: 2098322 - name: Daru openWeatherMapId: 2098329 - name: Chivasing openWeatherMapId: 2098584 - name: Bulolo openWeatherMapId: 2098869 - name: Buko openWeatherMapId: 2098899 - name: Bueri openWeatherMapId: 2098948 - name: Boroko openWeatherMapId: 2099101 - name: Boram openWeatherMapId: 2099134 - name: Biliau Mission openWeatherMapId: 2099488 - name: Arawa openWeatherMapId: 2100633 - name: Angoram openWeatherMapId: 2100765 - name: Ambunti openWeatherMapId: 2100933 - name: Aitape openWeatherMapId: 2101169 - name: Samarai openWeatherMapId: 2132606 - name: Milne Bay Province openWeatherMapId: 2132895 - name: Solomon Islands region: Oceania subRegion: Melanesia cities: - name: Tulagi openWeatherMapId: 2102384 - name: Tamatangga openWeatherMapId: 2102985 - name: Solomon Islands openWeatherMapId: 2103350 - name: Munda openWeatherMapId: 2105575 - name: Motombulu openWeatherMapId: 2105596 - name: Kukumu openWeatherMapId: 2107200 - name: Honiara openWeatherMapId: 2108502 - name: Guadalcanal Province openWeatherMapId: 2108831 - name: Gizo openWeatherMapId: 2108857 - name: Buala openWeatherMapId: 2109528 - name: Auki openWeatherMapId: 2109701 - name: Nele openWeatherMapId: 2178603 - name: Kirakira openWeatherMapId: 2178753 - name: Vanuatu region: Oceania subRegion: Melanesia cities: - name: Republic of Vanuatu openWeatherMapId: 2134431 - name: Tafea Province openWeatherMapId: 2134739 - name: Sola openWeatherMapId: 2134814 - name: Sanma Province openWeatherMapId: 2134898 - name: Port-Vila openWeatherMapId: 2135171 - name: Port-Olry openWeatherMapId: 2135175 - name: Palikulo openWeatherMapId: 2135368 - name: Norsup openWeatherMapId: 2135517 - name: Navonda openWeatherMapId: 2135662 - name: Luganville openWeatherMapId: 2136150 - name: Looutel openWeatherMapId: 2136243 - name: Lakatoro openWeatherMapId: 2136697 - name: Isangel openWeatherMapId: 2136825 - name: Drivaï openWeatherMapId: 2137152 - name: Torba Province openWeatherMapId: 2137421 - name: Malampa Province openWeatherMapId: 2208265 - name: Penama Province openWeatherMapId: 2208266 - name: Shefa Province openWeatherMapId: 2208267 - name: New Caledonia region: Oceania subRegion: Melanesia cities: - name: Yaté-Village openWeatherMapId: 2137643 - name: Yaté-Barrage openWeatherMapId: 2137644 - name: Wé openWeatherMapId: 2137690 - name: Wapan openWeatherMapId: 2137703 - name: Wacamadra openWeatherMapId: 2137735 - name: Voh openWeatherMapId: 2137748 - name: Vao openWeatherMapId: 2137773 - name: Vallée du Tir openWeatherMapId: 2137776 - name: Touho openWeatherMapId: 2137869 - name: Touho openWeatherMapId: 2137873 - name: Thio openWeatherMapId: 2138101 - name: Thio openWeatherMapId: 2138103 - name: Tadine openWeatherMapId: 2138285 - name: Sarraméa openWeatherMapId: 2138354 - name: Sarraméa openWeatherMapId: 2138356 - name: Saint-Joseph openWeatherMapId: 2138410 - name: Poya openWeatherMapId: 2138519 - name: Poya openWeatherMapId: 2138522 - name: Poum openWeatherMapId: 2138555 - name: Pouembout openWeatherMapId: 2138590 - name: Pouembout openWeatherMapId: 2138592 - name: Pouébo openWeatherMapId: 2138607 - name: Pont des Français openWeatherMapId: 2138679 - name: Ponérihouen openWeatherMapId: 2138685 - name: Ponérihouen openWeatherMapId: 2138687 - name: Poindimié openWeatherMapId: 2138717 - name: Païta openWeatherMapId: 2138981 - name: Pagou openWeatherMapId: 2138998 - name: Ouloup openWeatherMapId: 2139104 - name: Ouéna openWeatherMapId: 2139230 - name: Ouégoa openWeatherMapId: 2139259 - name: Nouméa openWeatherMapId: 2139520 - name: Nouméa openWeatherMapId: 2139521 - name: New Caledonia openWeatherMapId: 2139685 - name: Naïa openWeatherMapId: 2139988 - name: Mont-Dore openWeatherMapId: 2140066 - name: Le Caillou openWeatherMapId: 2140438 - name: Province Sud openWeatherMapId: 2140464 - name: La Foa openWeatherMapId: 2140466 - name: La Coulée openWeatherMapId: 2140471 - name: Kumo openWeatherMapId: 2140550 - name: Koumac openWeatherMapId: 2140556 - name: Koumac openWeatherMapId: 2140558 - name: Province Nord openWeatherMapId: 2140685 - name: Koné openWeatherMapId: 2140691 - name: Karenga openWeatherMapId: 2140827 - name: Kaala-Gomén openWeatherMapId: 2140914 - name: Kaala-Gomén openWeatherMapId: 2140915 - name: Houaïlou openWeatherMapId: 2141004 - name: Houaïlou openWeatherMapId: 2141006 - name: Hienghène openWeatherMapId: 2141050 - name: Fayaoué openWeatherMapId: 2141305 - name: Farino openWeatherMapId: 2141314 - name: Farino openWeatherMapId: 2141316 - name: Dumbéa openWeatherMapId: 2141390 - name: Dumbéa openWeatherMapId: 2141394 - name: Canala openWeatherMapId: 2141658 - name: Bourail openWeatherMapId: 2141714 - name: Bouloupari openWeatherMapId: 2141721 - name: Bouloupari openWeatherMapId: 2141722 - name: Bakouya openWeatherMapId: 2141986 - name: Koné openWeatherMapId: 7521417 - name: Fiji region: Oceania subRegion: Melanesia cities: - name: Western Division openWeatherMapId: 2194371 - name: Suva openWeatherMapId: 2198148 - name: Northern Division openWeatherMapId: 2199295 - name: Nacekoro openWeatherMapId: 2201079 - name: Nasirotu openWeatherMapId: 2201316 - name: Naselai openWeatherMapId: 2201391 - name: Nadi openWeatherMapId: 2202064 - name: Navoci Namotomoto openWeatherMapId: 2202179 - name: Nakama openWeatherMapId: 2202999 - name: Malsa’a openWeatherMapId: 2204113 - name: Lautoka openWeatherMapId: 2204506 - name: Labasa openWeatherMapId: 2204582 - name: Republic of Fiji openWeatherMapId: 2205218 - name: Central Division openWeatherMapId: 2205272 - name: Naselesele openWeatherMapId: 4036017 - name: Nasaqalau openWeatherMapId: 4036024 - name: Namaka openWeatherMapId: 7302224
26.4677
49
0.661818
e4c80d6880114bc454ce8998c17c689bdde040d0
1,589
yaml
YAML
recipe/meta.yaml
npavlovikj/mshr-feedstock
432b86b1d84354ec949b0e87b766f170e1e34fff
[ "BSD-3-Clause" ]
null
null
null
recipe/meta.yaml
npavlovikj/mshr-feedstock
432b86b1d84354ec949b0e87b766f170e1e34fff
[ "BSD-3-Clause" ]
null
null
null
recipe/meta.yaml
npavlovikj/mshr-feedstock
432b86b1d84354ec949b0e87b766f170e1e34fff
[ "BSD-3-Clause" ]
null
null
null
{% set name = "mshr" %} {% set version = "2018.1.0" %} {% set sha256 = "c2f91300aff792de76b937e7e709076d8ac37043ddb6fe250ebb4229b48ac014" %} package: name: {{ name }} version: {{ version }} source: fn: {{ name }}-{{ version }}.tar.gz url: https://bitbucket.org/fenics-project/{{ name }}/downloads/{{ name }}-{{ version }}.tar.gz sha256: {{ sha256 }} patches: # Link boost_thread on macOS. Doesn't appear to be needed # on recent versions (10.12), but seems needed on Travis (Xcode 6.4, currently). - boost-thread.patch # [osx] build: number: 0 skip: true # [win or py2k] requirements: build: - cmake - {{ compiler('fortran') }} - {{ compiler('c') }} - {{ compiler('cxx') }} host: - boost-cpp - python - pip - fenics {{version}} - gmp - mpfr - pybind11 run: - boost-cpp - python - fenics {{version}} - gmp - mpfr test: source_files: - test imports: - mshr about: home: https://bitbucket.org/fenics-project/mshr license: GPL-3.0 license_family: GPL3 license_file: COPYING summary: mshr is the mesh generation component of FEniCS description: | mshr is the mesh generation component of FEniCS. It generates simplicial DOLFIN meshes in 2D and 3D from geometries described by Constructive Solid Geometry (CSG) or from surface files, utilizing CGAL and Tetgen as mesh generation backends. doc_url: http://fenics.readthedocs.io/projects/mshr dev_url: https://bitbucket.org/fenics-project/mshr extra: recipe-maintainers: - minrk - jbweston
24.075758
96
0.645689
537d1fb4cd09de70e07d9403f1298458a2846d06
407
yml
YAML
manifests/cloud-config-bosh-lite.yml
ctlong/routing-perf-release
1bbc6d136029c6a79a8ba54593799dfc735d7dac
[ "Apache-2.0" ]
null
null
null
manifests/cloud-config-bosh-lite.yml
ctlong/routing-perf-release
1bbc6d136029c6a79a8ba54593799dfc735d7dac
[ "Apache-2.0" ]
1
2021-05-21T23:42:45.000Z
2021-07-20T22:28:20.000Z
manifests/cloud-config-bosh-lite.yml
ctlong/routing-perf-release
1bbc6d136029c6a79a8ba54593799dfc735d7dac
[ "Apache-2.0" ]
3
2020-02-13T19:44:14.000Z
2021-04-28T21:46:09.000Z
azs: - name: z1 vm_types: - name: default cloud_properties: ephemeral_disk: size: 1024 type: gp2 disk_types: - name: default disk_size: 1024 networks: - name: default type: manual subnets: - range: 10.244.20.0/24 az: z1 gateway: 10.244.20.1 cloud_properties: {} compilation: workers: 1 reuse_compilation_vms: true az: z1 vm_type: default network: default
13.566667
29
0.660934
858be3fb99818a93f576244b96d3f1b44b565aee
87
yaml
YAML
helm-charts/flask-app/Chart.yaml
raddaoui/flask_app_cicd_demo
ac7555522319d843375b875f241f736f90034bfe
[ "Apache-2.0" ]
null
null
null
helm-charts/flask-app/Chart.yaml
raddaoui/flask_app_cicd_demo
ac7555522319d843375b875f241f736f90034bfe
[ "Apache-2.0" ]
10
2018-06-10T21:11:34.000Z
2019-02-14T20:32:55.000Z
helm-charts/flask-app/Chart.yaml
JieJhih/cicd
f8149fecd0be02e80bf1bcd21e2783113322330e
[ "Apache-2.0" ]
2
2018-06-12T22:52:46.000Z
2019-08-08T13:09:17.000Z
apiVersion: v1 description: A Helm chart for Kubernetes name: flask-app version: 0.1.0
17.4
40
0.781609
85b1710b6e40d28f034fbe9d2eefcdc62682b233
382
yml
YAML
quotes-service-cloud.yml
znluo/cf-SpringBootTrader-config
6f30c0ea44aa0b9cd965e3c9a46fa9a8f79b8d06
[ "Apache-2.0" ]
null
null
null
quotes-service-cloud.yml
znluo/cf-SpringBootTrader-config
6f30c0ea44aa0b9cd965e3c9a46fa9a8f79b8d06
[ "Apache-2.0" ]
null
null
null
quotes-service-cloud.yml
znluo/cf-SpringBootTrader-config
6f30c0ea44aa0b9cd965e3c9a46fa9a8f79b8d06
[ "Apache-2.0" ]
null
null
null
spring: zipkin: baseUrl: "https://myzipkin.apps.sys.tas.tkgi.haas-451.pez.vmware.com/" eureka: instance: hostname: quotes-service.apps.sys.tas.tkgi.haas-451.pez.vmware.com nonSecurePortEnabled: false securePortEnabled: true secure-port: 443 client: serviceUrl: defaultZone: https://eurekaserver.apps.sys.tas.tkgi.haas-451.pez.vmware.com//eureka/
29.384615
90
0.719895
eff2914ff7b18597994a1389d82ba940641530b3
109
yml
YAML
docs/src/documentation/03-components/15-primitives/badgeprimitive/meta.yml
mohofo7/orbit
ff63a3c38c39cdbcbf8aa06c8865f280141eb3ee
[ "MIT" ]
706
2018-03-18T08:56:19.000Z
2020-08-21T03:51:09.000Z
docs/src/documentation/03-components/15-primitives/badgeprimitive/meta.yml
ninarazi/orbit
a8ef089ef53cb0c53f88a7b3e385249f8988903f
[ "MIT" ]
1,107
2018-03-14T14:12:14.000Z
2020-08-25T09:27:49.000Z
docs/src/documentation/03-components/15-primitives/badgeprimitive/meta.yml
ninarazi/orbit
a8ef089ef53cb0c53f88a7b3e385249f8988903f
[ "MIT" ]
93
2018-04-04T09:42:22.000Z
2020-08-10T09:38:32.000Z
title: BadgePrimitive description: A basic type that allows you to choose colors to fit any need. type: tabs
27.25
75
0.798165
a339690a3b51566175dfa7e50ab640e88956e1dc
62
yml
YAML
config/server/params.yml
MaxVoronov/base62-service
2f2ef80f4a055c8a6902c1f11759171ebfb26984
[ "MIT" ]
null
null
null
config/server/params.yml
MaxVoronov/base62-service
2f2ef80f4a055c8a6902c1f11759171ebfb26984
[ "MIT" ]
null
null
null
config/server/params.yml
MaxVoronov/base62-service
2f2ef80f4a055c8a6902c1f11759171ebfb26984
[ "MIT" ]
null
null
null
# Listening host host: '0.0.0.0' # Listening port port: 8888
10.333333
16
0.677419
a8613a89bad04581869cc434d71a603fe8e96461
1,425
yml
YAML
db/datadump/spree_calculators.yml
fossabot/Elnath
336c8692b4b123cf803d6e96be705491ec35ea3b
[ "MIT" ]
null
null
null
db/datadump/spree_calculators.yml
fossabot/Elnath
336c8692b4b123cf803d6e96be705491ec35ea3b
[ "MIT" ]
null
null
null
db/datadump/spree_calculators.yml
fossabot/Elnath
336c8692b4b123cf803d6e96be705491ec35ea3b
[ "MIT" ]
null
null
null
--- spree_calculators: columns: - id - type - calculable_id - calculable_type - created_at - updated_at records: - - 1 - Spree::Calculator::Shipping::FlatRate - 1 - Spree::ShippingMethod - 2014-06-26 08:29:12.000000000 Z - 2014-06-26 08:29:12.000000000 Z - - 2 - Spree::Calculator::Shipping::FlatRate - 2 - Spree::ShippingMethod - 2014-06-26 08:29:12.000000000 Z - 2014-06-26 08:29:12.000000000 Z - - 3 - Spree::Calculator::Shipping::FlatRate - 3 - Spree::ShippingMethod - 2014-06-26 08:29:12.000000000 Z - 2014-06-26 08:29:12.000000000 Z - - 4 - Spree::Calculator::Shipping::FlatRate - 4 - Spree::ShippingMethod - 2014-06-26 08:29:12.000000000 Z - 2014-06-26 08:29:12.000000000 Z - - 5 - Spree::Calculator::Shipping::FlatRate - 5 - Spree::ShippingMethod - 2014-06-26 08:29:12.000000000 Z - 2014-06-26 08:29:13.000000000 Z - - 6 - Spree::Calculator::DefaultTax - 1 - Spree::TaxRate - 2014-06-26 08:29:16.000000000 Z - 2014-06-26 08:29:16.000000000 Z - - 7 - Spree::Calculator::DefaultTax - 2 - Spree::TaxRate - 2014-07-21 21:47:16.000000000 Z - 2014-07-21 21:47:16.000000000 Z - - 8 - Spree::Calculator::Shipping::FlatPercentItemTotal - 6 - Spree::ShippingMethod - 2014-07-22 06:27:41.000000000 Z - 2014-07-22 06:27:41.000000000 Z
23.75
55
0.611228
af318007df8962b54e0ff16cf2a680f9c3036371
391
yml
YAML
roles/validate_inventory/defaults/main.yml
danielmellado/crucible
ae5e35bc3af860acfaf73bddd3220ca5d9878a81
[ "Apache-2.0" ]
null
null
null
roles/validate_inventory/defaults/main.yml
danielmellado/crucible
ae5e35bc3af860acfaf73bddd3220ca5d9878a81
[ "Apache-2.0" ]
null
null
null
roles/validate_inventory/defaults/main.yml
danielmellado/crucible
ae5e35bc3af860acfaf73bddd3220ca5d9878a81
[ "Apache-2.0" ]
null
null
null
node_required_vars: - bmc_address - bmc_password - bmc_user - vendor - role - mac supported_role_values: - worker - master supported_vendor_values: - Dell - HPE - Lenovo - KVM - SuperMicro ai_version: "{{ hostvars.assisted_installer.ai_version | default('v1.0.24.2') }}" ai_version_number: "{{ ai_version | regex_replace('v(\\d+\\.\\d+.\\d+\\.\\d+)', '\\1') }}"
17.772727
90
0.636829
f4f0ad4ffd1e7b98dbd7b5346cba421716f8961f
347
yml
YAML
.github/workflows/test-and-build.yml
icopp/basedirs
39052ba1e133a96767fb5c17d155316d895e0d48
[ "MIT" ]
1
2019-07-10T19:17:53.000Z
2019-07-10T19:17:53.000Z
.github/workflows/test-and-build.yml
icopp/basedirs
39052ba1e133a96767fb5c17d155316d895e0d48
[ "MIT" ]
95
2019-11-05T00:32:46.000Z
2022-03-01T18:04:14.000Z
.github/workflows/test-and-build.yml
icopp/basedirs
39052ba1e133a96767fb5c17d155316d895e0d48
[ "MIT" ]
null
null
null
name: Test and Build on: push: branches: - '*' - '!master' jobs: build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2.3.3 - uses: actions/setup-node@v2.1.2 with: node-version: 10 - run: yarn install - run: yarn lint - run: yarn test - run: yarn build
16.52381
39
0.518732
c38811938b2927cc664441570a36fe0576835764
255
yaml
YAML
tests/manifest_scenarios/simple_new_manifest/manifest.yaml
kfirz/deployster
b95fdb9cf150eee765f7ef3dbdee3666119e76f9
[ "Apache-2.0" ]
null
null
null
tests/manifest_scenarios/simple_new_manifest/manifest.yaml
kfirz/deployster
b95fdb9cf150eee765f7ef3dbdee3666119e76f9
[ "Apache-2.0" ]
19
2017-12-28T19:39:37.000Z
2018-04-18T23:24:45.000Z
tests/manifest_scenarios/simple_new_manifest/manifest.yaml
kfirz/deployster
b95fdb9cf150eee765f7ef3dbdee3666119e76f9
[ "Apache-2.0" ]
1
2018-04-06T16:50:49.000Z
2018-04-06T16:50:49.000Z
plugs: p1: path: ./p1 read_only: true p2: path: ./p2 read_only: false resource_names: - abc - def resource_types: - a123 - b456 resources: r1: type: r1:1.0.0 config: k1: v1 k2: v2
12.142857
20
0.486275
0a0d54076dec601aad27af13b4aa04be7323d27c
192
yml
YAML
_bookdown.yml
ingo-weber/dapp-data
425a3c58da6a7c89ec192864f99882cb8d225eb3
[ "CC0-1.0" ]
null
null
null
_bookdown.yml
ingo-weber/dapp-data
425a3c58da6a7c89ec192864f99882cb8d225eb3
[ "CC0-1.0" ]
null
null
null
_bookdown.yml
ingo-weber/dapp-data
425a3c58da6a7c89ec192864f99882cb8d225eb3
[ "CC0-1.0" ]
null
null
null
book_filename: "bookdown-demo" output_dir: "docs" language: ui: chapter_name: "" output: html_document: chapter_sections: false number_sections: false delete_merged_file: true
17.454545
30
0.744792
2ae32a4d238b0ae2f47bbd39e3d6f1eb72e92aed
45
yml
YAML
data/sponsors/deiser.yml
adzuci/devopsdays-web
aac92777aa15fafb77df084a57c08d1ac559ed30
[ "Apache-2.0", "MIT" ]
149
2015-11-10T22:23:49.000Z
2022-03-09T20:48:22.000Z
data/sponsors/deiser.yml
manicminer/devopsdays-web
db13681175f4e850f1033043d2113c9d64b2329f
[ "Apache-2.0", "MIT" ]
2,534
2015-11-10T21:56:39.000Z
2022-03-31T20:26:29.000Z
data/sponsors/deiser.yml
manicminer/devopsdays-web
db13681175f4e850f1033043d2113c9d64b2329f
[ "Apache-2.0", "MIT" ]
1,014
2016-02-12T02:20:38.000Z
2022-03-31T17:38:48.000Z
name: "deiser" url: "https://www.deiser.com"
15
29
0.666667
a4c6d587a68d84a090de6d87f33c5e44a8b5005f
3,260
yml
YAML
config/locales/mailers.en.yml
WEBZCC/ohloh-ui
4075fcbb4356589c493a7b90a48a9fa3ed7e4a03
[ "Apache-2.0" ]
86
2017-07-17T04:39:07.000Z
2022-03-27T01:12:53.000Z
config/locales/mailers.en.yml
WEBZCC/ohloh-ui
4075fcbb4356589c493a7b90a48a9fa3ed7e4a03
[ "Apache-2.0" ]
232
2017-05-25T00:38:10.000Z
2022-03-17T10:29:46.000Z
config/locales/mailers.en.yml
Acidburn0zzz/canardnoir
16154f21f3ea06569b98b0a357e7637f3337f72b
[ "Apache-2.0" ]
37
2017-07-04T07:12:41.000Z
2022-03-16T12:38:17.000Z
en: mailers: greeting: "Greetings from Open Hub," signature: "- The Open Hub Team" sign_off: greeting: Sincerely unsubscribe_help_html: You're receiving this because your Privacy Settings are configured to get these notifications. You can %{link} your privacy settings to unsubscribe from getting these notifications or unsubscribe directly %{unsubscribe_emails_link}. If you've received this email in error, may we ask you please notify us by emailing us at info@openhub.net? Thanks! post_notifier: post_begins: The post begins post_replied_notification: subject: "Someone has responded to your post" message: responded to the forum topic manage_mailer: privacy_to_managers: "Privacy is important to Black Duck. We won't share your email address and we're not going to send you follow-up email. Manager information is important though, so we'll continue to update you about manager changes." privacy_to_destroyer: "Privacy is important to Black Duck. We do not provide the email address of Open Hub users to third parties. So we cannot share %{destroyer}'s email address. Similarly, we won't provide your email address to them or any other third party." rejection: subject: "Your application to manage %{target} was denied." body: "Your application to manage %{link1} was denied by %{link2}." automatic_approval: subject: "Your application to manage %{target} was automatically approved." body: "Your application to manage %{link} was approved." withdrawn: subject: "%{target} manager update: %{name} withdrew his/her application." body: "%{name} withdrew his or her application to manage %{target}." approved: subject: "%{target} manager update: %{approver} approved %{name}'s application." body: "%{approver} approved %{name}'s application to become a manager for %{target}." applied: subject: "%{target} manager update: %{name} applied to manage %{target}." body: "%{link1} applied to manage %{link2}. You are currently a manager of this %{target_type} and can %{link3}." action: "accept or reject the application" denied: subject: "%{target} manager update: %{destroyer} denied %{name}'s application." body: "%{destroyer} denied %{name}'s application to become a manager for %{target}." privacy: "Privacy is important to Open Hub. We do not provide the email address of Open Hub users to third parties. So we cannot share %{destroyer}'s or %{name}'s email address. Similarly, we won't provide your email address to them or any other third party." removed: subject: "%{target} manager update: %{destroyer} removed %{name} from managers." body: "%{destroyer} removed %{name}'s from the list of project managers." removal: subject: "%{target} manager update: %{destroyer} removed you from the managers of this %{target_type}." body: "Your position as manager of %{link1} was deleted by %{link2}." project_badge_mailer: check_cii_projects: subject: "CII Best Practices Badge - Found %{count} new projects" id: CII Project Id name: CII Project Name homepage_url: CII Project Homepage url repo_url: CII Project Repository url
66.530612
377
0.711963
970060fc040b0c9475d2b940fc143c12d9881ed5
1,845
yml
YAML
.github/workflows/check.yml
davidkna/shadow-rs
ec6afa791458b8f7a8dc1a17a2376dacf3c561da
[ "MIT" ]
null
null
null
.github/workflows/check.yml
davidkna/shadow-rs
ec6afa791458b8f7a8dc1a17a2376dacf3c561da
[ "MIT" ]
null
null
null
.github/workflows/check.yml
davidkna/shadow-rs
ec6afa791458b8f7a8dc1a17a2376dacf3c561da
[ "MIT" ]
null
null
null
name: check on: push: branches: - "*" tags: - "*" jobs: build: strategy: matrix: os: - ubuntu-latest - macos-latest - windows-latest runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 with: submodules: true - uses: actions-rs/toolchain@v1 with: toolchain: stable override: true components: clippy, rustfmt - name: Check format run: cargo fmt --all -- --check - name: Check fix run: cargo fix && cargo fix - name: Check with Windows clippy if: runner.os == 'Windows' run: cargo clippy --all - name: Check with clippy if: runner.os != 'Windows' run: RUSTFLAGS="-D warnings" cargo clippy --all - name: Build Release run: cargo build --release - name: Run tests run: cargo test --all --verbose -- --exact -Z unstable-options --format=json --show-output # examples - name: Check examples format run: cargo fmt --all -- --check working-directory: ./example_shadow - name: Check examples with Windows clippy if: runner.os == 'Windows' run: cargo clippy --all working-directory: ./example_shadow - name: Check examples with clippy if: runner.os != 'Windows' run: RUSTFLAGS="-D warnings" cargo clippy --all working-directory: ./example_shadow - name: Run examples run: cargo run --release && target/release/example_shadow -V working-directory: ./example_shadow # build on nightly - uses: actions-rs/toolchain@v1 with: toolchain: nightly override: true - name: Build on nightly run: cargo build --release
27.132353
98
0.557724
ec06264091be0eb74c266e5c32ba7dc0d40eaaa7
234
yaml
YAML
tests/minimal/phase0/ssz_static/DepositMessage/ssz_one/case_29/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase0/ssz_static/DepositMessage/ssz_one/case_29/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
tests/minimal/phase0/ssz_static/DepositMessage/ssz_one/case_29/value.yaml
SifraiHQ/eth2.0-spec-tests
289175b2bf8a12c901bf2eef79605447c5706441
[ "MIT" ]
null
null
null
{pubkey: '0xa7d4fc15261c929c39407e776679058b3ad03306b6132b35f1c848044394513fa22f602b0f2c5d195c556c371faef58f', withdrawal_credentials: '0x59fecc54046376aac1f094a8f55c14e198f4798ee4b62e6d50a60e4ff5f51d50', amount: 4282267118058738115}
58.5
110
0.92735
1ea6f17b2afcb7cfa0783b90f86042754cf13170
1,630
yml
YAML
content/Unreal/Maps/DeathMatch/D/b/f/c55291/dm-deemanst_[bfc55291].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
20
2019-02-05T15:09:30.000Z
2022-03-06T02:04:19.000Z
content/Unreal/Maps/DeathMatch/D/b/f/c55291/dm-deemanst_[bfc55291].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
496
2019-02-17T20:07:27.000Z
2022-03-28T10:35:41.000Z
content/Unreal/Maps/DeathMatch/D/b/f/c55291/dm-deemanst_[bfc55291].yml
acrinym/unreal-archive-data
ac9f151af3b401c10970839e7c5eb594e181e74a
[ "Unlicense" ]
15
2019-02-02T14:06:44.000Z
2022-02-24T22:40:18.000Z
--- !<MAP> contentType: "MAP" firstIndex: "2018-10-16 17:30" game: "Unreal" name: "DM-Deemanst" author: "Bullet" description: "None" releaseDate: "1999-08" attachments: [] originalFilename: "dmdeemanst.zip" hash: "bfc55291453d19b9d1d0d32ef7a447f33150c9f6" fileSize: 311685 files: - name: "DM-Deemanst.unr" fileSize: 1177296 hash: "c7bea39fcc5ccfffcc0429cff16f2e421e25d027" otherFiles: 1 dependencies: {} downloads: - url: "https://gamefront.online/files2/service/thankyou?id=5295236" main: false repack: false state: "MISSING" - url: "https://f002.backblazeb2.com/file/unreal-archive-files/Unreal/Maps/DeathMatch/D/dmdeemanst.zip" main: true repack: false state: "OK" - url: "http://unreal.ut-files.com/index.php?dir=Maps/DeathMatch/MapsD/&file=dmdeemanst.zip" main: false repack: false state: "OK" - url: "http://medor.no-ip.org/index.php?dir=Maps/DeathMatch&file=Dm-Deemanst.zip" main: false repack: false state: "OK" - url: "http://unrealtexture.com/Unreal/Downloads/Maps/DeathMatch/MapsD/dmdeemanst.zip" main: false repack: false state: "OK" - url: "https://www.newbiesplayground.net/download/maps/dm_maps/dmdeemanst.zip" main: false repack: false state: "OK" - url: "https://files.vohzd.com/unrealarchive/Unreal/Maps/DeathMatch/D/b/f/c55291/dmdeemanst.zip" main: false repack: false state: "OK" - url: "https://unreal-archive-files.eu-central-1.linodeobjects.com/Unreal/Maps/DeathMatch/D/b/f/c55291/dmdeemanst.zip" main: false repack: false state: "OK" deleted: false gametype: "DeathMatch" title: "DM-Deemanst" playerCount: "Unknown" themes: Skaarj Tech: 1.0 bots: true
27.627119
119
0.733742
06b1562cff97a3ec161c422f037b2270ffab2199
5,872
yml
YAML
docker-compose-cluster.yml
peblproject/PeBL-Services
09a0b5856ebd8df30bf6bd217c93dbf3126de85d
[ "Apache-2.0" ]
null
null
null
docker-compose-cluster.yml
peblproject/PeBL-Services
09a0b5856ebd8df30bf6bd217c93dbf3126de85d
[ "Apache-2.0" ]
2
2021-06-01T17:58:33.000Z
2022-02-14T08:21:34.000Z
docker-compose-cluster.yml
peblproject/PeBL-Services
09a0b5856ebd8df30bf6bd217c93dbf3126de85d
[ "Apache-2.0" ]
1
2021-07-21T19:06:12.000Z
2021-07-21T19:06:12.000Z
version: '3' services: haproxy: image: git.eduworks.us:5050/pebl/pebl-services/proxy:1.0.1 ports: # - "443:443" - "8080:8080" restart: always volumes: - ./fullchainAndKey.pem:/ssl/fullchainAndKey.crt pebl-services-1: image: git.eduworks.us:5050/pebl/pebl-services/services:1.3.2 restart: always environment: - SERVER_NAME=localhost - CONSUMING_DOMAINS=* - AUTH_PROVIDER_URL=https://dev.keycloak.eduworks.com/auth/realms/unsecure-iframe - AUTH_CLIENT_SECRET=52364f21-8ef2-46b9-ba05-3679cd483712 - AUTH_CLIENT_ID=PeBL-Services - SERVER_AUTH_REDIRECT_URL=https://localhost:8080/redirect - AUTH_RESPONSE_TYPES=code - AUTH_SCOPE=openid email profile - POSTGRES_SQL_URL=postgres://pebl:Tacotrucked@pg:5432/services - AUTH_METHOD=openid - REDIS_HOST=redis - REDIS_PORT=6379 - REDIS_AUTH=testing - SESSION_SECRET=kurGLASj6meYUEDrke7AEQAnAgjrX4hgpMBdjrEqEMe2Pwc3feWxULEMRFToyjvtCPRC7qBrdTkQLgYND - SERVER_PORT=80 - USE_SSL=false - LRS_URL=https://lrs.peblproject.com/data/xapi - LRS_BASIC_AUTH=<basic token> - PUBLISHING_SERVICE_URL=http://host.docker.internal:8082 - PUBLISHING_SERVICE_SECRET=f6]:?u2F{Z7cbvo#2Nt4JA]7e=<DGd - EPUB_TEMP_UPLOAD_PATH=/var/epubTemp/ volumes: - ./tempUpload/:/var/epubTemp/ pebl-services-2: image: git.eduworks.us:5050/pebl/pebl-services/services:1.3.2 restart: always environment: - SERVER_NAME=localhost - CONSUMING_DOMAINS=* - AUTH_PROVIDER_URL=https://dev.keycloak.eduworks.com/auth/realms/unsecure-iframe - AUTH_CLIENT_SECRET=52364f21-8ef2-46b9-ba05-3679cd483712 - AUTH_CLIENT_ID=PeBL-Services - SERVER_AUTH_REDIRECT_URL=https://localhost:8080/redirect - AUTH_RESPONSE_TYPES=code - AUTH_SCOPE=openid email profile - POSTGRES_SQL_URL=postgres://pebl:Tacotrucked@pg:5432/services - AUTH_METHOD=openid - REDIS_HOST=redis - REDIS_PORT=6379 - REDIS_AUTH=testing - SESSION_SECRET=kurGLASj6meYUEDrke7AEQAnAgjrX4hgpMBdjrEqEMe2Pwc3feWxULEMRFToyjvtCPRC7qBrdTkQLgYND - SERVER_PORT=80 - USE_SSL=false - LRS_URL=https://lrs.peblproject.com/data/xapi - LRS_BASIC_AUTH=<basic token> - PUBLISHING_SERVICE_URL=http://host.docker.internal:8082 - PUBLISHING_SERVICE_SECRET=f6]:?u2F{Z7cbvo#2Nt4JA]7e=<DGd - EPUB_TEMP_UPLOAD_PATH=/var/epubTemp/ volumes: - ./tempUpload/:/var/epubTemp/ pebl-services-3: image: git.eduworks.us:5050/pebl/pebl-services/services:1.3.2 restart: always environment: - SERVER_NAME=localhost - CONSUMING_DOMAINS=* - AUTH_PROVIDER_URL=https://dev.keycloak.eduworks.com/auth/realms/unsecure-iframe - AUTH_CLIENT_SECRET=52364f21-8ef2-46b9-ba05-3679cd483712 - AUTH_CLIENT_ID=PeBL-Services - SERVER_AUTH_REDIRECT_URL=https://localhost:8080/redirect - AUTH_RESPONSE_TYPES=code - AUTH_SCOPE=openid email profile - POSTGRES_SQL_URL=postgres://pebl:Tacotrucked@pg:5432/services - AUTH_METHOD=openid - REDIS_HOST=redis - REDIS_PORT=6379 - REDIS_AUTH=testing - SESSION_SECRET=kurGLASj6meYUEDrke7AEQAnAgjrX4hgpMBdjrEqEMe2Pwc3feWxULEMRFToyjvtCPRC7qBrdTkQLgYND - SERVER_PORT=80 - USE_SSL=false - LRS_URL=https://lrs.peblproject.com/data/xapi - LRS_BASIC_AUTH=<basic token> - PUBLISHING_SERVICE_URL=http://host.docker.internal:8082 - PUBLISHING_SERVICE_SECRET=f6]:?u2F{Z7cbvo#2Nt4JA]7e=<DGd - EPUB_TEMP_UPLOAD_PATH=/var/epubTemp/ volumes: - ./tempUpload/:/var/epubTemp/ redis: image: git.eduworks.us:5050/pebl/pebl-services/redis:1.0.0 environment: - "REDIS_AUTH=testing" sysctls: net.core.somaxconn: 512 ports: - "127.0.0.1:6379:6379" volumes: - "redisData:/var/lib/redis/" # - "/mnt/factory/eduworks/PEBL/QADump.rdb:/var/lib/redis/dump.rdb" pg: image: postgres:latest restart: always environment: - "POSTGRES_USER=pebl" - "POSTGRES_PASSWORD=Tacotrucked" - "POSTGRES_DB=services" - "POSTGRES_HOST_AUTH_METHOD=scram-sha-256" - "POSTGRES_INITDB_ARGS=--auth-local=scram-sha-256" shm_size: "256M" ports: - "127.0.0.1:5432:5432" volumes: - pgData:/var/lib/postgresql/data # redis1: # image: git.eduworks.us:5050/pebl/pebl-services/ssh-tunnel:1.0.0 # restart: always # volumes: # - /home/veden/Desktop/taco:/ssl/privkey.pem # command: ["./setupTunnel.sh", "taco", "34.222.38.192", "6379"] # pg1: # image: git.eduworks.us:5050/pebl/pebl-services/ssh-tunnel:1.0.0 # restart: always # volumes: # - /home/veden/Desktop/taco:/ssl/privkey.pem # command: ["./setupTunnel.sh", "taco", "34.222.38.192", "5432"] # redis2: # image: git.eduworks.us:5050/pebl/pebl-services/ssh-tunnel:1.0.0 # restart: always # volumes: # - /home/veden/Desktop/taco:/ssl/privkey.pem # command: ["./setupTunnel.sh", "taco", "34.222.38.192", "6379"] # pg2: # image: git.eduworks.us:5050/pebl/pebl-services/ssh-tunnel:1.0.0 # restart: always # volumes: # - /home/veden/Desktop/taco:/ssl/privkey.pem # command: ["./setupTunnel.sh", "taco", "34.222.38.192", "5432"] # redis3: # image: git.eduworks.us:5050/pebl/pebl-services/ssh-tunnel:1.0.0 # restart: always # volumes: # - /home/veden/Desktop/taco:/ssl/privkey.pem # command: ["./setupTunnel.sh", "taco", "34.222.38.192", "6379"] # pg3: # image: git.eduworks.us:5050/pebl/pebl-services/ssh-tunnel:1.0.0 # restart: always # volumes: # - /home/veden/Desktop/taco:/ssl/privkey.pem # command: ["./setupTunnel.sh", "taco", "34.222.38.192", "5432"] volumes: redisData: pgData:
34.541176
104
0.672854
bc1ff1ada88f71b0a359b5fdecee7b1791c2bd83
29,425
yml
YAML
javascript/docs-ref-autogen/azure-arm-apimanagement/ProductPolicy.yml
wuhanyumsft/javascript-ci-test
071e033645a9e02a224567be7e9fa50158763307
[ "CC-BY-4.0", "MIT" ]
null
null
null
javascript/docs-ref-autogen/azure-arm-apimanagement/ProductPolicy.yml
wuhanyumsft/javascript-ci-test
071e033645a9e02a224567be7e9fa50158763307
[ "CC-BY-4.0", "MIT" ]
null
null
null
javascript/docs-ref-autogen/azure-arm-apimanagement/ProductPolicy.yml
wuhanyumsft/javascript-ci-test
071e033645a9e02a224567be7e9fa50158763307
[ "CC-BY-4.0", "MIT" ]
1
2021-02-01T15:45:03.000Z
2021-02-01T15:45:03.000Z
### YamlMime:UniversalReference items: - uid: azure-arm-apimanagement.ProductPolicy id: azure-arm-apimanagement.ProductPolicy name: ProductPolicy summary: Class representing a ProductPolicy. fullName: azure-arm-apimanagement.ProductPolicy source: id: azure-arm-apimanagement.ProductPolicy path: lib\services\apimanagement\lib\operations\productPolicy.js startLine: 957 remote: branch: master path: lib\services\apimanagement\lib\operations\productPolicy.js repo: 'https://github.com/Azure/azure-sdk-for-node.git' type: Class children: - 'azure-arm-apimanagement.ProductPolicy.#ctor' - >- azure-arm-apimanagement.ProductPolicy#listByProductWithHttpOperationResponse - 'azure-arm-apimanagement.ProductPolicy#listByProduct' - >- azure-arm-apimanagement.ProductPolicy#getEntityTagWithHttpOperationResponse - 'azure-arm-apimanagement.ProductPolicy#getEntityTag' - 'azure-arm-apimanagement.ProductPolicy#getWithHttpOperationResponse' - 'azure-arm-apimanagement.ProductPolicy#get' - >- azure-arm-apimanagement.ProductPolicy#createOrUpdateWithHttpOperationResponse - 'azure-arm-apimanagement.ProductPolicy#createOrUpdate' - >- azure-arm-apimanagement.ProductPolicy#deleteMethodWithHttpOperationResponse - 'azure-arm-apimanagement.ProductPolicy#deleteMethod' langs: - js - id: 'azure-arm-apimanagement.ProductPolicy.#ctor' uid: 'azure-arm-apimanagement.ProductPolicy.#ctor' parent: azure-arm-apimanagement.ProductPolicy name: ProductPolicy(client) fullName: azure-arm-apimanagement.ProductPolicy.ProductPolicy(client) summary: Create a ProductPolicy. type: Constructor syntax: parameters: - id: client type: - undefinedApiManagementClient description: Reference to the service client. content: new ProductPolicy(client) langs: - js - uid: >- azure-arm-apimanagement.ProductPolicy#listByProductWithHttpOperationResponse id: >- azure-arm-apimanagement.ProductPolicy#listByProductWithHttpOperationResponse parent: azure-arm-apimanagement.ProductPolicy name: >- listByProductWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) summary: Get the policy configuration at the Product level. fullName: >- azure-arm-apimanagement.ProductPolicy.listByProductWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) tags: - originalTitle: resolve title: resolve text: >- {HttpOperationResponse<PolicyCollection>} - The deserialized result object. value: >- {HttpOperationResponse<PolicyCollection>} - The deserialized result object. - originalTitle: reject title: reject text: '{Error} - The error object.' value: '{Error} - The error object.' type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true return: type: - Promise description: A promise is returned content: >- function listByProductWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) langs: - js - uid: 'azure-arm-apimanagement.ProductPolicy#listByProduct' id: 'azure-arm-apimanagement.ProductPolicy#listByProduct' parent: azure-arm-apimanagement.ProductPolicy name: >- listByProduct(resourceGroupName, serviceName, productId, options, optionalCallback) summary: Get the policy configuration at the Product level. fullName: >- azure-arm-apimanagement.ProductPolicy.listByProduct(resourceGroupName, serviceName, productId, options, optionalCallback) tags: - originalTitle: resolve title: resolve text: '{PolicyCollection} - The deserialized result object.' value: '{PolicyCollection} - The deserialized result object.' - originalTitle: reject title: reject text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link PolicyCollection} for more information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link PolicyCollection} for more information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true - id: optionalCallback type: - function description: The optional callback. optional: true return: type: - function - Promise description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned" content: >- function listByProduct(resourceGroupName, serviceName, productId, options, optionalCallback) langs: - js - uid: >- azure-arm-apimanagement.ProductPolicy#getEntityTagWithHttpOperationResponse id: >- azure-arm-apimanagement.ProductPolicy#getEntityTagWithHttpOperationResponse parent: azure-arm-apimanagement.ProductPolicy name: >- getEntityTagWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) summary: Get the ETag of the policy configuration at the Product level. fullName: >- azure-arm-apimanagement.ProductPolicy.getEntityTagWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) tags: - originalTitle: resolve title: resolve text: '{HttpOperationResponse<null>} - The deserialized result object.' value: '{HttpOperationResponse<null>} - The deserialized result object.' - originalTitle: reject title: reject text: '{Error} - The error object.' value: '{Error} - The error object.' type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true return: type: - Promise description: A promise is returned content: >- function getEntityTagWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) langs: - js - uid: 'azure-arm-apimanagement.ProductPolicy#getEntityTag' id: 'azure-arm-apimanagement.ProductPolicy#getEntityTag' parent: azure-arm-apimanagement.ProductPolicy name: >- getEntityTag(resourceGroupName, serviceName, productId, options, optionalCallback) summary: Get the ETag of the policy configuration at the Product level. fullName: >- azure-arm-apimanagement.ProductPolicy.getEntityTag(resourceGroupName, serviceName, productId, options, optionalCallback) tags: - originalTitle: resolve title: resolve text: '{null} - The deserialized result object.' value: '{null} - The deserialized result object.' - originalTitle: reject title: reject text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {null} [result] - The deserialized result object if an error did not occur.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {null} [result] - The deserialized result object if an error did not occur.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true - id: optionalCallback type: - function description: The optional callback. optional: true return: type: - function - Promise description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned" content: >- function getEntityTag(resourceGroupName, serviceName, productId, options, optionalCallback) langs: - js - uid: 'azure-arm-apimanagement.ProductPolicy#getWithHttpOperationResponse' id: 'azure-arm-apimanagement.ProductPolicy#getWithHttpOperationResponse' parent: azure-arm-apimanagement.ProductPolicy name: >- getWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) summary: Get the policy configuration at the Product level. fullName: >- azure-arm-apimanagement.ProductPolicy.getWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) tags: - originalTitle: resolve title: resolve text: >- {HttpOperationResponse<PolicyContract>} - The deserialized result object. value: >- {HttpOperationResponse<PolicyContract>} - The deserialized result object. - originalTitle: reject title: reject text: '{Error} - The error object.' value: '{Error} - The error object.' type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true return: type: - Promise description: A promise is returned content: >- function getWithHttpOperationResponse(resourceGroupName, serviceName, productId, options) langs: - js - uid: 'azure-arm-apimanagement.ProductPolicy#get' id: 'azure-arm-apimanagement.ProductPolicy#get' parent: azure-arm-apimanagement.ProductPolicy name: 'get(resourceGroupName, serviceName, productId, options, optionalCallback)' summary: Get the policy configuration at the Product level. fullName: >- azure-arm-apimanagement.ProductPolicy.get(resourceGroupName, serviceName, productId, options, optionalCallback) tags: - originalTitle: resolve title: resolve text: '{PolicyContract} - The deserialized result object.' value: '{PolicyContract} - The deserialized result object.' - originalTitle: reject title: reject text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link PolicyContract} for more information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link PolicyContract} for more information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true - id: optionalCallback type: - function description: The optional callback. optional: true return: type: - function - Promise description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned" content: >- function get(resourceGroupName, serviceName, productId, options, optionalCallback) langs: - js - uid: >- azure-arm-apimanagement.ProductPolicy#createOrUpdateWithHttpOperationResponse id: >- azure-arm-apimanagement.ProductPolicy#createOrUpdateWithHttpOperationResponse parent: azure-arm-apimanagement.ProductPolicy name: >- createOrUpdateWithHttpOperationResponse(resourceGroupName, serviceName, productId, parameters, options) summary: Creates or updates policy configuration for the Product. fullName: >- azure-arm-apimanagement.ProductPolicy.createOrUpdateWithHttpOperationResponse(resourceGroupName, serviceName, productId, parameters, options) tags: - originalTitle: resolve title: resolve text: >- {HttpOperationResponse<PolicyContract>} - The deserialized result object. value: >- {HttpOperationResponse<PolicyContract>} - The deserialized result object. - originalTitle: reject title: reject text: '{Error} - The error object.' value: '{Error} - The error object.' type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: parameters type: - object description: The policy contents to apply. - id: parameters.policyContent type: - string description: "Json escaped Xml Encoded contents\rof the Policy." - id: parameters.contentFormat type: - string description: "Format of the policyContent.\rPossible values include: 'xml', 'xml-link'" optional: true - id: options type: - object description: Optional Parameters. optional: true - id: options.ifMatch type: - string description: "ETag of the Entity. Not required when\rcreating an entity, but required when updating an entity." optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true return: type: - Promise description: A promise is returned content: >- function createOrUpdateWithHttpOperationResponse(resourceGroupName, serviceName, productId, parameters, options) langs: - js - uid: 'azure-arm-apimanagement.ProductPolicy#createOrUpdate' id: 'azure-arm-apimanagement.ProductPolicy#createOrUpdate' parent: azure-arm-apimanagement.ProductPolicy name: >- createOrUpdate(resourceGroupName, serviceName, productId, parameters, options, optionalCallback) summary: Creates or updates policy configuration for the Product. fullName: >- azure-arm-apimanagement.ProductPolicy.createOrUpdate(resourceGroupName, serviceName, productId, parameters, options, optionalCallback) tags: - originalTitle: resolve title: resolve text: '{PolicyContract} - The deserialized result object.' value: '{PolicyContract} - The deserialized result object.' - originalTitle: reject title: reject text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link PolicyContract} for more information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {object} [result] - The deserialized result object if an error did not occur.\r See {@link PolicyContract} for more information.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: parameters type: - object description: The policy contents to apply. - id: parameters.policyContent type: - string description: "Json escaped Xml Encoded contents\rof the Policy." - id: parameters.contentFormat type: - string description: "Format of the policyContent.\rPossible values include: 'xml', 'xml-link'" optional: true - id: options type: - object description: Optional Parameters. optional: true - id: options.ifMatch type: - string description: "ETag of the Entity. Not required when\rcreating an entity, but required when updating an entity." optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true - id: optionalCallback type: - function description: The optional callback. optional: true return: type: - function - Promise description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned" content: >- function createOrUpdate(resourceGroupName, serviceName, productId, parameters, options, optionalCallback) langs: - js - uid: >- azure-arm-apimanagement.ProductPolicy#deleteMethodWithHttpOperationResponse id: >- azure-arm-apimanagement.ProductPolicy#deleteMethodWithHttpOperationResponse parent: azure-arm-apimanagement.ProductPolicy name: >- deleteMethodWithHttpOperationResponse(resourceGroupName, serviceName, productId, ifMatch, options) summary: Deletes the policy configuration at the Product. fullName: >- azure-arm-apimanagement.ProductPolicy.deleteMethodWithHttpOperationResponse(resourceGroupName, serviceName, productId, ifMatch, options) tags: - originalTitle: resolve title: resolve text: '{HttpOperationResponse<null>} - The deserialized result object.' value: '{HttpOperationResponse<null>} - The deserialized result object.' - originalTitle: reject title: reject text: '{Error} - The error object.' value: '{Error} - The error object.' type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: ifMatch type: - string description: "ETag of the Entity. ETag should match the current\rentity state from the header response of the GET request or it should be *\rfor unconditional update." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true return: type: - Promise description: A promise is returned content: >- function deleteMethodWithHttpOperationResponse(resourceGroupName, serviceName, productId, ifMatch, options) langs: - js - uid: 'azure-arm-apimanagement.ProductPolicy#deleteMethod' id: 'azure-arm-apimanagement.ProductPolicy#deleteMethod' parent: azure-arm-apimanagement.ProductPolicy name: >- deleteMethod(resourceGroupName, serviceName, productId, ifMatch, options, optionalCallback) summary: Deletes the policy configuration at the Product. fullName: >- azure-arm-apimanagement.ProductPolicy.deleteMethod(resourceGroupName, serviceName, productId, ifMatch, options, optionalCallback) tags: - originalTitle: resolve title: resolve text: '{null} - The deserialized result object.' value: '{null} - The deserialized result object.' - originalTitle: reject title: reject text: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {null} [result] - The deserialized result object if an error did not occur.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." value: "{Error} - The error object.\r\r{function} optionalCallback(err, result, request, response)\r\r {Error} err - The Error object if an error occurred, null otherwise.\r\r {null} [result] - The deserialized result object if an error did not occur.\r\r {object} [request] - The HTTP Request object if an error did not occur.\r\r {stream} [response] - The HTTP Response stream if an error did not occur." type: Function syntax: parameters: - id: resourceGroupName type: - string description: The name of the resource group. - id: serviceName type: - string description: The name of the API Management service. - id: productId type: - string description: "Product identifier. Must be unique in the current\rAPI Management service instance." - id: ifMatch type: - string description: "ETag of the Entity. ETag should match the current\rentity state from the header response of the GET request or it should be *\rfor unconditional update." - id: options type: - object description: Optional Parameters. optional: true - id: options.customHeaders type: - object description: "Headers that will be added to the\rrequest" optional: true - id: optionalCallback type: - function description: The optional callback. optional: true return: type: - function - Promise description: "If a callback was passed as the last parameter\rthen it returns the callback else returns a Promise.\r\r{Promise} A promise is returned" content: >- function deleteMethod(resourceGroupName, serviceName, productId, ifMatch, options, optionalCallback) langs: - js
43.72214
580
0.621172
919abadec97721ae969b44d88af358054fed2200
2,649
yml
YAML
.github/workflows/python.yml
AlexAegis/advent-of-code-2018
95b8ca07b5809ed8f0b4ef35f722a751c2611c48
[ "MIT" ]
40
2019-01-15T19:24:49.000Z
2022-01-15T12:23:54.000Z
.github/workflows/python.yml
AlexAegis/advent-of-code-2018
95b8ca07b5809ed8f0b4ef35f722a751c2611c48
[ "MIT" ]
70
2019-05-02T13:11:49.000Z
2022-01-27T22:01:50.000Z
.github/workflows/python.yml
AlexAegis/advent-of-code-2018
95b8ca07b5809ed8f0b4ef35f722a751c2611c48
[ "MIT" ]
17
2018-12-14T11:09:23.000Z
2021-11-25T11:15:12.000Z
name: Python on: push: paths: - 'solutions/python/**' - '.github/workflows/python.yml' pull_request: paths: - 'solutions/python/**' - '.github/workflows/python.yml' defaults: run: working-directory: solutions/python jobs: lint: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.9'] steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 1 - name: Cache id: cache-venv uses: actions/cache@v2 with: path: solutions/python/.venv3 key: ${{ runner.os }}-${{ hashFiles('**/Pipfile.lock') }} - name: Setup python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} architecture: x64 - name: Install pipenv run: pip install pipenv - name: Install dependencies if: steps.cache-venv.outputs.cache-hit != 'true' run: pipenv install -d - name: Lint run: pipenv run lint fmt: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.9'] steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 1 - name: Cache id: cache-venv uses: actions/cache@v2 with: path: solutions/python/.venv3 key: ${{ runner.os }}-${{ hashFiles('**/Pipfile.lock') }} - name: Setup python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} architecture: x64 - name: Install pipenv run: pip install pipenv - name: Install dependencies if: steps.cache-venv.outputs.cache-hit != 'true' run: pipenv install -d - name: Format check run: pipenv run fmt test: runs-on: ubuntu-latest strategy: matrix: python-version: ['3.9'] steps: - name: Checkout uses: actions/checkout@v2 with: fetch-depth: 1 - name: Cache id: cache-venv uses: actions/cache@v2 with: path: solutions/python/.venv3 key: ${{ runner.os }}-${{ hashFiles('**/Pipfile.lock') }} - name: Setup python uses: actions/setup-python@v2 with: python-version: ${{ matrix.python-version }} architecture: x64 - name: Install pipenv run: pip install pipenv - name: Install dependencies if: steps.cache-venv.outputs.cache-hit != 'true' run: pipenv install -d - name: Test run: pipenv run test
25.970588
67
0.545489
8c2763e3efb3e7e9b5d5f60255bfa5e6bd44ec47
135
yml
YAML
configs/config.yml
numan-khan/g-store
aa51cc75d349a9f9da5cb232a28d62dad22694af
[ "Apache-2.0" ]
null
null
null
configs/config.yml
numan-khan/g-store
aa51cc75d349a9f9da5cb232a28d62dad22694af
[ "Apache-2.0" ]
null
null
null
configs/config.yml
numan-khan/g-store
aa51cc75d349a9f9da5cb232a28d62dad22694af
[ "Apache-2.0" ]
null
null
null
Shards: - Name: shard1 Idx: 1 Address: "127.0.0.1:8080" - Name: shard2 Idx : 2 Address: "127.0.0.1:8081"
13.5
29
0.503704
6184b430a98007e608ff314696f5151005a04d7a
111
yml
YAML
_data/education.yml
lixinyi611/merge-conflict
56ff8f6e198dfef7f9d20b6ba5c388b0b1be98f1
[ "MIT" ]
null
null
null
_data/education.yml
lixinyi611/merge-conflict
56ff8f6e198dfef7f9d20b6ba5c388b0b1be98f1
[ "MIT" ]
9
2018-07-01T15:35:44.000Z
2018-07-01T16:02:43.000Z
_data/education.yml
lixinyi611/merge-conflict
56ff8f6e198dfef7f9d20b6ba5c388b0b1be98f1
[ "MIT" ]
null
null
null
# Degree - degree: Industrial and system engineering uni: NUS year: 2018 # awards: # summary: NA
10.090909
45
0.63964
ba703098ad103fd494527da54d0465c68ee12c10
3,380
yml
YAML
.github/workflows/build.yml
toadless/radio
1bbea87ce96dd65702d206a03a7752c3fc017dc3
[ "MIT" ]
1
2022-03-27T21:16:23.000Z
2022-03-27T21:16:23.000Z
.github/workflows/build.yml
toadless/radio
1bbea87ce96dd65702d206a03a7752c3fc017dc3
[ "MIT" ]
13
2022-02-09T13:27:58.000Z
2022-03-14T20:04:51.000Z
.github/workflows/build.yml
toadless/radio
1bbea87ce96dd65702d206a03a7752c3fc017dc3
[ "MIT" ]
null
null
null
name: build on: push: branches: - 'main' jobs: build: runs-on: ubuntu-latest steps: ######################################################## generate gradle secrets - uses: actions/checkout@v2 - name: 🎨 create gradle.properties shell: bash env: ACTIONS_ALLOW_UNSECURE_COMMANDS: "true" RADIO_DB_URL: ${{ secrets.RADIO_DB_URL }} RADIO_DB_USER: ${{ secrets.RADIO_DB_USER }} RADIO_DB_PASSWORD: ${{ secrets.RADIO_DB_PASSWORD }} run: | mkdir -p ~/.gradle/ echo "::set-env name=GRADLE_USER_HOME::$HOME/.gradle" echo "RADIO_DB_URL=$RADIO_DB_URL" >> ~/.gradle/gradle.properties echo "RADIO_DB_USER=$RADIO_DB_USER" >> ~/.gradle/gradle.properties echo "RADIO_DB_PASSWORD=$RADIO_DB_PASSWORD" >> ~/.gradle/gradle.properties ######################################################## setup jdk - name: 🖥️ Set up JDK 15 uses: actions/setup-java@v2 with: java-version: '15' distribution: 'adopt' ######################################################## setup gradle - name: 🖥️ Validate Gradle wrapper uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b ######################################################## build gradle - name: 🏛️ gradlew build run: | ./gradlew clean build ######################################################## release on github - name: 🎨 create release uses: marvinpinto/action-automatic-releases@latest with: repo_token: "${{ secrets.GITHUB_TOKEN }}" automatic_release_tag: "latest" prerelease: false title: "Radio: Latest!" files: | LICENSE build/libs/Radio-all.jar ######################################################## setup docker - name: 🖥️ Set up Docker Buildx uses: docker/setup-buildx-action@v1 # ######################################################## login to dockerhub - name: 📜 Login to DockerHub uses: docker/login-action@v1 with: username: ${{ secrets.DOCKER_USER }} password: ${{ secrets.DOCKER_PASS }} ######################################################## login to github registry - name: 📜 Login to GitHub Container Registry uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.repository_owner }} password: ${{ secrets.GITHUB_TOKEN }} ######################################################## build and push the image - name: 🏗️ Build and push uses: docker/build-push-action@v2 with: context: . platforms: linux/amd64,linux/arm64 push: true tags: | toadlessss/radio:latest ghcr.io/toadless/radio:latest ######################################################## reload my vps - name: 🔃 reload vps uses: appleboy/ssh-action@master with: host: ${{ secrets.VPS_HOST }} username: ${{ secrets.VPS_USER }} password: ${{ secrets.VPS_PASS }} port: 22 script: | cd ~/docker/radio ./rebuild
29.391304
89
0.464793
cfb156ac81c97ff81444389bba93922242734732
1,843
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix*" fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix" name: "withExpandedSourceAddressPrefix" nameWithType: "EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix" members: - uid: "com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix(java.util.List<java.lang.String>)" fullName: "com.microsoft.azure.management.network.EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix)" name: "withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix)" nameWithType: "EffectiveNetworkSecurityRule.withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix)" summary: "Set the expanded source address prefix." parameters: - description: "the expandedSourceAddressPrefix value to set" name: "expandedSourceAddressPrefix" type: "<xref href=\"java.util.List?alt=java.util.List&text=List\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />&gt;" syntax: "public EffectiveNetworkSecurityRule withExpandedSourceAddressPrefix(List<String> expandedSourceAddressPrefix)" returns: description: "the EffectiveNetworkSecurityRule object itself." type: "<xref href=\"com.microsoft.azure.management.network.EffectiveNetworkSecurityRule?alt=com.microsoft.azure.management.network.EffectiveNetworkSecurityRule&text=EffectiveNetworkSecurityRule\" data-throw-if-not-resolved=\"False\" />" type: "method" metadata: {} package: "com.microsoft.azure.management.network" artifact: com.microsoft.azure:azure-mgmt-network:1.40.0
76.791667
240
0.827455
b21eeba9cc380a9d851f60d6456601cbc35edf14
12,699
yml
YAML
docs-ref-autogen/com.microsoft.azure.management.dns.DnsRecordSet.Definition.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.microsoft.azure.management.dns.DnsRecordSet.Definition.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.microsoft.azure.management.dns.DnsRecordSet.Definition.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaType uid: "com.microsoft.azure.management.dns.DnsRecordSet.Definition" fullName: "com.microsoft.azure.management.dns.DnsRecordSet.Definition<ParentT>" name: "DnsRecordSet.Definition<ParentT>" nameWithType: "DnsRecordSet.Definition<ParentT>" summary: "The entirety of a DNS zone record set definition as a part of parent definition." syntax: "public static interface DnsRecordSet.Definition<ParentT> extends DnsRecordSet.DefinitionStages.ARecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithARecordIPv4Address<ParentT>, DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.AaaaRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address<ParentT>, DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.CaaRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithCaaRecordEntry<ParentT>, DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.CNameRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithCNameRecordAlias<ParentT>, DnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable<ParentT>, DnsRecordSet.DefinitionStages.MXRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithMXRecordMailExchange<ParentT>, DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.NSRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithNSRecordNameServer<ParentT>, DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.PtrRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName<ParentT>, DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.SrvRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithSrvRecordEntry<ParentT>, DnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.TxtRecordSetBlank<ParentT>, DnsRecordSet.DefinitionStages.WithTxtRecordTextValue<ParentT>, DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable<ParentT>, DnsRecordSet.DefinitionStages.WithAttach<ParentT>" type: "interface" typeParameters: - name: "ParentT" implements: - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.ARecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.ARecordSetBlank&text=ARecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.AaaaRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.AaaaRecordSetBlank&text=AaaaRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.CNameRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.CNameRecordSetBlank&text=CNameRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.CaaRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.CaaRecordSetBlank&text=CaaRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.MXRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.MXRecordSetBlank&text=MXRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.NSRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.NSRecordSetBlank&text=NSRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.PtrRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.PtrRecordSetBlank&text=PtrRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.SrvRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.SrvRecordSetBlank&text=SrvRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.TxtRecordSetBlank?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.TxtRecordSetBlank&text=TxtRecordSetBlank\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4Address?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4Address&text=WithARecordIPv4Address\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithARecordIPv4AddressOrAttachable&text=WithARecordIPv4AddressOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6Address&text=WithAaaaRecordIPv6Address\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAaaaRecordIPv6AddressOrAttachable&text=WithAaaaRecordIPv6AddressOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAttach?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithAttach&text=WithAttach\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordAlias?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordAlias&text=WithCNameRecordAlias\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCNameRecordSetAttachable&text=WithCNameRecordSetAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCaaRecordEntry?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCaaRecordEntry&text=WithCaaRecordEntry\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithCaaRecordEntryOrAttachable&text=WithCaaRecordEntryOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchange?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchange&text=WithMXRecordMailExchange\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithMXRecordMailExchangeOrAttachable&text=WithMXRecordMailExchangeOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServer?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServer&text=WithNSRecordNameServer\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithNSRecordNameServerOrAttachable&text=WithNSRecordNameServerOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainName&text=WithPtrRecordTargetDomainName\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithPtrRecordTargetDomainNameOrAttachable&text=WithPtrRecordTargetDomainNameOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithSrvRecordEntry?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithSrvRecordEntry&text=WithSrvRecordEntry\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithSrvRecordEntryOrAttachable&text=WithSrvRecordEntryOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValue?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValue&text=WithTxtRecordTextValue\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" - "<xref href=\"com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable?alt=com.microsoft.azure.management.dns.DnsRecordSet.DefinitionStages.WithTxtRecordTextValueOrAttachable&text=WithTxtRecordTextValueOrAttachable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"ParentT?alt=ParentT&text=ParentT\" data-throw-if-not-resolved=\"False\" />&gt;" metadata: {} package: "com.microsoft.azure.management.dns" artifact: com.microsoft.azure:azure-mgmt-dns:1.40.0
295.325581
1,887
0.820931
248b4b63bd13f9519ffce29cc6e3c625e3e45864
2,326
yml
YAML
threads/3009470/posts/62283191.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3009470/posts/62283191.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
threads/3009470/posts/62283191.yml
voz-living/documents
a5fb94005e8c2d681bbda8c85a40509ba5b11cd9
[ "MIT" ]
null
null
null
url: showpost.php?p=62283191&postcount=6834 id: 62283191 tid: 3009470 num: 6834 datetime: 2013-10-12T14:35:00.000Z user: img: customavatars/avatar320012_4.gif name: CucMui title: Senior Member joinDate: 2009-12-31T16:00:00.000Z posts: 139 id: '320012' title: 'Re: [Giúp đỡ] Xin ảnh Bìa FB độc và đẹp!' content: html: "\r\n\t\t\t\r\n\t\t\t<!-- BEGIN TEMPLATE: bbcode_quote -->\n<div style=\"margin:20px; margin-top:5px; \">\r\n\t<div class=\"smallfont\" style=\"margin-bottom:2px\">Quote:</div>\r\n\t<table cellpadding=\"6\" cellspacing=\"0\" border=\"0\" width=\"100%\" class=\"voz-bbcode-quote\">\r\n\t<tr>\r\n\t\t<td class=\"alt2\" style=\"border:1px inset\">\r\n\t\t\t\r\n\t\t\t\t<div>\r\n\t\t\t\t\tOriginally Posted by <strong>nhok_ls</strong>\r\n\t\t\t\t\t<a href=\"showthread.php?p=62189830#post62189830\" rel=\"nofollow\"><img class=\"inlineimg\" src=\"images/buttons/viewpost.gif\" border=\"0\" alt=\"View Post\"></a>\r\n\t\t\t\t</div>\r\n\t\t\t\t<div style=\"font-style:italic\">[QUOTE<br>\r\nHo&#x1EB7;c m&#xE1;u chi&#x1EBF;n c&#xF3; th&#x1EC3; &#x111;&#x1EC3; c&#xE1;i n&#xE0;y cho b&#x1ED1;c l&#x1EED;a <img src=\"/images/smilies/Off/smile.gif\" border=\"0\" alt=\"\" title=\"Smile\" class=\"inlineimg\">)))<br>\r\n<img src=\"https://fbcdn-sphotos-c-a.akamaihd.net/hphotos-ak-prn1/564401_560318527366634_25171793_n.jpg\" border=\"0\" alt=\"\"><br>\r\n<img src=\"/images/smilies/Off/feel_good.gif\" border=\"0\" alt=\"\" title=\"Feel Good\" class=\"inlineimg\"></div>\r\n\t\t\t\r\n\t\t</td>\r\n\t</tr>\r\n\t</table>\r\n</div>\n<!-- END TEMPLATE: bbcode_quote -->cho em c&#xE1;i n&#xE0;y nh&#x1B0;ng b&#x1ECF; ch&#x1EEF; 365 &#x111;c ko b&#xE1;c<img src=\"/images/smilies/Off/surrender.gif\" border=\"0\" alt=\"\" title=\"Surrender\" class=\"inlineimg\">[/quote]<br>\r\n<br>\r\n&#x111;&#x1B0;&#x1EE3;c ch&#x1B0;a b&#xE1;c? link &#x111;&#xED;nh k&#xE8;m nh&#xE9;<img src=\"/images/smilies/Off/shame.gif\" border=\"0\" alt=\"\" title=\"Shame\" class=\"inlineimg\">\r\n\t\t" text: "Quote:\r\n\t\r\n\t\r\n\t\t\r\n\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t\tOriginally Posted by nhok_ls\r\n\t\t\t\t\t\r\n\t\t\t\t\r\n\t\t\t\t[QUOTE\r\nHoặc máu chiến có thể để cái này cho bốc lửa )))\r\n\r\n\r\n\t\t\t\r\n\t\t\r\n\t\r\n\t\r\n\ncho em cái này nhưng bỏ chữ 365 đc ko bác[/quote]\r\n\r\nđược chưa bác? link đính kèm nhé"
136.823529
1,672
0.648753
aa0103e48cae2345dfc804176cc81addc26a1ddb
30,372
yaml
YAML
config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml
mrbobbytables/cluster-api-provider-vsphere
75972759df4bc311a5758a4202973434703303fc
[ "Apache-2.0" ]
null
null
null
config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml
mrbobbytables/cluster-api-provider-vsphere
75972759df4bc311a5758a4202973434703303fc
[ "Apache-2.0" ]
1
2021-03-05T11:13:38.000Z
2021-03-05T11:13:38.000Z
config/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachinetemplates.yaml
mrbobbytables/cluster-api-provider-vsphere
75972759df4bc311a5758a4202973434703303fc
[ "Apache-2.0" ]
null
null
null
--- apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.2.9 creationTimestamp: null name: vspheremachinetemplates.infrastructure.cluster.x-k8s.io spec: group: infrastructure.cluster.x-k8s.io names: categories: - cluster-api kind: VSphereMachineTemplate listKind: VSphereMachineTemplateList plural: vspheremachinetemplates singular: vspheremachinetemplate scope: Namespaced versions: - name: v1alpha3 schema: openAPIV3Schema: description: VSphereMachineTemplate is the Schema for the vspheremachinetemplates API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: description: VSphereMachineTemplateSpec defines the desired state of VSphereMachineTemplate properties: template: description: VSphereMachineTemplateResource describes the data needed to create a VSphereMachine from a template properties: spec: description: Spec is the specification of the desired behavior of the machine. properties: cloneMode: description: CloneMode specifies the type of clone operation. The LinkedClone mode is only support for templates that have at least one snapshot. If the template has no snapshots, then CloneMode defaults to FullClone. When LinkedClone mode is enabled the DiskGiB field is ignored as it is not possible to expand disks of linked clones. Defaults to LinkedClone, but fails gracefully to FullClone if the source of the clone operation has no snapshots. type: string customVMXKeys: additionalProperties: type: string description: CustomVMXKeys is a dictionary of advanced VMX options that can be set on VM Defaults to empty map type: object datacenter: description: Datacenter is the name or inventory path of the datacenter in which the virtual machine is created/located. type: string datastore: description: Datastore is the name or inventory path of the datastore in which the virtual machine is created/located. type: string diskGiB: description: DiskGiB is the size of a virtual machine's disk, in GiB. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int32 type: integer folder: description: Folder is the name or inventory path of the folder in which the virtual machine is created/located. type: string memoryMiB: description: MemoryMiB is the size of a virtual machine's memory, in MiB. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int64 type: integer network: description: Network is the network configuration for this machine's VM. properties: devices: description: Devices is the list of network devices used by the virtual machine. TODO(akutz) Make sure at least one network matches the ClusterSpec.CloudProviderConfiguration.Network.Name items: description: NetworkDeviceSpec defines the network configuration for a virtual machine's network device. properties: deviceName: description: DeviceName may be used to explicitly assign a name to the network device as it exists in the guest operating system. type: string dhcp4: description: DHCP4 is a flag that indicates whether or not to use DHCP for IPv4 on this device. If true then IPAddrs should not contain any IPv4 addresses. type: boolean dhcp6: description: DHCP6 is a flag that indicates whether or not to use DHCP for IPv6 on this device. If true then IPAddrs should not contain any IPv6 addresses. type: boolean gateway4: description: Gateway4 is the IPv4 gateway used by this device. Required when DHCP4 is false. type: string gateway6: description: Gateway4 is the IPv4 gateway used by this device. Required when DHCP6 is false. type: string ipAddrs: description: IPAddrs is a list of one or more IPv4 and/or IPv6 addresses to assign to this device. Required when DHCP4 and DHCP6 are both false. items: type: string type: array macAddr: description: MACAddr is the MAC address used by this device. It is generally a good idea to omit this field and allow a MAC address to be generated. Please note that this value must use the VMware OUI to work with the in-tree vSphere cloud provider. type: string mtu: description: MTU is the device’s Maximum Transmission Unit size in bytes. format: int64 type: integer nameservers: description: Nameservers is a list of IPv4 and/or IPv6 addresses used as DNS nameservers. Please note that Linux allows only three nameservers (https://linux.die.net/man/5/resolv.conf). items: type: string type: array networkName: description: NetworkName is the name of the vSphere network to which the device will be connected. type: string routes: description: Routes is a list of optional, static routes applied to the device. items: description: NetworkRouteSpec defines a static network route. properties: metric: description: Metric is the weight/priority of the route. format: int32 type: integer to: description: To is an IPv4 or IPv6 address. type: string via: description: Via is an IPv4 or IPv6 address. type: string required: - metric - to - via type: object type: array searchDomains: description: SearchDomains is a list of search domains used when resolving IP addresses with DNS. items: type: string type: array required: - networkName type: object type: array preferredAPIServerCidr: description: PreferredAPIServeCIDR is the preferred CIDR for the Kubernetes API server endpoint on this machine type: string routes: description: Routes is a list of optional, static routes applied to the virtual machine. items: description: NetworkRouteSpec defines a static network route. properties: metric: description: Metric is the weight/priority of the route. format: int32 type: integer to: description: To is an IPv4 or IPv6 address. type: string via: description: Via is an IPv4 or IPv6 address. type: string required: - metric - to - via type: object type: array required: - devices type: object numCPUs: description: NumCPUs is the number of virtual processors in a virtual machine. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int32 type: integer numCoresPerSocket: description: NumCPUs is the number of cores among which to distribute CPUs in this virtual machine. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int32 type: integer providerID: description: ProviderID is the virtual machine's BIOS UUID formated as vsphere://12345678-1234-1234-1234-123456789abc type: string resourcePool: description: ResourcePool is the name or inventory path of the resource pool in which the virtual machine is created/located. type: string server: description: Server is the IP address or FQDN of the vSphere server on which the virtual machine is created/located. type: string snapshot: description: Snapshot is the name of the snapshot from which to create a linked clone. This field is ignored if LinkedClone is not enabled. Defaults to the source's current snapshot. type: string storagePolicyName: description: StoragePolicyName of the storage policy to use with this Virtual Machine type: string template: description: Template is the name or inventory path of the template used to clone the virtual machine. minLength: 1 type: string thumbprint: description: Thumbprint is the colon-separated SHA-1 checksum of the given vCenter server's host certificate When this is set to empty, this VirtualMachine would be created without TLS certificate validation of the communication between Cluster API Provider vSphere and the VMware vCenter server. type: string required: - network - template type: object required: - spec type: object required: - template type: object type: object served: true storage: false - name: v1alpha4 schema: openAPIV3Schema: description: VSphereMachineTemplate is the Schema for the vspheremachinetemplates API properties: apiVersion: description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources' type: string kind: description: 'Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds' type: string metadata: type: object spec: description: VSphereMachineTemplateSpec defines the desired state of VSphereMachineTemplate properties: template: description: VSphereMachineTemplateResource describes the data needed to create a VSphereMachine from a template properties: spec: description: Spec is the specification of the desired behavior of the machine. properties: cloneMode: description: CloneMode specifies the type of clone operation. The LinkedClone mode is only support for templates that have at least one snapshot. If the template has no snapshots, then CloneMode defaults to FullClone. When LinkedClone mode is enabled the DiskGiB field is ignored as it is not possible to expand disks of linked clones. Defaults to LinkedClone, but fails gracefully to FullClone if the source of the clone operation has no snapshots. type: string customVMXKeys: additionalProperties: type: string description: CustomVMXKeys is a dictionary of advanced VMX options that can be set on VM Defaults to empty map type: object datacenter: description: Datacenter is the name or inventory path of the datacenter in which the virtual machine is created/located. type: string datastore: description: Datastore is the name or inventory path of the datastore in which the virtual machine is created/located. type: string diskGiB: description: DiskGiB is the size of a virtual machine's disk, in GiB. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int32 type: integer folder: description: Folder is the name or inventory path of the folder in which the virtual machine is created/located. type: string memoryMiB: description: MemoryMiB is the size of a virtual machine's memory, in MiB. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int64 type: integer network: description: Network is the network configuration for this machine's VM. properties: devices: description: Devices is the list of network devices used by the virtual machine. TODO(akutz) Make sure at least one network matches the ClusterSpec.CloudProviderConfiguration.Network.Name items: description: NetworkDeviceSpec defines the network configuration for a virtual machine's network device. properties: deviceName: description: DeviceName may be used to explicitly assign a name to the network device as it exists in the guest operating system. type: string dhcp4: description: DHCP4 is a flag that indicates whether or not to use DHCP for IPv4 on this device. If true then IPAddrs should not contain any IPv4 addresses. type: boolean dhcp6: description: DHCP6 is a flag that indicates whether or not to use DHCP for IPv6 on this device. If true then IPAddrs should not contain any IPv6 addresses. type: boolean gateway4: description: Gateway4 is the IPv4 gateway used by this device. Required when DHCP4 is false. type: string gateway6: description: Gateway4 is the IPv4 gateway used by this device. Required when DHCP6 is false. type: string ipAddrs: description: IPAddrs is a list of one or more IPv4 and/or IPv6 addresses to assign to this device. Required when DHCP4 and DHCP6 are both false. items: type: string type: array macAddr: description: MACAddr is the MAC address used by this device. It is generally a good idea to omit this field and allow a MAC address to be generated. Please note that this value must use the VMware OUI to work with the in-tree vSphere cloud provider. type: string mtu: description: MTU is the device’s Maximum Transmission Unit size in bytes. format: int64 type: integer nameservers: description: Nameservers is a list of IPv4 and/or IPv6 addresses used as DNS nameservers. Please note that Linux allows only three nameservers (https://linux.die.net/man/5/resolv.conf). items: type: string type: array networkName: description: NetworkName is the name of the vSphere network to which the device will be connected. type: string routes: description: Routes is a list of optional, static routes applied to the device. items: description: NetworkRouteSpec defines a static network route. properties: metric: description: Metric is the weight/priority of the route. format: int32 type: integer to: description: To is an IPv4 or IPv6 address. type: string via: description: Via is an IPv4 or IPv6 address. type: string required: - metric - to - via type: object type: array searchDomains: description: SearchDomains is a list of search domains used when resolving IP addresses with DNS. items: type: string type: array required: - networkName type: object type: array preferredAPIServerCidr: description: PreferredAPIServeCIDR is the preferred CIDR for the Kubernetes API server endpoint on this machine type: string routes: description: Routes is a list of optional, static routes applied to the virtual machine. items: description: NetworkRouteSpec defines a static network route. properties: metric: description: Metric is the weight/priority of the route. format: int32 type: integer to: description: To is an IPv4 or IPv6 address. type: string via: description: Via is an IPv4 or IPv6 address. type: string required: - metric - to - via type: object type: array required: - devices type: object numCPUs: description: NumCPUs is the number of virtual processors in a virtual machine. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int32 type: integer numCoresPerSocket: description: NumCPUs is the number of cores among which to distribute CPUs in this virtual machine. Defaults to the eponymous property value in the template from which the virtual machine is cloned. format: int32 type: integer providerID: description: ProviderID is the virtual machine's BIOS UUID formated as vsphere://12345678-1234-1234-1234-123456789abc type: string resourcePool: description: ResourcePool is the name or inventory path of the resource pool in which the virtual machine is created/located. type: string server: description: Server is the IP address or FQDN of the vSphere server on which the virtual machine is created/located. type: string snapshot: description: Snapshot is the name of the snapshot from which to create a linked clone. This field is ignored if LinkedClone is not enabled. Defaults to the source's current snapshot. type: string storagePolicyName: description: StoragePolicyName of the storage policy to use with this Virtual Machine type: string template: description: Template is the name or inventory path of the template used to clone the virtual machine. minLength: 1 type: string thumbprint: description: Thumbprint is the colon-separated SHA-1 checksum of the given vCenter server's host certificate When this is set to empty, this VirtualMachine would be created without TLS certificate validation of the communication between Cluster API Provider vSphere and the VMware vCenter server. type: string required: - network - template type: object required: - spec type: object required: - template type: object type: object served: true storage: true status: acceptedNames: kind: "" plural: "" conditions: [] storedVersions: []
55.322404
175
0.43303
2d6deec45ecce482b98c17b489165e8e05b352fc
374
yaml
YAML
tools/jruby-1.5.1/share/ri/1.8/system/Benchmark/Tms/%2f-i.yaml
developerVilchez/oauth2_provider
6d22257fda79454760ae9c92f900c1d74a7e915f
[ "MIT" ]
14
2015-01-27T08:10:17.000Z
2019-08-06T13:46:47.000Z
java/jruby-1.1.3/share/ri/1.8/system/Benchmark/Tms/%2f-i.yaml
rubyunderground/aujroras
f3776b1a69429ebf98daad197f98b8cc1403c4aa
[ "Apache-2.0" ]
1
2018-03-05T22:07:28.000Z
2018-03-05T22:07:28.000Z
java/jruby-1.1.3/share/ri/1.8/system/Benchmark/Tms/%2f-i.yaml
rubyunderground/aujroras
f3776b1a69429ebf98daad197f98b8cc1403c4aa
[ "Apache-2.0" ]
3
2016-04-28T11:29:38.000Z
2020-10-15T14:53:35.000Z
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Returns a new Tms object obtained by memberwise division of the individual times for this Tms object by <em>x</em>. This method and #+() are useful for taking statistics." full_name: Benchmark::Tms#/ is_singleton: false name: / params: (x) visibility: public
28.769231
180
0.729947
38d3e3b8dcebdf818b6455bac1691a3db3388ead
169
yml
YAML
config.yml
xhubert/shopnow
90c4eff6e2091c1f03b2ccb7344abfb3ee530987
[ "Apache-2.0" ]
null
null
null
config.yml
xhubert/shopnow
90c4eff6e2091c1f03b2ccb7344abfb3ee530987
[ "Apache-2.0" ]
null
null
null
config.yml
xhubert/shopnow
90c4eff6e2091c1f03b2ccb7344abfb3ee530987
[ "Apache-2.0" ]
null
null
null
default: password: 5de551e158b0f8b7b7f2cd98181be9d4 theme_id: "33102725162" store: cloudybay-lighting.myshopify.com ignore_files: - /config/settings_data.json
24.142857
44
0.798817
1dc2246cea243060b753e45fd45accfa2d41b753
404
yml
YAML
.github/FUNDING.yml
szine/ngx-vis
d03c5f2eb4ca300678027c563011dcfb5edf5696
[ "MIT" ]
40
2019-09-20T02:32:28.000Z
2022-01-08T11:23:11.000Z
.github/FUNDING.yml
szine/ngx-vis
d03c5f2eb4ca300678027c563011dcfb5edf5696
[ "MIT" ]
176
2017-11-06T15:52:06.000Z
2019-09-09T12:25:22.000Z
.github/FUNDING.yml
szine/ngx-vis
d03c5f2eb4ca300678027c563011dcfb5edf5696
[ "MIT" ]
21
2019-12-09T21:25:58.000Z
2022-03-25T00:23:58.000Z
# These are supported funding model platforms # github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] #patreon: moleculer open_collective: visjs #ko_fi: # Replace with a single Ko-fi username #tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel #custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H8TR8246RCDJG
44.888889
91
0.779703
9a33aa2f0c3685fb2524edbac58f8287a7cf66b0
167
yaml
YAML
charts/ip-blocker/Chart.yaml
softonic/ip-blocker
0593efcee5475909d57168a963428d5ab5f2b356
[ "Apache-2.0" ]
null
null
null
charts/ip-blocker/Chart.yaml
softonic/ip-blocker
0593efcee5475909d57168a963428d5ab5f2b356
[ "Apache-2.0" ]
1
2022-01-19T15:27:14.000Z
2022-01-28T12:33:38.000Z
charts/ip-blocker/Chart.yaml
softonic/ip-blocker
0593efcee5475909d57168a963428d5ab5f2b356
[ "Apache-2.0" ]
null
null
null
apiVersion: v2 name: ip-blocker description: This chart deploys a daemon in k8s for blocking IPs from unwanted bots type: application version: 0.4.1 appVersion: 0.4.1
23.857143
83
0.790419
08251d3ef958c8eb7ee7a7d8b0a4f765a4549c0f
1,051
yml
YAML
server_config/group_vars/db_dev.yml
bonidjukic/django-vagrant-ansible
80eca834110ef392fbddaf6af9a8ccb175a33711
[ "MIT" ]
null
null
null
server_config/group_vars/db_dev.yml
bonidjukic/django-vagrant-ansible
80eca834110ef392fbddaf6af9a8ccb175a33711
[ "MIT" ]
2
2020-02-12T00:59:18.000Z
2021-06-10T20:28:09.000Z
server_config/group_vars/db_dev.yml
bonidjukic/django-vagrant-ansible
80eca834110ef392fbddaf6af9a8ccb175a33711
[ "MIT" ]
null
null
null
--- ansible_ssh_user: vagrant postgresql_listen_addresses: - localhost - 192.168.103.101 postgresql_pg_hba_default: - { type: local, database: all, user: '{{ postgresql_admin_user }}', address: '', method: '{{ postgresql_default_auth_method }}', comment: '' } - { type: local, database: all, user: all, address: '', method: '{{ postgresql_default_auth_method }}', comment: '"local" is for Unix domain socket connections only' } - { type: host, database: all, user: all, address: '127.0.0.1/32', method: '{{ postgresql_default_auth_method }}', comment: 'IPv4 local connections:' } - { type: host, database: all, user: all, address: '::1/128', method: '{{ postgresql_default_auth_method }}', comment: 'IPv6 local connections:' } - { type: host, database: all, user: all, address: '192.168.103.1/32', method: '{{ postgresql_default_auth_method }}', comment: 'host' } - { type: host, database: all, user: all, address: '192.168.103.100/32', method: '{{ postgresql_default_auth_method }}', comment: 'app' }
70.066667
181
0.664129
b0437178ace40c2f2cb2e5eaa63a2999e6281a61
375
yml
YAML
src/Project/HCA/serialization.content/Content/HCA/Data/Recommended Products.yml
Igor1306/sitecore-headless-commerce-accelerator
b138557325e400bd2b45071ee96adf57f4ff8240
[ "Apache-2.0" ]
34
2019-09-05T12:39:12.000Z
2022-02-18T11:59:17.000Z
src/Project/HCA/serialization.content/Content/HCA/Data/Recommended Products.yml
Igor1306/sitecore-headless-commerce-accelerator
b138557325e400bd2b45071ee96adf57f4ff8240
[ "Apache-2.0" ]
17
2019-09-23T15:28:52.000Z
2021-05-11T23:02:36.000Z
src/Project/HCA/serialization.content/Content/HCA/Data/Recommended Products.yml
Igor1306/sitecore-headless-commerce-accelerator
b138557325e400bd2b45071ee96adf57f4ff8240
[ "Apache-2.0" ]
22
2019-09-19T09:15:49.000Z
2021-09-06T01:59:43.000Z
--- ID: "ef07e2d7-1772-4514-894e-48d51e5fbad8" Parent: "1dd12aa7-6fb1-4631-af56-90d80ad45c17" Template: "2ef7b0f6-a5e5-43e6-acec-0f1c2eed1731" Path: /sitecore/content/HCA/Data/Recommended Products DB: master Languages: - Language: en Versions: - Version: 1 Fields: - ID: "25bed78c-4957-4165-998a-ca1b52f67497" Hint: __Created Value: 20200522T092441Z
25
53
0.730667
4ac2ab9377f452894831e9f1e55ddbca04f579ca
288
yml
YAML
examples/example-java/src/main/resources/funktion.yml
AlexRogalskiy/funktion-connectors
b58103622a09a7f5e57ad076c1ba007b555951c7
[ "Apache-2.0" ]
30
2017-01-27T11:40:38.000Z
2021-11-01T08:16:57.000Z
examples/example-java/src/main/resources/funktion.yml
funktionio/funktion-connectors
b58103622a09a7f5e57ad076c1ba007b555951c7
[ "Apache-2.0" ]
87
2017-01-04T17:28:34.000Z
2019-08-15T11:54:03.000Z
examples/example-java/src/main/resources/funktion.yml
AlexRogalskiy/funktion-connectors
b58103622a09a7f5e57ad076c1ba007b555951c7
[ "Apache-2.0" ]
13
2017-01-04T17:24:07.000Z
2021-12-08T02:22:33.000Z
flows: - name: thingy steps: - kind: endpoint uri: http - kind: function name: io.fabric8.funktion.example.Main::cheese - name: thirsty steps: - kind: endpoint uri: http:bar - kind: function name: io.fabric8.funktion.example.Main::wine
20.571429
52
0.607639
4ad885f9b2b1441f84050314d1efab6afe8bb537
225
yaml
YAML
pull-config-redis.yaml
wikimedia/mediawiki-services-python-cache-relay
8f2c5e918bcd68027ddce836b1da287c73117e2c
[ "MIT" ]
1
2015-03-18T21:54:07.000Z
2015-03-18T21:54:07.000Z
pull-config-redis.yaml
wikimedia/mediawiki-services-python-cache-relay
8f2c5e918bcd68027ddce836b1da287c73117e2c
[ "MIT" ]
null
null
null
pull-config-redis.yaml
wikimedia/mediawiki-services-python-cache-relay
8f2c5e918bcd68027ddce836b1da287c73117e2c
[ "MIT" ]
null
null
null
cache_type : "redis" redis_host: "127.0.0.1" redis_port: 6379 redis_stream_hosts: - "127.0.0.1" redis_stream_port: 6379 redis_password: null redis_channel: "myapp-redis-main:purge" data_directory: /var/cache/python-mc-relay
22.5
42
0.777778
fe5080707db91e0561134b084fe9f4ecc0004ef5
1,414
yml
YAML
.travis.yml
StackStorm/chef-stackstorm
38f4c529b7061babcc17491f99304b8c1764bf08
[ "Apache-2.0" ]
18
2015-04-16T18:27:42.000Z
2019-04-30T06:35:54.000Z
.travis.yml
StackStorm/chef-stackstorm
38f4c529b7061babcc17491f99304b8c1764bf08
[ "Apache-2.0" ]
70
2016-06-01T19:50:27.000Z
2020-07-28T15:31:13.000Z
.travis.yml
StackStorm/chef-stackstorm
38f4c529b7061babcc17491f99304b8c1764bf08
[ "Apache-2.0" ]
18
2015-12-05T19:10:04.000Z
2020-09-10T13:35:32.000Z
# Use Travis's cointainer based infrastructure sudo: required services: docker # Don't `bundle install` install: echo "skip bundle install" branches: only: - master env: matrix: - SUITE=default - SUITE=integration:kitchen:default-ubuntu-1404 - SUITE=integration:kitchen:default-centos-75 before_script: # https://github.com/zuazo/kitchen-in-travis-native/issues/1#issuecomment-142455888 - sudo iptables -L DOCKER || sudo iptables -N DOCKER # ChefDK no longer available via APT repo - wget https://packages.chef.io/files/stable/chefdk/3.2.30/ubuntu/14.04/chefdk_3.2.30-1_amd64.deb - sudo dpkg -i chefdk_3.2.30-1_amd64.deb - eval "$(/opt/chefdk/bin/chef shell-init bash)" - /opt/chefdk/bin/chef gem install kitchen-docker script: - /opt/chefdk/bin/chef --version - /opt/chefdk/bin/cookstyle --version - /opt/chefdk/bin/foodcritic --version - /opt/chefdk/bin/kitchen --version - KITCHEN_LOCAL_YAML=.kitchen.docker.yml /opt/chefdk/bin/chef exec rake ${SUITE} notifications: # Post build failures to '#chef' channel in 'stackstorm-community' Slack slack: rooms: - secure: O+o2FvLubrlKelWc1uvtcpLZgyQIBOoRGepZH2eKeguinGiXqaic0GK5KUthFdJJtmn3uT+brGyug08wgmSQKa+VoFEPJwHCIYTL2ZnGoggtJcbv8FU0c2sa1DJ1gSH4Q8PGzuwKuW67ExfYQYPwciyJ3RjmoYoIouB1pbqwmgk= on_pull_requests: false on_success: change # default: always on_failure: always # default: always
33.666667
188
0.751768
b657aaa931e04a2437933a246f7d920366fb948e
1,572
yaml
YAML
local/bin/py/build/configurations/integration_merge.yaml
fhsgoncalves/documentation
27288118be53b7811751bf32ff3b78fa5a24e6bd
[ "BSD-3-Clause" ]
219
2015-04-07T18:24:09.000Z
2022-03-17T09:07:54.000Z
local/bin/py/build/configurations/integration_merge.yaml
fhsgoncalves/documentation
27288118be53b7811751bf32ff3b78fa5a24e6bd
[ "BSD-3-Clause" ]
2,304
2015-01-07T21:40:50.000Z
2022-03-31T18:54:17.000Z
local/bin/py/build/configurations/integration_merge.yaml
fhsgoncalves/documentation
27288118be53b7811751bf32ff3b78fa5a24e6bd
[ "BSD-3-Clause" ]
593
2015-01-09T19:06:59.000Z
2022-03-31T09:48:46.000Z
--- hdfs: action: create target: hdfs remove_header: false fm: is_public: true kind: integration integration_title: Hdfs short_description: Track cluster disk usage, volume failures, dead DataNodes, and more. mesos: action: create target: mesos remove_header: false fm: aliases: - "/integrations/mesos_master/" - "/integrations/mesos_slave/" is_public: true kind: integration integration_title: Mesos short_description: Track cluster resource usage, master and slave counts, tasks statuses, and more. activemq_xml: action: merge target: activemq remove_header: false cassandra_nodetool: action: merge target: cassandra remove_header: false gitlab_runner: action: merge target: gitlab remove_header: false hdfs_datanode: action: merge target: hdfs remove_header: false hdfs_namenode: action: merge target: hdfs remove_header: false mesos_master: action: merge target: mesos remove_header: true mesos_slave: action: merge target: mesos remove_header: false kafka_consumer: action: merge target: kafka remove_header: false kube_dns: action: discard target: none remove_header: false kube_proxy: action: discard target: none remove_header: false kubernetes_state: action: discard target: none remove_header: false system_core: action: discard target: system remove_header: false system_swap: action: discard target: system remove_header: false hbase_regionserver: action: merge target: hbase_master remove_header: false
19.407407
83
0.739186
c9aff662b4f51f82a265d8d9f13bf9da3b804853
4,853
yaml
YAML
chart/index.yaml
serhatcetinkaya/kubernetes-operator
2cecbba8b2636e1dfd269e971e42c7b8f1c1b415
[ "Apache-2.0" ]
null
null
null
chart/index.yaml
serhatcetinkaya/kubernetes-operator
2cecbba8b2636e1dfd269e971e42c7b8f1c1b415
[ "Apache-2.0" ]
null
null
null
chart/index.yaml
serhatcetinkaya/kubernetes-operator
2cecbba8b2636e1dfd269e971e42c7b8f1c1b415
[ "Apache-2.0" ]
null
null
null
apiVersion: v1 entries: jenkins-operator: - apiVersion: v1 appVersion: 0.3.3 created: "2020-03-03T16:31:00.131473373+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: a8b2c7f7354d54b94e438ab8eccd220031c7066d97c4a8253da2919fdaaff34f icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator-0.0.8.tgz version: 0.0.8 - apiVersion: v1 appVersion: 0.3.3 created: "2020-03-03T16:31:00.136154129+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: 6a3e1d586de999a3f038139efe52464b7522976392b980797035b17b261a0b6c icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.8.tgz version: 0.0.8 - apiVersion: v1 appVersion: 0.3.3 created: "2020-03-03T16:31:00.134805669+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: 8957f24ee68d23e903d4b9666b7670d1569a4fb5da04d548b756ea8324a96eb4 icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.7.tgz version: 0.0.7 - apiVersion: v1 appVersion: 0.3.2 created: "2020-03-03T16:31:00.134321137+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: a64b28ee639a2c2af662f66437db497dcdd36742c50aa664cfd6d023f8e6d4bd icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.6.tgz version: 0.0.6 - apiVersion: v1 appVersion: 0.3.1 created: "2020-03-03T16:31:00.13375956+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: e6914be2c96a7ae8c7794e0d356b073394d1ee99465c7a26aeb77a22a5b4b22d icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.5.tgz version: 0.0.5 - apiVersion: v1 appVersion: 0.3.0 created: "2020-03-03T16:31:00.133309968+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: 82d3748cce50ebc9fdcebba419c11dac0557e5ba2441b8deb5da49aa879b692a icon: https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/assets/jenkins-operator-icon.png name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.4.tgz version: 0.0.4 - apiVersion: v1 appVersion: 0.2.2 created: "2020-03-03T16:31:00.132853117+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: 2b2e4d9399fdf49e6ed33753fd69619068da16b1ffbae6f27bce89cbf83e8174 name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.3.tgz version: 0.0.3 - apiVersion: v1 appVersion: 0.2.2 created: "2020-03-03T16:31:00.13237726+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: 16229e795a171427cd019fd623569aab1672618d7bc1d6b2c9fd627310fa00ef name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.2.tgz version: 0.0.2 - apiVersion: v1 appVersion: 0.2.0 created: "2020-03-03T16:31:00.131930752+01:00" description: Kubernetes native operator which fully manages Jenkins on Kubernetes digest: d5828cba35e435fc6526d235ec98b3ffdb8d6ed20b82c953a81a5c1f660d1fb3 name: jenkins-operator urls: - https://raw.githubusercontent.com/jenkinsci/kubernetes-operator/master/chart/jenkins-operator/jenkins-operator/jenkins-operator-0.0.1.tgz version: 0.0.1 generated: "2020-03-03T16:31:00.130830104+01:00"
52.75
143
0.777045
df8a47272c4bc6ab646b2887528c93409d340ab0
142
yml
YAML
.travis.yml
repo-utils/npm-request
0dbc9b6c61b43e9e79fcdf64d48795bd73d39a93
[ "MIT" ]
2
2015-05-23T01:00:41.000Z
2016-07-20T14:29:41.000Z
.travis.yml
repo-utils/npm-request
0dbc9b6c61b43e9e79fcdf64d48795bd73d39a93
[ "MIT" ]
1
2016-03-06T13:08:01.000Z
2016-03-06T13:37:53.000Z
.travis.yml
repo-utils/npm-request
0dbc9b6c61b43e9e79fcdf64d48795bd73d39a93
[ "MIT" ]
3
2017-03-04T19:32:33.000Z
2021-01-12T10:54:27.000Z
sudo: false language: node_js node_js: - '5' - '4' - '0.12' script: - 'npm run test-cov' after_script: - 'npm i codecov && codecov'
12.909091
30
0.598592
46c4d2068b3b40f6244885a52783367cda9d817e
108
yml
YAML
shard.yml
Willamin/multistatic
d49881b1638ea183a2ecbd7fc792d7fff9926d63
[ "MIT" ]
null
null
null
shard.yml
Willamin/multistatic
d49881b1638ea183a2ecbd7fc792d7fff9926d63
[ "MIT" ]
null
null
null
shard.yml
Willamin/multistatic
d49881b1638ea183a2ecbd7fc792d7fff9926d63
[ "MIT" ]
null
null
null
name: multistatic version: 1.0.0 authors: - Will Lewis <will@wflewis.com> crystal: 0.24.1 license: MIT
10.8
33
0.703704
83820be233e5af85671a038ee5de80db7e613c51
98
yaml
YAML
stack.yaml
miikka/myopia
792b27a2f138a62e1999b583008ed10306b3c74d
[ "MIT" ]
5
2016-02-12T14:28:54.000Z
2020-09-18T17:13:29.000Z
stack.yaml
miikka/myopia
792b27a2f138a62e1999b583008ed10306b3c74d
[ "MIT" ]
null
null
null
stack.yaml
miikka/myopia
792b27a2f138a62e1999b583008ed10306b3c74d
[ "MIT" ]
2
2022-02-19T21:40:20.000Z
2022-02-19T21:41:02.000Z
resolver: lts-6.9 # Local packages, usually specified by relative directory name packages: - '.'
16.333333
62
0.744898
878aca968d2e624a6a0024b112e29320b6526ab0
1,010
yaml
YAML
.github/workflows/release.yaml
ConsultingMD/gsts
e2c3bb0b67af3dfd9f7a7ad58ce43e58cf4ea051
[ "MIT" ]
177
2020-01-17T10:50:53.000Z
2022-03-19T13:21:28.000Z
.github/workflows/release.yaml
ConsultingMD/gsts
e2c3bb0b67af3dfd9f7a7ad58ce43e58cf4ea051
[ "MIT" ]
60
2020-03-25T14:32:07.000Z
2022-03-23T16:20:44.000Z
.github/workflows/release.yaml
ConsultingMD/gsts
e2c3bb0b67af3dfd9f7a7ad58ce43e58cf4ea051
[ "MIT" ]
31
2020-01-31T01:40:35.000Z
2022-03-30T13:07:21.000Z
name: Release on: push: tags: - '*' jobs: publish: name: Publish Release if: startsWith(github.ref, 'refs/tags/v') runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v1 with: node-version: 12 registry-url: https://registry.npmjs.org/ - run: npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} - uses: actions/create-release@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: tag_name: ${{ github.ref }} release_name: ${{ github.ref }} body: | ## Changelog draft: true formula: name: Update Homebrew formula runs-on: ubuntu-latest steps: - name: Update the Homebrew formula with latest release uses: dawidd6/action-homebrew-bump-formula@v3 with: formula: gsts tap: ruimarinho/homebrew-tap token: ${{ secrets.GH_PAT }}
24.047619
61
0.555446
be44fd68577ea5107b28b33dad25b310825b7ca1
278
yaml
YAML
data/base/jeos/leap15/packages.yaml
mfriesenegger/keg-recipes
60a8e93ae357bcb2d138a41e582d37014b869f8b
[ "Apache-2.0" ]
2
2021-08-12T10:20:07.000Z
2022-02-11T20:15:51.000Z
data/base/jeos/leap15/packages.yaml
mfriesenegger/keg-recipes
60a8e93ae357bcb2d138a41e582d37014b869f8b
[ "Apache-2.0" ]
41
2020-12-01T13:34:45.000Z
2022-03-09T17:27:17.000Z
data/base/jeos/leap15/packages.yaml
mfriesenegger/keg-recipes
60a8e93ae357bcb2d138a41e582d37014b869f8b
[ "Apache-2.0" ]
3
2021-06-04T11:51:40.000Z
2021-12-07T21:55:53.000Z
packages: image: jeos: - patterns-openSUSE-base - vim - shim - which - openssh - iproute2 - tar - kernel-default - timezone - grub2 - name: grub2-i386-pc - name: grub2-x86_64-efi arch: x86_64
16.352941
30
0.489209
9d13a64474c9821135aec3115b88d4f4c14e3100
17,262
yml
YAML
static/admin/config.yml
mecies/CodersCard
3ddb0101a52101bb4923d3642f079c6f37e5a159
[ "0BSD" ]
null
null
null
static/admin/config.yml
mecies/CodersCard
3ddb0101a52101bb4923d3642f079c6f37e5a159
[ "0BSD" ]
null
null
null
static/admin/config.yml
mecies/CodersCard
3ddb0101a52101bb4923d3642f079c6f37e5a159
[ "0BSD" ]
null
null
null
backend: name: git-gateway branch: master media_folder: src/images public_folder: /img collections: - name: "blog" label: "Blog" folder: "content/blog" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "Page Title", name: "blogPageTitle", widget: "string", required: false, pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Page Description", name: "blogPageDescription", widget: "string", required: false, pattern: [".{50,160}", "Must have 50-160 characters"], } - { label: "Page preview image", name: "blogPageImage", widget: "image", required: false, } - label: "Blog post" name: "blogPost" widget: "list" required: false fields: - { label: "Title", name: "blogTitle", widget: "string", pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Publish Date", name: "publishDate", widget: "datetime" } - { label: "Label", name: "blogLabel", widget: "string", pattern: [".{3,20}", "Must have 3-20 characters"], } - { label: "Description", name: "blogDescription", widget: "string", pattern: [".{20,250}", "Must have 20-250 characters"], } - { label: "Body", name: "blogBody", widget: "markdown", pattern: [".{100,3000}", "Must have 100-3000 characters"], } - { label: "Blogpost image", name: "blogImage", widget: "image" } - name: "developer-profile" label: "Developer profile" folder: "content/developer-profile" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "First name", name: "firstName", widget: "string", pattern: [".{2,20}", "Must have 2-20 characters"], } - { label: "Last name", name: "lastName", widget: "string", pattern: [".{2,20}", "Must have 2-20 characters"], } - { label: "Avatar image", name: "avatar", widget: "image" } - { label: "Job position", name: "position", widget: "string", pattern: [".{2,30}", "Must have 2-30 characters"], } - { label: "Phone number", name: "phone", widget: "string", required: false, } - { label: "Email", name: "email", widget: "string", pattern: [".{1,255}", "Must be a valid email address"], } - { label: "City of residence", name: "city", widget: "string", pattern: [".{2,30}", "Must have 2-30 characters"], } - { label: "Country of residence", name: "country", widget: "string", pattern: [".{2,30}", "Must have 2-30 characters"], } - { label: "Available for freelance", name: "isFreelancer", widget: "boolean", } - { label: "Link to download CV", name: "cv", widget: "string", pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - label: "Social media" name: "socialMedia" widget: "object" fields: - { label: "Twitter profile link", name: "twitter", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - { label: "Github profile link", name: "github", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - { label: "Instagram profile link", name: "instagram", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - { label: "Facebook profile link", name: "facebook", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - name: "about-me" label: "About me" folder: "content/about-me" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "Page Title", name: "aboutPageTitle", widget: "string", required: false, pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Page Description", name: "aboutPageDescription", widget: "string", required: false, pattern: [".{50,160}", "Must have 50-160 characters"], } - { label: "Page preview image", name: "aboutPageImage", widget: "image", required: false, } - { label: "Description", name: "description", widget: "markdown", pattern: [".{100,3000}", "Must have 100-3000 characters"], } - label: "Skills" name: "socialMedia" widget: "object" fields: - label: "Technologies" name: "technologies" required: false widget: "list" fields: - { label: "Name", name: "technologyName", widget: "string", pattern: [".{1,50}", "Must have 1-50 characters"], } - { label: "Value", name: "technologyValue", widget: "number", min: 1, max: 5, } - label: "Tools" name: "tools" required: false widget: "list" fields: - { label: "Name", name: "toolName", widget: "string", pattern: [".{1,50}", "Must have 1-50 characters"], } - { label: "Value", name: "toolValue", widget: "number", min: 1, max: 5, } - label: "Other skills" name: "otherSkills" required: false widget: "list" fields: - { label: "Name", name: "otherSkillName", widget: "string", pattern: [".{1,50}", "Must have 1-50 characters"], } - { label: "Value", name: "otherSkillValue", widget: "number", min: 1, max: 5, } - label: "Testimonials" name: "testimonials" widget: list required: false fields: - { label: "Text", name: "testimonialText", widget: "string", pattern: [".{30,160}", "Must have 30-160 characters"], } - { label: "Image", name: "testimonialImage", widget: "image" } - { label: "Testimone name", name: "testimonialName", widget: "string", pattern: [".{5,40}", "Must have 5-40 characters"], } - { label: "Testimone job position", name: "testimonialJob", widget: "string", pattern: [".{5,40}", "Must have 5-40 characters"], } - name: "resume" label: "Resume" folder: "content/resume" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "Page Title", name: "resumePageTitle", widget: "string", required: false, pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Page Description", name: "resumePageDescription", widget: "string", required: false, pattern: [".{50,160}", "Must have 50-160 characters"], } - { label: "Page preview image", name: "resumePageImage", widget: "image", required: false, } - label: "Work experience" name: "workExperience" widget: "list" fields: - { label: "Job title", name: "jobTitle", widget: "string", pattern: [".{3,50}", "Must have 3-50 characters"], } - { label: "Company name", name: "companyName", widget: "string", pattern: [".{3,20}", "Must have 3-20 characters"], } - { label: "Job description", name: "jobDescription", widget: "string", pattern: [".{80,400}", "Must have 80-400 characters"], } - { label: "Start date", name: "startJobDate", widget: "datetime" } - { label: "Finish date", name: "finishJobDate", widget: "datetime" } - label: "Education" name: "education" widget: "list" fields: - { label: "School/University name", name: "schoolName", widget: "string", pattern: [".{9}", "Must have at least 9 characters"], } - { label: "Course/Degree", name: "course", widget: "string", pattern: [".{5,100}", "Must have 5-100 characters"], } - { label: "Education description", name: "educationDescription", widget: "string", pattern: [".{80,400}", "Must have 80-400 characters"], } - { label: "Start date", name: "startSchoolDate", widget: "datetime" } - { label: "Finish date", name: "finishSchoolDate", widget: "datetime", } - name: "portfolio" label: "Portfolio" folder: "content/portfolio" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "Page Title", name: "portfolioPageTitle", widget: "string", required: false, pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Page Description", name: "portfolioPageDescription", widget: "string", required: false, pattern: [".{50,160}", "Must have 50-160 characters"], } - { label: "Page preview image", name: "portfolioPageImage", widget: "image", required: false, } - label: "Projects" name: "projects" widget: "list" fields: - { label: "Project name", name: "projectName", widget: "string", pattern: [".{5,25}", "Must have 5-25 characters"], } - { label: "Preview note", name: "projectPreviewNote", widget: "string", pattern: [".{5,200}", "Must have 5-200 characters"], } - { label: "Preview image", name: "projectPreviewImage", widget: "image", } - { label: "Project description", name: "projectDescription", widget: "markdown", pattern: [".{5,400}", "Must have 5-400 characters"], } - { label: "My role in the project", name: "projectRole", widget: "markdown", pattern: [".{10,370}", "Must have 10-370 characters"], } - { label: "Link to code", name: "projectCode", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - { label: "Link to mockups", name: "projectMockups", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - { label: "Link to application", name: "projectApp", widget: "string", required: false, pattern: [ 'https?:\/\/(www\.)?[-a-zA-Z0-9@:%._\+~#=]{1,256}\.[a-zA-Z0-9()]{1,6}\b([-a-zA-Z0-9()@:%_\+.~#?&//=]*)', "Must be a valid URL", ], } - { label: "Project label (example: Mobile app)", name: "projectLabel", widget: "string", pattern: [".{3,20}", "Must have 3-20 characters"], } - { label: "Project start date", name: "projectStartDate", widget: "datetime", } - { label: "Project finish date", name: "projectFinishDate", widget: "datetime", } - label: "Technologies" name: "projectTechnologies" widget: "list" fields: - { label: "Name", name: "technologyName", widget: "string" } - name: "contact" label: "Contact" folder: "content/contact" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "Page Title", name: "contactPageTitle", widget: "string", required: false, pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Page Description", name: "contactPageDescription", widget: "string", required: false, pattern: [".{50,160}", "Must have 50-160 characters"], } - { label: "Page preview image", name: "contactPageImage", widget: "image", required: false, } - name: "metadata" label: "Metadata" folder: "content/metadata" create: true slug: "index" media_folder: "" public_folder: "" path: "{{content}}index" editor: preview: false fields: - { label: "Default page title", name: "defaultPageTitle", widget: "string", pattern: [".{5,60}", "Must have 5-60 characters"], } - { label: "Default page description", name: "defaultPageDescription", widget: "string", pattern: [".{50,160}", "Must have 50-160 characters"], } - { label: "Default preview image", name: "defaultPageImage", widget: "image", } - { label: "Favicon - small icon visible in bookmarks and browser tabs", name: "favicon", widget: "image", } - { label: "Website language code (ex. 'en', 'pl')", name: "websiteLanguage", widget: "string", pattern: ["^[a-z]{2}", "Must have exactly 2 lower-case characters"], }
29.608919
122
0.413452
1c7e597552c4097638982546858ca79cca53bd13
239
yml
YAML
.travis.yml
Arkaikus/mongodb-log
0de20904038c95b8a9eb825bd68a1a072f1edee0
[ "BSD-2-Clause" ]
70
2015-01-11T17:22:32.000Z
2022-02-21T15:48:13.000Z
.travis.yml
Arkaikus/mongodb-log
0de20904038c95b8a9eb825bd68a1a072f1edee0
[ "BSD-2-Clause" ]
6
2015-08-03T12:25:38.000Z
2022-03-25T03:13:02.000Z
.travis.yml
Arkaikus/mongodb-log
0de20904038c95b8a9eb825bd68a1a072f1edee0
[ "BSD-2-Clause" ]
16
2015-01-29T14:01:53.000Z
2022-02-21T15:48:16.000Z
language: python python: - "2.7" - "3.4" - "3.5" - "3.6" - "pypy" matrix: include: - python: 3.7 dist: xenial sudo: true services: mongodb install: - "pip install -r requirements.txt" script: "python test.py"
14.058824
37
0.573222
60ee393e5049a68f294fca77c04fa31635d680cd
1,995
yml
YAML
deploy/conf/hardware_environment/huawei-pod2/network_ocl.yml
xinhuihu/compass4k8s
641ae49fa29642dbe88983858dfd28b2b72bd71a
[ "Apache-2.0" ]
null
null
null
deploy/conf/hardware_environment/huawei-pod2/network_ocl.yml
xinhuihu/compass4k8s
641ae49fa29642dbe88983858dfd28b2b72bd71a
[ "Apache-2.0" ]
null
null
null
deploy/conf/hardware_environment/huawei-pod2/network_ocl.yml
xinhuihu/compass4k8s
641ae49fa29642dbe88983858dfd28b2b72bd71a
[ "Apache-2.0" ]
null
null
null
############################################################################## # Copyright (c) 2016 HUAWEI TECHNOLOGIES CO.,LTD and others. # # All rights reserved. This program and the accompanying materials # are made available under the terms of the Apache License, Version 2.0 # which accompanies this distribution, and is available at # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## --- nic_mappings: [] bond_mappings: [] provider_net_mappings: - name: br-prv network: physnet interface: eth1 type: ovs role: - controller - compute sys_intf_mappings: - name: mgmt interface: eth1 vlan_tag: 101 type: vlan role: - controller - compute - name: storage interface: eth1 vlan_tag: 102 type: vlan role: - controller - compute - name: external interface: br-prv type: ovs role: - controller - compute ip_settings: - name: mgmt ip_ranges: - - "172.16.1.1" - "172.16.1.254" cidr: "172.16.1.0/24" role: - controller - compute - name: storage ip_ranges: - - "172.16.2.1" - "172.16.2.254" cidr: "172.16.2.0/24" role: - controller - compute - name: external ip_ranges: - - "192.168.11.10" - "192.168.11.15" cidr: "192.168.11.0/24" gw: "192.168.11.1" role: - controller - compute internal_vip: ip: 172.16.1.222 netmask: "24" interface: mgmt public_vip: ip: 192.168.11.18 netmask: "24" interface: external onos_nic: eth2 public_net_info: enable: "True" network: ext-net type: flat segment_id: 1000 subnet: ext-subnet provider_network: physnet router: router-ext enable_dhcp: "False" no_gateway: "False" external_gw: "100.100.100.1" floating_ip_cidr: "100.100.100.0/24" floating_ip_start: "100.100.100.30" floating_ip_end: "100.100.100.120"
19.752475
78
0.56792
f735a651517a5725d240a33996efbe17b5a59a5e
532
yml
YAML
tasks/ubuntu.yml
globeandmail/ansible-role-nagios-plugins
72e52573cc1e7f2bdd505764854aec1e95f08f8a
[ "MIT" ]
null
null
null
tasks/ubuntu.yml
globeandmail/ansible-role-nagios-plugins
72e52573cc1e7f2bdd505764854aec1e95f08f8a
[ "MIT" ]
null
null
null
tasks/ubuntu.yml
globeandmail/ansible-role-nagios-plugins
72e52573cc1e7f2bdd505764854aec1e95f08f8a
[ "MIT" ]
null
null
null
--- - name: Ubuntu | create custom plugins directory file: path={{ nagios_plugins_custom_dir_dest }} state=directory mode=0755 owner=root group=root when: nagios_plugins_custom_dir_dest is defined - name: Ubuntu | synchronize custome plugins to remote synchronize: src={{ nagios_plugins_custom_dir_src }} dest={{ nagios_plugins_custom_dir_dest }} recursive=yes delete=no owner=yes group=yes when: nagios_plugins_custom_dir_dest is defined and nagios_plugins_custom_dir_src is defined
25.333333
94
0.75
10312dbf097427be69c29fb8ec2390132d5e62cb
534
yml
YAML
projectinfo.yml
AUCR/cryptum
957cfca474b1578dc83713c70c133f844eeaf534
[ "Apache-2.0" ]
2
2020-02-04T18:44:24.000Z
2020-02-06T18:35:19.000Z
projectinfo.yml
AUCR/cryptum
957cfca474b1578dc83713c70c133f844eeaf534
[ "Apache-2.0" ]
null
null
null
projectinfo.yml
AUCR/cryptum
957cfca474b1578dc83713c70c133f844eeaf534
[ "Apache-2.0" ]
null
null
null
info: project_name: "cryptum" project_start_date: 02/02/2020 name: "cryptum" authors: "Wyatt Roersma" authors_email: "wyatt@aucr.io" description: "cryptum is a encryption made simple for python library." license: 'Apache-2.0' classifiers: - 'Development Status :: 4 - Beta' - 'Intended Audience :: Developers' - 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' - 'Programming Language :: Python :: 3.7' url: 'https://aucr.io' version: major: 0 minor: 0 release: 1
25.428571
82
0.668539
6b3dd490984379bd47d253feaad78551fbae1a7e
159
yml
YAML
config/cable.yml
fredrow/icar
7a3f6df0a2912778b455c8f37bbb4f41b7bd13ce
[ "MIT" ]
22
2015-01-17T14:58:12.000Z
2022-01-25T16:55:36.000Z
config/cable.yml
fredrow/icar
7a3f6df0a2912778b455c8f37bbb4f41b7bd13ce
[ "MIT" ]
685
2015-01-17T14:59:09.000Z
2022-03-21T13:37:26.000Z
config/cable.yml
fredrow/icar
7a3f6df0a2912778b455c8f37bbb4f41b7bd13ce
[ "MIT" ]
11
2015-01-08T14:00:13.000Z
2021-02-10T17:11:41.000Z
default: &default adapter: redis url: <%= ENV['CABLE_DATABASE'] %> production: *default development: *default staging: *default test: adapter: async
12.230769
35
0.698113
6b7a29bfcdfee262046636bb210fc28554244fbc
2,870
yml
YAML
docs-ref-autogen/com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
5
2021-08-20T15:24:19.000Z
2022-02-20T17:06:14.000Z
docs-ref-autogen/com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync.yml
azure-sdk/azure-docs-sdk-java
66cc376be8bb1e1246731b879cc1f8fba76ea946
[ "CC-BY-4.0", "MIT" ]
1
2021-08-20T15:24:21.000Z
2021-08-20T15:24:21.000Z
### YamlMime:JavaMember uid: "com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync*" fullName: "com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync" name: "createUpdateTableAsync" nameWithType: "TableResourcesClient.createUpdateTableAsync" members: - uid: "com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.cosmos.models.TableCreateUpdateParameters)" fullName: "com.azure.resourcemanager.cosmos.fluent.TableResourcesClient.createUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)" name: "createUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)" nameWithType: "TableResourcesClient.createUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)" summary: "Create or update an Azure Cosmos DB Table." parameters: - description: "The name of the resource group. The name is case insensitive." name: "resourceGroupName" type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />" - description: "Cosmos DB database account name." name: "accountName" type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />" - description: "Cosmos DB table name." name: "tableName" type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />" - description: "Parameters to create and update Cosmos DB Table." name: "createUpdateTableParameters" type: "<xref href=\"com.azure.resourcemanager.cosmos.models.TableCreateUpdateParameters?alt=com.azure.resourcemanager.cosmos.models.TableCreateUpdateParameters&text=TableCreateUpdateParameters\" data-throw-if-not-resolved=\"False\" />" syntax: "public abstract Mono<TableGetResultsInner> createUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters)" returns: description: "an Azure Cosmos DB Table." type: "<xref href=\"reactor.core.publisher.Mono?alt=reactor.core.publisher.Mono&text=Mono\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cosmos.fluent.models.TableGetResultsInner?alt=com.azure.resourcemanager.cosmos.fluent.models.TableGetResultsInner&text=TableGetResultsInner\" data-throw-if-not-resolved=\"False\" />&gt;" type: "method" metadata: {} package: "com.azure.resourcemanager.cosmos.fluent" artifact: com.azure.resourcemanager:azure-resourcemanager-cosmos:2.2.0
86.969697
364
0.804878
fb32bab4adf7da1bb5fe8f413c4bc22ed0941801
89
yml
YAML
.travis.yml
zce/on-line
3edfc1f94708a43ac66ac52e39bdfd30cb9a7283
[ "MIT" ]
2
2016-09-13T01:59:23.000Z
2016-09-23T07:13:44.000Z
.travis.yml
zce/on-line
3edfc1f94708a43ac66ac52e39bdfd30cb9a7283
[ "MIT" ]
3
2021-03-26T12:52:00.000Z
2021-03-26T12:52:06.000Z
.travis.yml
zce/on-line
3edfc1f94708a43ac66ac52e39bdfd30cb9a7283
[ "MIT" ]
null
null
null
sudo: false language: node_js node_js: - 4 - 5 - 6 script: - npm run lint - npm run test
8.9
17
0.674157
50486d315f10cf77b6668f7c26a8570d26975c4b
1,097
yaml
YAML
.github/workflows/container-release.yaml
rwaltr/boombox
4b2cbb4d1f42e0e0c2adf5a8071ad209acc4a319
[ "Apache-2.0" ]
null
null
null
.github/workflows/container-release.yaml
rwaltr/boombox
4b2cbb4d1f42e0e0c2adf5a8071ad209acc4a319
[ "Apache-2.0" ]
null
null
null
.github/workflows/container-release.yaml
rwaltr/boombox
4b2cbb4d1f42e0e0c2adf5a8071ad209acc4a319
[ "Apache-2.0" ]
null
null
null
name: container-release on: release: types: - created jobs: build: runs-on: ubuntu-20.04 if: github.event_name != 'pull_request' steps: - name: Checkout uses: actions/checkout@v2 - name: Prepare id: prep run: | echo ::set-output name=version::${GITHUB_REF##*/} - name: Set up Docker Buildx id: buildx uses: docker/setup-buildx-action@v1 - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: registry: ghcr.io username: ${{ github.actor }} password: ${{ secrets.CR_TOKEN }} - name: Build and Push uses: docker/build-push-action@v2 with: context: . file: ./Containerfile push: true tags: | ghcr.io/anthr76/boombox:v${{ steps.prep.outputs.version }} ghcr.io/anthr76/boombox:latest cache-from: type=registry,ref=ghcr.io/anthr76/boombox:buildcache cache-to: type=registry,ref=ghcr.io/anthr76/boombox:buildcache,mode=max
25.511628
81
0.573382
99eea18d61bef9779a36e95d8a75e1b71c16e398
7,894
yml
YAML
articles/azure-functions/index.yml
ebarbosahsi/azure-docs.es-es
b6dbec832e5dccd7118e05208730a561103b357e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-functions/index.yml
ebarbosahsi/azure-docs.es-es
b6dbec832e5dccd7118e05208730a561103b357e
[ "CC-BY-4.0", "MIT" ]
null
null
null
articles/azure-functions/index.yml
ebarbosahsi/azure-docs.es-es
b6dbec832e5dccd7118e05208730a561103b357e
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:Landing title: Documentación de Azure Functions summary: Azure Functions es un servicio en la nube disponible a petición que proporciona toda la infraestructura y los recursos continuamente actualizados necesarios para ejecutar las aplicaciones. Usted se centra en los fragmentos de código que más le importan y Functions se ocupa del resto. Functions proporciona proceso sin servidor para Azure. Functions también se puede usar para crear API web, responder a los cambios en las bases de datos, procesar secuencias de IoT, administrar colas de mensajes, etc. metadata: title: Documentación de Azure Functions description: Azure Functions es un servicio en la nube disponible a petición que proporciona toda la infraestructura y los recursos continuamente actualizados necesarios para ejecutar las aplicaciones. Usted se centra en los fragmentos de código que más le importan y Azure Functions se ocupa del resto. Functions proporciona proceso sin servidor para Azure. Azure Functions también se puede usar para crear API web, responder a cambios en las bases de datos, procesar flujos de datos de IoT, administrar colas de mensajes, etc. ms.service: azure-functions ms.topic: landing-page author: ggailey777 ms.author: azfundocs ms.date: 09/17/2019 ms.openlocfilehash: 4d856232d2f0780852a1f369548b08012d124834 ms.sourcegitcommit: c27a20b278f2ac758447418ea4c8c61e27927d6a ms.translationtype: HT ms.contentlocale: es-ES ms.lasthandoff: 03/03/2021 ms.locfileid: "101729171" landingContent: - title: Acerca de Azure Functions linkLists: - linkListType: overview links: - text: ¿Qué es Azure Functions? url: functions-overview.md - text: Comparación de opciones sin servidor url: functions-compare-logic-apps-ms-flow-webjobs.md - linkListType: concept links: - text: Opciones de hospedaje url: functions-scale.md - linkListType: learn links: - text: Elección de una opción de proceso sin servidor url: /learn/modules/choose-azure-service-to-integrate-and-automate-business-processes/index - linkListType: video links: - text: ¿Dónde debo hospedar mi código? url: https://azure.microsoft.com/resources/videos/build-2019-where-should-i-host-my-code-choosing-between-kubernetes-containers-and-serverless/ - title: Introducción linkLists: - linkListType: quickstart links: - text: Creación de la primera función (C#) url: create-first-function-vs-code-csharp.md - text: Creación de la primera función (Go) url: create-first-function-vs-code-other.md?tabs=go - text: Creación de la primera función (Java) url: create-first-function-cli-java.md?tabs=bash%2Cazure-cli%2Cbrowser - text: Creación de la primera función (JavaScript) url: create-first-function-vs-code-node.md - text: Creación de la primera función (PowerShell) url: create-first-function-vs-code-powershell.md - text: Creación de la primera función (Python) url: create-first-function-vs-code-python.md - text: Creación de la primera función (Rust) url: create-first-function-vs-code-other.md?tabs=rust - text: Creación de la primera función (TypeScript) url: create-first-function-vs-code-typescript.md - linkListType: learn links: - text: Creación de una lógica sin servidor url: /learn/modules/create-serverless-logic-with-azure-functions/ - linkListType: video links: - text: Vea cómo empezar url: https://azure.microsoft.com/resources/videos/get-started-with-azure-functions/ - title: Desarrollo de funciones linkLists: - linkListType: concept links: - text: Guía del desarrollador url: functions-reference.md - text: Idiomas compatibles url: supported-languages.md - linkListType: how-to-guide links: - text: Desarrollo local url: functions-develop-local.md - text: Funciones de prueba url: functions-test-a-function.md - text: Control de errores url: functions-bindings-error-pages.md - linkListType: learn links: - text: Desarrollo de funciones mediante Visual Studio url: /learn/modules/develop-test-deploy-azure-functions-with-visual-studio/index - text: Desarrollo de funciones desde la línea de comandos url: /learn/modules/develop-test-deploy-azure-functions-with-core-tools/index - linkListType: video links: - text: Desarrollo con Visual Studio Code url: https://azure.microsoft.com/resources/videos/build-nodejs-apis-using-serverless/ - title: Conexión a los servicios linkLists: - linkListType: concept links: - text: Desencadenadores impulsados por eventos url: functions-triggers-bindings.md - text: Opciones de redes url: functions-networking-options.md - linkListType: tutorial links: - text: Integración con Logic Apps url: functions-twitter-email.md - text: Consumo de eventos de Event Grid url: ../event-grid/resize-images-on-storage-blob-upload-event.md?toc=%2fazure%2fazure-functions%2ftoc.json - linkListType: learn links: - text: Encadenamiento de funciones con enlaces url: /learn/modules/chain-azure-functions-data-using-bindings/index - text: Conexión a webhook GitHub url: /learn/modules/monitor-github-events-with-a-function-triggered-by-a-webhook/index - title: Implementación de funciones linkLists: - linkListType: deploy links: - text: Opciones de implementación url: functions-deployment-technologies.md - text: Ranuras de implementación url: functions-deployment-slots.md - text: Automatización de la implementación de recursos url: functions-infrastructure-as-code.md - linkListType: how-to-guide links: - text: Configurar la implementación continua url: functions-continuous-deployment.md - text: Creación e implementación mediante Azure Pipelines url: functions-how-to-azure-devops.md - text: Implementación mediante el complemento de Jenkins url: /azure/developer/jenkins/deploy-to-azure-functions - title: Procedimientos recomendados para mejorar el rendimiento y la supervisión linkLists: - linkListType: concept links: - text: Rendimiento y confiabilidad url: functions-best-practices.md - text: Administración de conexiones url: manage-connections.md - text: Consideraciones sobre el almacenamiento url: storage-considerations.md - text: Control de errores y reintentos de función url: functions-bindings-error-pages.md - text: Seguridad url: security-concepts.md - text: Supervisión de funciones url: functions-monitoring.md - text: Consideraciones sobre redes url: functions-networking-options.md - linkListType: how-to-guide links: - text: Solución de problemas url: functions-recover-storage-account.md - title: Funciones de ejecución prolongada linkLists: - linkListType: overview links: - text: Plan de hospedaje Premium url: functions-premium-plan.md - text: Funciones duraderas url: durable/durable-functions-overview.md - linkListType: learn links: - text: Creación de un flujo de trabajo sin servidor de ejecución prolongada url: /learn/modules/create-long-running-serverless-workflow-with-durable-functions/index - title: Ejemplos linkLists: - linkListType: download links: - text: Ejemplos de Azure Functions url: /samples/browse/?products=azure-functions - text: Azure Serverless Community Library url: https://www.serverlesslibrary.net/ - text: Plantillas del Administrador de recursos de Azure url: https://azure.microsoft.com/resources/templates/?resourceType=Microsoft.Web&term=functions - linkListType: how-to-guide links: - text: Ejemplos de la CLI de Azure url: functions-cli-samples.md
44.100559
530
0.735749
d9d214440f78bb02d54698b0737c7630c7f8d320
1,000
yml
YAML
jeecg-boot-starter/jeecg-boot-starter-cloud/target/classes/bootstrap.yml
xudoublening/jeecg-boot
09cccb2f35a57ebe858225b118f1bc4f7463add4
[ "MIT" ]
null
null
null
jeecg-boot-starter/jeecg-boot-starter-cloud/target/classes/bootstrap.yml
xudoublening/jeecg-boot
09cccb2f35a57ebe858225b118f1bc4f7463add4
[ "MIT" ]
null
null
null
jeecg-boot-starter/jeecg-boot-starter-cloud/target/classes/bootstrap.yml
xudoublening/jeecg-boot
09cccb2f35a57ebe858225b118f1bc4f7463add4
[ "MIT" ]
null
null
null
spring: profiles: # 当前激活环境 active: dev main: allow-bean-definition-overriding: true cloud: #配置Bus id(远程推送事件) bus: id: ${spring.application.name}:${server.port} nacos: config: # Nacos 认证用户 username: nacos # Nacos 认证密码 password: nacos # 命名空间 常用场景之一是不同环境的配置的区分隔离,例如开发测试环境和生产环境的资源(如配置、服务)隔离等 namespace: # 配置中心地址 server-addr: 127.0.0.1:8848 # 配置对应的分组 group: DEFAULT_GROUP # 配置文件后缀 file-extension: yaml prefix: jeecg # 支持多个共享 Data Id 的配置,优先级小于extension-configs,自定义 Data Id 配置 属性是个集合,内部由 Config POJO 组成。Config 有 3 个属性,分别是 dataId, group 以及 refresh #shared-configs[0]: #data-id: ${prefix.name}-common.yaml # 配置文件名-Data Id #group: ${config.group} # 默认为DEFAULT_GROUP #refresh: false # 是否动态刷新,默认为false discovery: namespace: server-addr: 127.0.0.1:8848 watch: enabled: false
27.777778
136
0.582
8a4e4e052665b7397b135a5e3621573c580ff67e
649
yml
YAML
dev-java/dev-java-database/dev-java-database-cache/src/main/resources/application.yml
yxyuhz/dev
8cc809a20c8dfbe4e7bf313fdde2b0bdce7d4421
[ "Apache-2.0" ]
1
2021-12-15T10:16:51.000Z
2021-12-15T10:16:51.000Z
dev-java/dev-java-database/dev-java-database-cache/src/main/resources/application.yml
yxyyyt/dev
3dc6061420a5da3bb7b42f9bf01680c0051a2777
[ "Apache-2.0" ]
null
null
null
dev-java/dev-java-database/dev-java-database-cache/src/main/resources/application.yml
yxyyyt/dev
3dc6061420a5da3bb7b42f9bf01680c0051a2777
[ "Apache-2.0" ]
null
null
null
server: port: 8888 spring: datasource: username: root password: root driver-class-name: com.mysql.cj.jdbc.Driver url: jdbc:mysql://localhost:3306/cache cache: # 默认 simple cache manager type: redis redis: host: localhost lettuce: pool: max-active: 16 max-wait: 10ms mybatis: type-aliases-package: com.sciatta.dev.java.database.cache.model mapper-locations: classpath:mapper/*Mapper.xml logging: level: root: info com: sciatta: dev: java: database: cache: debug org: springframework: cache: trace
19.088235
65
0.594761
29de3e9f1c69de87a34fddd48924dfbea32c104e
589
yaml
YAML
src/content/en/_project.yaml
javichito/WebFundamentals
5c847d8e300b63b474175381e426f4846ce1f37c
[ "Apache-2.0" ]
null
null
null
src/content/en/_project.yaml
javichito/WebFundamentals
5c847d8e300b63b474175381e426f4846ce1f37c
[ "Apache-2.0" ]
3
2021-05-20T18:33:25.000Z
2022-02-26T08:31:45.000Z
src/content/en/_project.yaml
javichito/WebFundamentals
5c847d8e300b63b474175381e426f4846ce1f37c
[ "Apache-2.0" ]
null
null
null
name: "Web" description: "Build next generation web experiences." home_url: /web/ buganizer_id: 60575 color: blue content_license: cc3-apache2 footer_path: /web/_footer.yaml hide_from_products_list: True icon: path: https://www.gstatic.com/images/branding/product/2x/google_developers_64dp.png tags: - html5 - mobile - performance - web announcement: description: <b>Progressive Web App Dev Summit</b> - June 20-21, Amsterdam, NL - <a href="https://events.withgoogle.com/progressive-web-app-dev-summit/">Learn more</a> start: '2016-05-01T08:00:00Z' end: '2016-06-20T08:00:00Z'
24.541667
169
0.752122
4b347181440b83c06906b996c6afef7e715f063a
211
yml
YAML
.travis.yml
Zeissus/sembast.dart
204d64780d2998a67d351ce8f258a1466030e75f
[ "BSD-2-Clause" ]
null
null
null
.travis.yml
Zeissus/sembast.dart
204d64780d2998a67d351ce8f258a1466030e75f
[ "BSD-2-Clause" ]
null
null
null
.travis.yml
Zeissus/sembast.dart
204d64780d2998a67d351ce8f258a1466030e75f
[ "BSD-2-Clause" ]
null
null
null
language: dart sudo: required dist: trusty dart: - stable - 2.5.0 - dev before_script: - source $(pub run chrome_travis:env_rc) script: - dart tool/travis.dart matrix: allow_failures: - dart: dev
15.071429
42
0.687204
ccdfcd59663f5b9f9001897c03c3fa9b1f97148d
512
yml
YAML
reference-docs/communication-services/azure-communication-identity/beta/index.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
1
2022-02-27T20:08:19.000Z
2022-02-27T20:08:19.000Z
reference-docs/communication-services/azure-communication-identity/beta/index.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
null
null
null
reference-docs/communication-services/azure-communication-identity/beta/index.yml
MicrosoftDocs/azure-sdk-docs-demo-2
080636441276afa13b3bfefa9cb5971f7f3ebcc3
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:TSPackage uid: '@azure/communication-identity|beta' name: '@azure/communication-identity (1.1.0-beta.2 - Beta)' summary: '' type: package classes: - '@azure/communication-identity.CommunicationIdentityClient|beta' interfaces: - '@azure/communication-identity.CommunicationAccessToken|beta' - '@azure/communication-identity.CommunicationIdentityClientOptions|beta' - '@azure/communication-identity.CommunicationUserToken|beta' typeAliases: - '@azure/communication-identity.TokenScope|beta'
36.571429
75
0.791016
a32a99f9adc4dbf822d39995f3a3a4048273d374
444
yml
YAML
docs-ref-autogen/@azure/arm-recoveryservicesbackup/OperationResultInfoBaseResource.yml
pinyuko/azure-docs-sdk-node
8013c647cc29b56b46310ca5b5a718ab15a9f706
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/@azure/arm-recoveryservicesbackup/OperationResultInfoBaseResource.yml
pinyuko/azure-docs-sdk-node
8013c647cc29b56b46310ca5b5a718ab15a9f706
[ "CC-BY-4.0", "MIT" ]
null
null
null
docs-ref-autogen/@azure/arm-recoveryservicesbackup/OperationResultInfoBaseResource.yml
pinyuko/azure-docs-sdk-node
8013c647cc29b56b46310ca5b5a718ab15a9f706
[ "CC-BY-4.0", "MIT" ]
null
null
null
### YamlMime:TSTypeAlias name: OperationResultInfoBaseResource uid: '@azure/arm-recoveryservicesbackup.OperationResultInfoBaseResource' package: '@azure/arm-recoveryservicesbackup' summary: Base class for operation result info. fullName: OperationResultInfoBaseResource remarks: '' isPreview: false isDeprecated: false syntax: >- type OperationResultInfoBaseResource = OperationWorkerResponse & { operation?: OperationResultInfoBaseUnion }
34.153846
80
0.835586
7d392da20ab7bb8747c1210cb82d329e04436d63
598
yaml
YAML
manifests/m/MasterPackager/MasterPackager/20.3.7519.0/MasterPackager.MasterPackager.installer.yaml
A-i-Evolution-MHZ/winget-pkgs
07a182b07c96a99ec4d06d2a4d1019461ee56cf6
[ "MIT" ]
1
2022-03-31T04:38:13.000Z
2022-03-31T04:38:13.000Z
manifests/m/MasterPackager/MasterPackager/20.3.7519.0/MasterPackager.MasterPackager.installer.yaml
A-i-Evolution-MHZ/winget-pkgs
07a182b07c96a99ec4d06d2a4d1019461ee56cf6
[ "MIT" ]
1
2022-02-24T13:16:27.000Z
2022-02-25T15:38:42.000Z
manifests/m/MasterPackager/MasterPackager/20.3.7519.0/MasterPackager.MasterPackager.installer.yaml
A-i-Evolution-MHZ/winget-pkgs
07a182b07c96a99ec4d06d2a4d1019461ee56cf6
[ "MIT" ]
1
2022-02-23T10:45:32.000Z
2022-02-23T10:45:32.000Z
# Created with YamlCreate.ps1 v2.1.0 $debug=AUSU.5-1-22572-1 # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.1.0.schema.json PackageIdentifier: MasterPackager.MasterPackager PackageVersion: 20.3.7519.0 MinimumOSVersion: 10.0.0.0 InstallerType: wix Scope: machine Installers: - Architecture: x86 InstallerUrl: https://www.masterpackager.com/installer/masterpackager_20.3.7519.0.msi InstallerSha256: B0BE8069087BD6F62702BC35502172D11BB364FCFC10DF5A467C5E653A9957BE ProductCode: '{A6FEB12C-0A92-4D92-AF66-0FC4BA1F33D0}' ManifestType: installer ManifestVersion: 1.1.0
37.375
90
0.817726
09081d5b7bec80ff64b6c9ec4f856b65ed9ee3af
1,542
yaml
YAML
.github/workflows/lint.yaml
antouhou/tendermint
c1bc8b0da5e6346a746aa0db91f8b2028f260031
[ "Apache-2.0" ]
null
null
null
.github/workflows/lint.yaml
antouhou/tendermint
c1bc8b0da5e6346a746aa0db91f8b2028f260031
[ "Apache-2.0" ]
null
null
null
.github/workflows/lint.yaml
antouhou/tendermint
c1bc8b0da5e6346a746aa0db91f8b2028f260031
[ "Apache-2.0" ]
null
null
null
name: Lint # Lint runs golangci-lint over the entire Tendermint repository # This workflow is run on every pull request and push to master # The `golangci` job will pass without running if no *.{go, mod, sum} files have been modified. on: pull_request: push: branches: - master jobs: golangci: name: golangci-lint runs-on: ubuntu-latest timeout-minutes: 4 steps: - name: Set GOPATH run: | echo "::set-env name=GOPATH::$(go env GOPATH)" - name: Set CGO_LDFLAGS run: | echo "::set-env name=CGO_LDFLAGS::"-L${GOPATH}/src/github.com/quantumexplorer/bls-signatures/build"" - name: Set CGO_CXXFLAGS run: | echo "::set-env name=CGO_CXXFLAGS::"-I${GOPATH}/src/github.com/quantumexplorer/bls-signatures/src -I${GOPATH}/src/github.com/quantumexplorer/bls-signatures/contrib/relic/include -I${GOPATH}/src/github.com/quantumexplorer/bls-signatures/build/contrib/relic/include"" - name: test & coverage report creation - uses: actions/checkout@v2 - uses: technote-space/get-diff-action@v1 with: SUFFIX_FILTER: | .go .mod .sum - uses: golangci/golangci-lint-action@master with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. version: v1.28 args: --timeout 10m github-token: ${{ secrets.github_token }} if: "env.GIT_DIFF != ''"
38.55
275
0.638781
09ea1d71d058f4223360c691f179f4b36d98e56c
1,982
yml
YAML
docker-compose.yml
robertanton81/stfuandclick
70231b57bf65957ce3b91ae6f5d7b77a3141b2b0
[ "MIT" ]
null
null
null
docker-compose.yml
robertanton81/stfuandclick
70231b57bf65957ce3b91ae6f5d7b77a3141b2b0
[ "MIT" ]
null
null
null
docker-compose.yml
robertanton81/stfuandclick
70231b57bf65957ce3b91ae6f5d7b77a3141b2b0
[ "MIT" ]
null
null
null
version: '3.9' services: dev: container_name: server-dev image: server-dev:1.0.0 build: context: ./api target: development dockerfile: Dockerfile command: npm run start:debug ports: - 3000:3000 - 9229:9229 networks: - server-network volumes: - ./api:/usr/src/app - /usr/src/app/node_modules/ restart: unless-stopped environment: - DOCKER_DEV=true prod: container_name: server-prod image: server-prod:1.0.0 build: context: ./api target: production dockerfile: Dockerfile command: npm run start:prod ports: - 3000:3000 - 9229:9229 networks: - server-network volumes: - ./api:/usr/src/app - /usr/src/app/node_modules/ env_file: .env.prod environment: - DOCKER_DEV=true restart: unless-stopped mongodb: image: mongo:latest container_name: server-mongodb environment: - MONGO_INITDB_DATABASE=clickMe volumes: - mongodb-data:/data/db networks: - server-network ports: - 27017:27017 healthcheck: test: echo 'db.runCommand("ping").ok' | mongo localhost:27017/test --quiet interval: 30s timeout: 10s retries: 3 restart: unless-stopped mongo-express: image: mongo-express container_name: server-mongo-express environment: - ME_CONFIG_MONGODB_SERVER=server-mongodb - ME_CONFIG_MONGODB_ENABLE_ADMIN=true - ME_CONFIG_BASICAUTH_USERNAME=admin - ME_CONFIG_BASICAUTH_PASSWORD=admin123 volumes: - mongodb-data depends_on: - mongodb networks: - server-network ports: - 8081:8081 healthcheck: test: wget --quiet --tries=3 --spider http://admin:admin123@localhost:8081 || exit 1 interval: 30s timeout: 10s retries: 3 restart: unless-stopped volumes: mongodb-data: name: mongodb-data networks: server-network:
21.543478
90
0.626135
54d41fa0e7a88afe5ba4df85eeef3ad89c9e9a2b
2,467
yaml
YAML
configuration.yaml
olbjan/home.olbrecht.net
0a77641058e99dd40a5923750659936c42b864ff
[ "Unlicense" ]
null
null
null
configuration.yaml
olbjan/home.olbrecht.net
0a77641058e99dd40a5923750659936c42b864ff
[ "Unlicense" ]
null
null
null
configuration.yaml
olbjan/home.olbrecht.net
0a77641058e99dd40a5923750659936c42b864ff
[ "Unlicense" ]
null
null
null
homeassistant: customize: !include customize.yaml # Add an entry for each entity that you want to overwrite. packages: !include_dir_named packages # Enable Home Assistant auth providers # Only required if using more than the default auth_provider auth_providers: - type: homeassistant allowlist_external_dirs: - /config/www/snapshots # Enables the frontend frontend: themes: !include_dir_merge_named themes # Enable Home Assistant Default Configuration default_config: # Enable the System log system_log: # max_entries: 50 # Default Value 50 # Enable zeroconf zeroconf: # Enables configuration UI #config: # Enable Home Assistant Cloud cloud: # Configure Alexa integration alexa: # Override entity domains entity_config: switch.fibaro_storage: display_categories: LIGHT switch.fibaro_balcony: display_categories: LIGHT switch.fibaro_office: display_categories: LIGHT switch.fibaro_living_room_1_2: display_categories: LIGHT switch.fibaro_living_room_2: display_categories: LIGHT switch.fibaro_living_room_1: display_categories: LIGHT switch.fibaro_kids_room: display_categories: LIGHT switch.fibaro_floor: display_categories: LIGHT switch.fibaro_plug: display_categories: LIGHT # Enable the Mobile App Integration mobile_app: # Enable SSDP for discovery ssdp: # Track the Sun sun: http: # SSL Configuration for Let'sEncrypt certs ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem #ip_ban_enabled: False #login_attempts_threshold: 5 # Checks for available updates # Note: This component will send some information about your system to # the developers to assist with development of Home Assistant. # For more information, please see: # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/ updater: # Discover some devices automatically discovery: # Enable Person component person: group: !include groups.yaml # Enable these to have GUI config for scripts and automation automation: !include automations.yaml script: !include scripts.yaml scene: !include scenes.yaml # Enable Map in Frontend #map: # Workday binary sensor binary_sensor: - platform: workday country: DE province: RP # Enable host system health system_health: # Enable debug logging logger: default: info logs: homeassistant.components.analytics: info
23.495238
70
0.743818
f14a2bd93f5e39a329a8bdaf9993cf7080c005e9
360
yml
YAML
pkg/deploy/cluster/test_data/expected_mc_contrail_common.yml
dianqiji/contrail
0ad362319f93e37ea7ca2426803864850e5012b1
[ "Apache-2.0" ]
null
null
null
pkg/deploy/cluster/test_data/expected_mc_contrail_common.yml
dianqiji/contrail
0ad362319f93e37ea7ca2426803864850e5012b1
[ "Apache-2.0" ]
null
null
null
pkg/deploy/cluster/test_data/expected_mc_contrail_common.yml
dianqiji/contrail
0ad362319f93e37ea7ca2426803864850e5012b1
[ "Apache-2.0" ]
null
null
null
contrail_user: admin contrail_password: c0ntrail123 contrail_port: 8082 contrail_tenant: default-project provider_config: bms: ssh_user: root ssh_pwd: c0ntrail123 ntpserver: 10.1.1.100 manage_etc_hosts: false contrail_configuration: CONTRAIL_VERSION: "ocata-5.0-x" ENCAP_PRIORITY: MPLSoGRE,MPLSoUDP,VXLAN CLOUD_ORCHESTRATOR: kubernetes
24
41
0.794444